:orphan: .. title:: CONFIG_WIFI_OFFLOAD .. kconfig:: CONFIG_WIFI_OFFLOAD CONFIG_WIFI_OFFLOAD ################### *Support offloaded Wi-Fi device drivers* Type: ``bool`` Help ==== .. code-block:: none Enable support for Full-MAC Wi-Fi devices. Direct dependencies =================== \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_OFFLOAD ` Symbols that select this symbol =============================== - \ :kconfig:`WIFI_WINC1500 ` - \ :kconfig:`WIFI_SIMPLELINK ` - \ :kconfig:`WIFI_ESWIFI ` - \ :kconfig:`WIFI_ESP_AT ` Kconfig definition ================== At ``/wifi/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers .. code-block:: kconfig config WIFI_OFFLOAD bool "Support offloaded Wi-Fi device drivers" select NET_OFFLOAD depends on WIFI help Enable support for Full-MAC Wi-Fi devices. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*