esp-idf/components/esp_wifi/src
Krzysztof Lewandowski 55b6ff6fbd esp_wifi: fix clearing default wifi netif procedure
Prior to this change "esp_wifi_clear_default_wifi_driver_and_handlers"
will not remove netif pointer from table when both AP and STA interfaces were
created and destroying default wifi interfaces is done in unfortunate
order. As a result there is dangling pointer left and it may cause crash in
later code (i.e. when esp_wifi_stop() is called).
2022-04-27 03:23:20 -04:00
..
coexist.c derive esp_wifi from esp32 component 2019-04-01 20:04:52 +08:00
lib_printf.c esp_wifi_mesh: update wifi mesh libs 2020-10-28 15:02:29 +08:00
mesh_event.c mesh: use new event library 2019-07-05 21:14:30 +08:00
phy_init.c esp_wifi: refactor modem sleep access phy 2022-02-15 11:48:03 +08:00
phy_override.c esp_phy: Add IRAM_ATTR for phy i2c spinlock 2022-04-21 02:57:08 +08:00
smartconfig_ack.c smartconfig: Fix smartconfig set socket option fail 2022-01-13 11:00:13 +08:00
smartconfig.c esp_wifi: refactor smartconfig callback to use esp event 2019-07-04 18:00:04 +08:00
wifi_default.c esp_wifi: fix clearing default wifi netif procedure 2022-04-27 03:23:20 -04:00
wifi_init.c esp_phy: use spinlock to avoid regi2c access conflicts 2022-04-06 15:01:35 +08:00
wifi_netif.c esp_wifi: optimize WiFi TX performance 2020-09-02 14:44:45 +08:00