:orphan: .. title:: NET_L2_WIFI_MGMT .. option:: CONFIG_NET_L2_WIFI_MGMT *Enable Wi-Fi Management support* Type: ``bool`` Help ==== Add support for Wi-Fi Management interface. Direct dependencies =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_MGMT ` - \ :option:`NET_MGMT_EVENT ` - \ :option:`NET_MGMT_EVENT_INFO ` Symbols that select this symbol =============================== - \ :option:`WIFI_WINC1500 ` - \ :option:`WIFI_SIMPLELINK ` - \ :option:`WIFI_ESWIFI ` - \ :option:`WIFI_ESP ` - \ :option:`NET_L2_WIFI_SHELL ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/l2/Kconfig:79`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:85`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options .. parsed-literal:: config NET_L2_WIFI_MGMT bool "Enable Wi-Fi Management support" select \ :option:`NET_MGMT ` select \ :option:`NET_MGMT_EVENT ` select \ :option:`NET_MGMT_EVENT_INFO ` depends on \ :option:`NETWORKING ` help Add support for Wi-Fi Management interface. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*