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

Network Mask

Type: string

Direct dependencies

WIFI_ESP_IP_STATIC && WIFI_ESP && WIFI

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At drivers/wifi/esp/Kconfig.esp:111

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:76drivers/wifi/Kconfig:35

Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif ESP8266 and ESP32 support

config WIFI_ESP_IP_MASK
    string "Network Mask"
    depends on WIFI_ESP_IP_STATIC && WIFI_ESP && WIFI

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