:orphan: .. title:: CONFIG_ESP32_WIFI_SSID .. kconfig:: CONFIG_ESP32_WIFI_SSID CONFIG_ESP32_WIFI_SSID ###################### *SSID of WiFi network* Type: ``string`` Help ==== .. code-block:: none SSID (network name) for the application to connect to. Direct dependencies =================== \ :kconfig:`WIFI_ESP32 ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/wifi/esp32/Kconfig.esp32:11`` 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_SSID string "SSID of WiFi network" depends on WIFI_ESP32 && WIFI help SSID (network name) for the application to connect to. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*