zephyr/drivers/wifi
Sylvio Alves 690f65dbd9 drivers: wifi: esp32: fix possible interface null pointer
esp32_wifi_dev_init() currently starts Wi-Fi stack before
the interface is properly configured, which happens in function
esp32_wifi_init(). This can trigger a ESP32_WIFI_EVENT_STA_START event
before interface initialization, causing a crash.
Moving esp_wifi_start() to esp32_wifi_init() will guarantee that
this won't happen.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2023-03-06 16:44:45 +01:00
..
esp32 drivers: wifi: esp32: fix possible interface null pointer 2023-03-06 16:44:45 +01:00
esp_at drivers: wifi: esp_at: support WiFi 'iface_status' callback 2023-02-21 18:09:40 +01:00
eswifi drivers: wifi: eswifi: Guard net_ctx state change 2022-12-12 14:55:03 +01:00
simplelink libc: minimal: include: move fcntl.h to posix 2023-01-10 09:02:21 +09:00
winc1500 drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
CMakeLists.txt
Kconfig net: wifi: Allow to use offloaded wifi_mgmt API with native stack 2022-08-29 17:31:17 +02:00