zephyr/drivers/wifi
Thomas Stranger ade3c72a35 drivers: wifi: esp_at: fix ssid_len calucation for AP query.
The driver seems to be designed to use the very last byte of the
buffer(scan, connect), so null terminating the status query
might have unintended consequences.
However we should not use strlen to determine the ssid_len,
to avoid depending on the following buffer(bssid) to be zeroed.
Related to CID 316354

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
2024-02-16 10:15:37 -06:00
..
esp32 wifi: conn_mgr connectivity bindings 2024-01-30 18:51:46 -05:00
esp_at drivers: wifi: esp_at: fix ssid_len calucation for AP query. 2024-02-16 10:15:37 -06:00
eswifi wifi: conn_mgr connectivity bindings 2024-01-30 18:51:46 -05:00
infineon wifi: conn_mgr connectivity bindings 2024-01-30 18:51:46 -05:00
simplelink wifi: conn_mgr connectivity bindings 2024-01-30 18:51:46 -05:00
winc1500 wifi: conn_mgr connectivity bindings 2024-01-30 18:51:46 -05:00
CMakeLists.txt drivers: wifi: added Infineon AIROC WIFI driver 2023-11-08 15:07:37 +00:00
Kconfig drivers: wifi: added Infineon AIROC WIFI driver 2023-11-08 15:07:37 +00:00