The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_WIFI_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

WIFI

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/net/Kconfig.template.log_config.net:50

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:76drivers/wifi/Kconfig:18

Menu path: (top menu) → Device Drivers → add support for WiFi Drivers

config WIFI_LOG_LEVEL
    int
    default 0 if (WIFI_LOG_LEVEL_OFF || !LOG) && WIFI
    default 1 if WIFI_LOG_LEVEL_ERR && WIFI
    default 2 if WIFI_LOG_LEVEL_WRN && WIFI
    default 3 if WIFI_LOG_LEVEL_INF && WIFI
    default 4 if WIFI_LOG_LEVEL_DBG && WIFI
    default LOG_DEFAULT_LEVEL if WIFI_LOG_LEVEL_DEFAULT && WIFI
    depends on WIFI

(Definitions include propagated dependencies, including from if’s and menus.)