-
CONFIG_WIFI_ESP_AT_IP_GATEWAY
¶
Gateway Address
Type: string
Direct dependencies¶
WIFI_ESP_AT_IP_STATIC
&& WIFI_ESP_AT
&& WIFI
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At <Zephyr>/drivers/wifi/esp_at/Kconfig.esp_at:108
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:76
→ <Zephyr>/drivers/wifi/Kconfig:35
Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif AT Command support
config WIFI_ESP_AT_IP_GATEWAY
string "Gateway Address"
depends on WIFI_ESP_AT_IP_STATIC && WIFI_ESP_AT && WIFI
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)