esp-idf/components/esp_wifi/src
David Cermak 67327ed47a fix(wifi): Fix default wifi-netif creation to assert if no event loop
- Added ESP_ERROR_CHECK() checks to `esp_wifi_set_default_wifi_..._handlers()` calls
- Added ESP_ERROR_CHECH() to `esp_netif_attach_wifi_...()` calls
- Updated documentation to reflect the changes

Closes https://github.com/espressif/esp-idf/issues/11580
2023-08-14 09:16:29 +02:00
..
mesh_event.c mesh: use new event library 2019-07-05 21:14:30 +08:00
smartconfig_ack.c smartconfig: fix the issue of sending failure and exit 2023-03-09 05:17:50 +00:00
smartconfig.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
wifi_default_ap.c esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
wifi_default.c fix(wifi): Fix default wifi-netif creation to assert if no event loop 2023-08-14 09:16:29 +02:00
wifi_init.c fix(esp_wifi): fix no mac retention at wifi start 2023-08-03 10:54:31 +08:00
wifi_netif.c esp_wifi: Add support for NAN Discovery and Datapath 2023-03-10 11:18:23 +05:30