CONFIG_ESP32_WIFI_STA_RECONNECT
WiFi connection retry
Type: bool
Help
Set auto WiFI reconnection when disconnected.
Direct dependencies
WIFI_ESP32
&& WIFI
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <Zephyr>/drivers/wifi/esp32/Kconfig.esp32:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:78
→ <Zephyr>/drivers/wifi/Kconfig:36
Menu path: (Top) → Device Drivers → Wi-Fi Drivers → ESP32 SoC WiFi support
config ESP32_WIFI_STA_RECONNECT
bool "WiFi connection retry"
default y
depends on WIFI_ESP32 && WIFI
help
Set auto WiFI reconnection when disconnected.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)