Skip to content

Commit 153c22b

Browse files
kapbhnordicjm
authored andcommitted
doc: Rename command wifi_cred to wifi cred
Wi-Fi cred shell has been renamed from wifi_cred to wifi cred. SHEL-3589 Signed-off-by: Kapil Bhatt <[email protected]>
1 parent 2328a4d commit 153c22b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/nrf/includes/wifi_credentials_shell.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Once you have flashed your device with this sample, connect to your device's UAR
99
.. parsed-literal::
1010
:class: highlight
1111

12-
wifi_cred add -s *NetworkSSID* -k *SecurityMode* -p *NetworkPassword*
12+
wifi cred add -s *NetworkSSID* -k *SecurityMode* -p *NetworkPassword*
1313

1414
Where *NetworkSSID* is replaced with the SSID of the Wi-Fi access point you want your device to connect to, and *NetworkPassword* is its password.
1515
*SecurityMode* is replaced by the number as listed here:
@@ -28,10 +28,10 @@ Where *NetworkSSID* is replaced with the SSID of the Wi-Fi access point you want
2828
* 11: DPP
2929

3030
If you are not sure which security mode to use, enable the :kconfig:option:`CONFIG_NET_L2_WIFI_SHELL` Kconfig option and use the ``wifi scan`` command to display a list of all accessible networks along with their corresponding security modes.
31-
Then either reboot the device or use the ``wifi_cred auto_connect`` command to manually trigger a connection attempt.
31+
Then either reboot the device or use the ``wifi cred auto_connect`` command to manually trigger a connection attempt.
3232

3333
From now on, these credentials will be automatically used when the configured network is reachable.
3434

3535
When building as firmware image for a non-secure board target, the Wi-Fi credentials backend will be set to PSA using TF-M.
3636

37-
See the :ref:`wifi_shell_sample` sample document for more details on the ``wifi_cred`` command.
37+
See the :ref:`wifi_shell_sample` sample document for more details on the ``wifi cred`` command.

samples/net/http_server/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ The following serial UART output is displayed in the terminal emulator when runn
289289
*** Booting nRF Connect SDK v3.4.99-ncs1-4667-g883c3709f9c8 ***
290290
[00:00:00.529,632] <inf> http_server: HTTP Server sample started
291291
[00:00:00.554,504] <inf> http_server: Network interface brought up
292-
uart:~$ wifi_cred add -s "cia-asusgold" -k 1 -p thingy91rocks
293-
uart:~$ wifi_cred auto_connect
292+
uart:~$ wifi cred add -s "cia-asusgold" -k 1 -p thingy91rocks
293+
uart:~$ wifi cred auto_connect
294294
[00:00:53.984,100] <inf> http_server: Network connected
295295
[00:00:53.985,778] <inf> http_server: Waiting for IPv6 HTTP connections on port 81, sock 9
296296
[00:00:54.986,511] <inf> http_server: Waiting for IPv4 HTTP connections on port 80, sock 10

samples/wifi/shell/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Supported CLI commands
273273
| Set operation example for interface index 1 (setting channel 5)
274274
| wifi -i1 -c5
275275
276-
``wifi_cred`` is an extension to the Wi-Fi command line.
276+
``wifi cred`` is an extension to the Wi-Fi command line.
277277
It adds the following subcommands to interact with the :ref:`lib_wifi_credentials` library:
278278

279279
.. list-table:: Wi-Fi credentials shell subcommands

0 commit comments

Comments
 (0)