:orphan: .. title:: CONFIG_WIFI_ESP_AT_IP_ADDRESS .. kconfig:: CONFIG_WIFI_ESP_AT_IP_ADDRESS CONFIG_WIFI_ESP_AT_IP_ADDRESS ############################# *ESP Station mode IP Address* Type: ``string`` Direct dependencies =================== \ :kconfig:`WIFI_ESP_AT_IP_STATIC ` && \ :kconfig:`WIFI_ESP_AT ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/wifi/esp_at/Kconfig.esp_at:105`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:35`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif AT Command support .. code-block:: kconfig config WIFI_ESP_AT_IP_ADDRESS string "ESP Station mode IP Address" depends on WIFI_ESP_AT_IP_STATIC && WIFI_ESP_AT && WIFI *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*