CONFIG_ESP32_WIFI_SSID
SSID of WiFi network
Type: string
Help
SSID (network name) for the application to connect to.
Direct dependencies
WIFI_ESP32
&& WIFI
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to the empty string.
Kconfig definition
At <Zephyr>/drivers/wifi/esp32/Kconfig.esp32:14
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_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.)