The latest development version of this page may be more current than this released 2.7.0 version.

CONFIG_ESP32_WIFI_PASSWORD

Password (WPA or WPA2) of WiFi network

Type: string

Help

WiFi password (WPA or WPA2) for the example to use.

Direct dependencies

WIFI_ESP32 && WIFI

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At drivers/wifi/esp32/Kconfig.esp32:16

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:78drivers/wifi/Kconfig:36

Menu path: (Top) → Device Drivers → Wi-Fi Drivers → ESP32 SoC WiFi support

config ESP32_WIFI_PASSWORD
    string "Password (WPA or WPA2) of WiFi network"
    depends on WIFI_ESP32 && WIFI
    help
      WiFi password (WPA or WPA2) for the example to use.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)