Skip to content

Commit 9e2a830

Browse files
committed
doc: wifi: Add doc changes for Wi-Fi direct
Add proper text in Wi-Fi direct doc. Signed-off-by: Kapil Bhatt <[email protected]>
1 parent ba4af30 commit 9e2a830

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/nrf/protocols/wifi/wifi_direct.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,12 @@ To get detailed information about a specific peer, use the following commands:
107107
108108
wpa_cli p2p_peer <mac_address>
109109
110-
For example:
110+
For example, to display detailed information about a specified peer device, use the following command:
111111

112112
.. code-block:: console
113113
114114
wpa_cli p2p_peer D2:39:FA:43:23:C1
115115
116-
This command displays detailed information about the specified peer device.
117-
118116
Connecting to a peer
119117
====================
120118

@@ -134,7 +132,7 @@ To establish a Wi-Fi Direct connection with a discovered peer:
134132
135133
wpa_cli p2p_connect <mac_address> <pin|pbc> go_intent=<go_intent>
136134
137-
Parameters:
135+
This command uses the following parameters:
138136

139137
* ``<mac_address>`` - MAC address of the peer device to connect to.
140138
* ``<pbc|pin>`` - WPS provisioning method:

0 commit comments

Comments
 (0)