CONFIG_WIFI_ESP_AT_SCAN_MAC_ADDRESS

MAC address in scan response

Type: bool

Help

Get mac address in scan response.

Direct dependencies

WIFI_ESP_AT && WIFI

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/wifi/esp_at/Kconfig.esp_at:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:78<Zephyr>/drivers/wifi/Kconfig:35

Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif AT Command support

config WIFI_ESP_AT_SCAN_MAC_ADDRESS
    bool "MAC address in scan response"
    depends on WIFI_ESP_AT && WIFI
    help
      Get mac address in scan response.

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