zephyr/drivers/wifi
Marcin Niestroj de30757d21 drivers: wifi: esp_at: escape SSID and PSK
According to [1], SSID and PSK need to be escaped:

  Escape character syntax is needed if SSID or password contains any
  special characters, such as , or " or \

Implement character escaping to fix connection attempt to WiFi APs
containing special characters as part of SSID, like "My_2,4GHz_AP".
Increase "connect command" buffer length to handle worst-case scenario of
all the SSID and PSK characters being special characters.

[1] https://docs.espressif.com/projects/esp-at/en/release-v2.4.0.0/esp32/AT_Command_Set/Wi-Fi_AT_Commands.html#id6

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2024-02-28 18:02:44 +00:00
..
esp32 wifi: conn_mgr connectivity bindings 2024-01-30 18:51:46 -05:00
esp_at drivers: wifi: esp_at: escape SSID and PSK 2024-02-28 18:02:44 +00: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