CONFIG_WIFI_INIT_PRIORITY

WiFi driver init priority

Type: int

Help

WiFi device driver initialization priority. Do not mess with it unless you know what you are doing. Note that the priority needs to be lower than the net stack so that it can start before the networking sub-system.

Direct dependencies

WIFI && WIFI

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

Defaults

Kconfig definition

At drivers/wifi/Kconfig:28

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:78

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

config WIFI_INIT_PRIORITY
    int
    prompt "WiFi driver init priority" if WIFI && WIFI
    default 80 if WIFI && WIFI
    depends on WIFI && WIFI
    help
      WiFi device driver initialization priority.
      Do not mess with it unless you know what you are doing.
      Note that the priority needs to be lower than the net stack
      so that it can start before the networking sub-system.

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