mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
e72151055b
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). |
||
---|---|---|
.. | ||
coexist.c | ||
mesh_event.c | ||
smartconfig_ack.c | ||
smartconfig.c | ||
wifi_default.c | ||
wifi_init.c | ||
wifi_netif.c |