:orphan: .. title:: WIFI_OFFLOAD .. option:: 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 =================== \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_OFFLOAD ` Symbols that select this symbol =============================== - \ :option:`WIFI_WINC1500 ` - \ :option:`WIFI_SIMPLELINK ` - \ :option:`WIFI_ESWIFI ` - \ :option:`WIFI_ESP_AT ` Kconfig definition ================== At ``/wifi/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:76`` 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.)*