:orphan: .. title:: CONFIG_ESP32_WIFI_STA_AUTO .. kconfig:: CONFIG_ESP32_WIFI_STA_AUTO CONFIG_ESP32_WIFI_STA_AUTO ########################## *Automatically connect to configured WiFi SSID* Type: ``bool`` Help ==== .. code-block:: none WiFi driver will automatically connect to SSID. Direct dependencies =================== \ :kconfig:`WIFI_ESP32 ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/wifi/esp32/Kconfig.esp32:21`` 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_AUTO bool "Automatically connect to configured WiFi SSID" depends on WIFI_ESP32 && WIFI help WiFi driver will automatically connect to SSID. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*