:orphan: .. title:: CONFIG_ESP32_WIFI_STA_RECONNECT .. kconfig:: CONFIG_ESP32_WIFI_STA_RECONNECT CONFIG_ESP32_WIFI_STA_RECONNECT ############################### *WiFi connection retry* Type: ``bool`` Help ==== .. code-block:: none Set auto WiFI reconnection when disconnected. Direct dependencies =================== \ :kconfig:`WIFI_ESP32 ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/wifi/esp32/Kconfig.esp32:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:36`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → ESP32 SoC WiFi support .. code-block:: kconfig 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.)*