zephyr/drivers/wifi
Gregor Copoix 3da78086ae driver: wifi: esp32: fix send data for AP_STA mode
Fixes the check for connected interface if CONFIG_ESP32_WIFI_AP_STA_MODE=y
(different data objects for STA (esp32_data) and AP (esp32_ap_sta_data)).
As the correct data object is linked to device object, we can check for
ESP32_STA_CONNECTED or ESP32_AP_CONNECTED in dev->data.
This fixes AP mode in samples/net/wifi/apsta_mode if STA WIFI_SSID/WIFI_PSK
are invalid and no STA connection can be established before
(samples/net/wifi/apsta_mode/src/main.c#L28-L29) for all ESP32 derivates.

Fixes false check from 183b74c558

Signed-off-by: Gregor Copoix <gregor.copoix@ithinx.io>
2025-05-13 22:20:29 -04:00
..
esp32 driver: wifi: esp32: fix send data for AP_STA mode 2025-05-13 22:20:29 -04:00
esp_at drivers: modem: Use modem command send_data_nolock 2025-05-06 18:24:01 +02:00
eswifi net: lib: tls_credentials: Rename TLS_CREDENTIAL_SERVER_CERTIFICATE 2025-03-21 14:18:52 +01:00
infineon drivers: wifi: AIROC: update connect\scan api 2025-04-30 13:59:50 +02:00
nrf_wifi nrf_wifi: Add nRF71 support 2025-05-06 15:32:11 +02:00
nxp drivers: wifi: nxp: Select EVENTS 2025-05-02 10:40:38 +02:00
simplelink net: lib: tls_credentials: Rename TLS_CREDENTIAL_SERVER_CERTIFICATE 2025-03-21 14:18:52 +01:00
siwx91x drivers: wifi: siwx91x: Fix default scan time handling 2025-05-07 13:32:04 +02:00
winc1500 drivers: wifi: winc1500: Use strncpy instead of strcpy 2025-01-30 14:09:59 +01:00
CMakeLists.txt drivers: wifi: Introduce SiWx91x WiFi driver 2025-02-11 22:07:11 +01:00
Kconfig drivers: wifi: Introduce SiWx91x WiFi driver 2025-02-11 22:07:11 +01:00