:orphan: .. title:: WIFI_ESP_IP_MASK .. option:: CONFIG_WIFI_ESP_IP_MASK *Network Mask* Type: ``string`` Direct dependencies =================== \ :option:`WIFI_ESP_IP_STATIC ` && \ :option:`WIFI_ESP ` && \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/esp/Kconfig.esp:111`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:76`` → ``drivers/wifi/Kconfig:35`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif ESP8266 and ESP32 support .. parsed-literal:: config WIFI_ESP_IP_MASK string "Network Mask" depends on \ :option:`WIFI_ESP_IP_STATIC ` && \ :option:`WIFI_ESP ` && \ :option:`WIFI ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*