zephyr/drivers/wifi
Jordan Yates 840bcd802d wifi: esp_at: disable CWMODE auto connect
In the newer ESP32 AT command versions, the CWMODE command takes an
optional parameter (<auto_connect>) which controls whether the module
will automatically attempt to connect to an AP when switching modes.

This parameter defaults to enabling auto-connect if not specified.

Without this change, modules can successfully connect to an AP before
the `CWAUTOCONN=0` command is processed, resulting in a
`NET_EVENT_WIFI_CONNECT_RESULT` before `NET_EVENT_IF_UP`.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2022-03-22 12:36:50 +01:00
..
esp32 everywhere: fix typos 2022-03-14 20:22:24 -04:00
esp_at wifi: esp_at: disable CWMODE auto connect 2022-03-22 12:36:50 +01:00
eswifi everywhere: fix typos 2022-03-14 20:22:24 -04:00
simplelink everywhere: fix typos 2022-03-14 20:22:24 -04:00
winc1500 wifi: fix build error on wifi_winc1500_nm_bsp_internal.h 2022-03-14 22:04:54 -04:00
CMakeLists.txt
Kconfig