Lines Matching +full:wi +full:- +full:fi
3 Wi-Fi Management
9 The Wi-Fi management API is used to manage Wi-Fi networks. It supports below modes:
17 * WPA2-PSK
18 * WPA2-PSK-256
19 * WPA3-SAE
21 The Wi-Fi management API is implemented in the ``wifi_mgmt`` module as a part of the networking L2
23 Currently, two types of Wi-Fi drivers are supported:
28 Wi-Fi PSA crypto supported build
31 To enable PSA crypto API supported Wi-Fi build, the :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT_…
33 Wi-Fi Enterprise test: X.509 Certificate header generation
36 Wi-Fi enterprise security requires use of X.509 certificates, test certificates
38 build process the certificates are converted to a C header file that is included by the Wi-Fi shell
41 .. code-block:: bash
44 $ cp client-key.pem samples/net/wifi/test_certs/
47 $ cp client-key2.pem samples/net/wifi/test_certs/
49 $ west build -p -b <board> samples/net/wifi -- -DEXTRA_CONF_FILE=overlay-enterprise.conf
53 .. code-block:: bash
55 …$ west build -p -b <board> samples/net/wifi -- -DEXTRA_CONF_FILE=overlay-enterprise-variable-bufs.…
59 To initiate Wi-Fi connection, the following command can be used:
61 .. code-block:: console
63 …uart:~$ wifi connect -s <SSID> -c 149 -k 17 -w 2 -a client1 --key1-pwd whatever --key2-pwd whateve…
71 …They are generated using `FreeRADIUS raddb <https://github.com/FreeRADIUS/freeradius-server/tree/m…