You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/connectivity/networking/api/wifi.rst
+30-2Lines changed: 30 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -97,15 +97,43 @@ To facilitate installation of the certificates, a helper script is provided, see
97
97
The script will install the certificates in the ``rsa2k`` directory to the TLS credentials store in the device over UART and using TLS credentials shell commands.
98
98
99
99
100
-
To initiate Wi-Fi connection, the following command can be used:
100
+
To initiate Wi-Fi connection using enterprise security, use one of the following commands depending on the EAP method:
Server certificate is also provided in the same directory for testing purposes.
107
121
Any AAA server can be used for testing purposes, for example, ``FreeRADIUS`` or ``hostapd``.
108
122
123
+
Certificate requirements for EAP methods
124
+
----------------------------------------
125
+
126
+
Different EAP methods require different certificates on the client side:
127
+
128
+
* **EAP-TLS**:
129
+
Requires both a client certificate (and private key) and the CA certificate on the client. The client authenticates itself to the server using its certificate.
130
+
131
+
* **EAP-TTLS-MSCHAPV2**:
132
+
Requires only the CA certificate on the client. The client authenticates to the server using a username and password (MSCHAPV2) inside the TLS tunnel. No client certificate is needed.
133
+
134
+
* **EAP-PEAP-MSCHAPV2**:
135
+
Requires only the CA certificate on the client. Like TTLS, the client uses a username and password (MSCHAPV2) inside the TLS tunnel and does not need a client certificate.
136
+
109
137
.. note::
110
138
111
139
The certificates are for testing purposes only and should not be used in production.
0 commit comments