Skip to content

Commit 51dcdfb

Browse files
committed
[nrf fromlist] doc: net: wifi: Fix the connect command
The command should work with existing certs rather than a generic example, also fix the key-management. Upstream PR #: 87656 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 4495a4c commit 51dcdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/connectivity/networking/api/wifi.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To initiate Wi-Fi connection, the following command can be used:
7878

7979
.. code-block:: console
8080
81-
uart:~$ wifi connect -s <SSID> -c 149 -k 17 -w 2 -a client1 --key1-pwd whatever --key2-pwd whatever --eap-id1 id1 --eap-pwd1 pwd1
81+
uart:~$ wifi connect -s <SSID> -c 149 -k 7 -w 2 -a client1 --key1-pwd whatever --key2-pwd whatever
8282
8383
Server certificate is also provided in the same directory for testing purposes.
8484
Any AAA server can be used for testing purposes, for example, ``FreeRADIUS`` or ``hostapd``.

0 commit comments

Comments
 (0)