1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/esp32/esp-wifi
Gunar Schorcht 90e9c95c30 cpu/esp32: registration of RX callback in esp_wifi
RX callback function should be register when WiFi has been connected to AP successfully and should be unregistered when WiFi disconnects from AP. Therefore, esp_wifi_internal_reg_rxcb is called now in event handler on event SYSTEM_EVENT_STA_CONNECTED. It is reset now on event SYSTEM_EVENT_STA_DISCONNECTED.
2019-01-17 17:10:43 +01:00
..
doc.txt cpu: add esp32 2018-10-08 12:20:49 +02:00
esp_wifi_netdev.c cpu/esp32: registration of RX callback in esp_wifi 2019-01-17 17:10:43 +01:00
esp_wifi_netdev.h cpu/esp32: fixes frame size handling in esp_wifi 2019-01-17 17:10:43 +01:00
esp_wifi_params.h cpu: add esp32 2018-10-08 12:20:49 +02:00
Makefile cpu: add esp32 2018-10-08 12:20:49 +02:00