CONFIG_WIFI_ESWIFI_THREAD_PRIO

esWiFi threads priority

Type: int

Help

This option sets the priority of the esWiFi threads. Do not touch it unless you know what you are doing.

Direct dependencies

WIFI_ESWIFI && WIFI

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

At <Zephyr>/drivers/wifi/eswifi/Kconfig.eswifi:31

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:76<Zephyr>/drivers/wifi/Kconfig:34

Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Inventek eS-WiFi support

config WIFI_ESWIFI_THREAD_PRIO
    int "esWiFi threads priority"
    default 2
    depends on WIFI_ESWIFI && WIFI
    help
      This option sets the priority of the esWiFi threads.
      Do not touch it unless you know what you are doing.

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