README.rst
1.. _snippet-wifi-enterprise:
2
3Wi-Fi Enterprise Snippet (wifi-enterprise)
4##########################################
5
6.. code-block:: console
7
8 west build -S wifi-enterprise [...]
9
10Can also be used along with the :ref:`snippet-wifi-ipv4` snippet.
11
12.. code-block:: console
13
14 west build -S "wifi-enterprise,wifi-ipv4" [...]
15
16Overview
17********
18
19This snippet enables enterprise Wi-Fi support in supported networking samples.
20
21See :ref:`wifi_mgmt` for more information on the usage.
22
23Requirements
24************
25
26Hardware support for:
27
28- :kconfig:option:`CONFIG_WIFI`
29- :kconfig:option:`CONFIG_WIFI_USE_NATIVE_NETWORKING`
30- :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT`
31- :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE`
32