esp-idf/components/esp_wifi/src
Krzysztof Lewandowski 068221cb33 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-26 22:51:28 -04:00
..
coexist.c derive esp_wifi from esp32 component 2019-04-01 20:04:52 +08:00
lib_printf.c Feature/wifi wapi release 2021-01-23 18:15:07 +08:00
mesh_event.c mesh: use new event library 2019-07-05 21:14:30 +08:00
phy_init.c esp_wifi: fix build warning 2022-04-20 05:25:29 -04:00
phy_override.c esp_phy: Add IRAM_ATTR for phy i2c spinlock 2022-04-21 02:56:30 +08:00
smartconfig_ack.c smartconfig: Fix smartconfig set socket option fail 2022-01-26 11:09:22 +08:00
smartconfig.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
wifi_default.c esp_wifi: fix clearing default wifi netif procedure 2022-04-26 22:51:28 -04:00
wifi_init.c esp_phy: use spinlock to avoid regi2c access conflicts 2022-04-06 14:46:10 +08:00
wifi_netif.c wifi: Fix race conditon invoking invalid callback on deinit 2022-01-03 11:04:17 +01:00