zephyr/drivers/wifi
Marcin Niestroj 424ea9f5e4 drivers: wifi: esp_at: do not connect socket on bind(INADDR_ANY)
All connect() syscalls result in EISCONN error, since underlying
_sock_connect() is attempted to be called twice. Once from net_context.c'
bind_default() (with INADDR_ANY) as part of esp_bind() and second time as
part of esp_connect().

Do not call _sock_connect() from esp_bind(INADDR_ANY), which happens as
part of connect().

Fixes: dbf3d6e911 ("drivers: esp_at: implement bind() and recvfrom() for
  UDP sockets")
Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2024-04-10 12:23:12 -05:00
..
esp32 drivers: esp32: update to hal_espressif v5.1 2024-04-05 13:39:53 +02:00
esp_at drivers: wifi: esp_at: do not connect socket on bind(INADDR_ANY) 2024-04-10 12:23:12 -05:00
eswifi drivers: eswifi: Add option for maximum data size 2024-03-15 15:16:27 -05:00
infineon wifi: airoc: remove dependency on CYHAL 2024-04-09 16:57:49 +02: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