esp-idf/components/esp_wifi/src
Krzysztof Lewandowski e72151055b 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-15 05:22:24 -04:00
..
coexist.c pre-commit fix 2021-10-12 14:05:19 +08:00
mesh_event.c mesh: use new event library 2019-07-05 21:14:30 +08:00
smartconfig_ack.c freertos: Remove legacy data types 2022-02-09 23:05:45 +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-15 05:22:24 -04:00
wifi_init.c clk_tree: prework of introducing clk subsystem control 2022-04-11 12:09:06 +08:00
wifi_netif.c optimize the null pointer judgment of eb 2022-02-23 16:01:19 +08:00