-
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.
Kconfig definition¶
At drivers/wifi/Kconfig:28
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:78
Menu path: (top menu) → Device Drivers → add support for WiFi Drivers
config WIFI_INIT_PRIORITY int prompt "WiFi driver init priority" ifWIFI
&&WIFI
default 80 ifWIFI
&&WIFI
depends onWIFI
&&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.)