Skip to content

Commit 3297159

Browse files
committed
doc: wifi: Corrections to Regulatory Testing doc
[SHEL-3047]: Update Regulatory testing with latest changes and remove errors. Signed-off-by: Prasun Sinha <Prasun.Sinha@nordicsemi.no>
1 parent d7b2aac commit 3297159

File tree

10 files changed

+90
-79
lines changed

10 files changed

+90
-79
lines changed

doc/nrf/app_dev/device_guides/nrf70/power_profiling.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To measure the power consumption of the nRF7002 DK, complete the following steps
3737
.. code-block:: console
3838
3939
wifi scan
40-
wifi connect <SSID>
40+
wifi connect -s <SSID> -k <key_management> -p <passphrase>
4141
4242
#. Check the connection status using the following Wi-Fi shell command:
4343

@@ -59,7 +59,7 @@ To measure the power consumption of the nRF7002 DK, complete the following steps
5959
.. code-block:: console
6060
6161
wifi scan
62-
wifi connect <SSID>
62+
wifi connect -s <SSID> -k <key_management> -p <passphrase>
6363
6464
#. Check the connection status using the following Wi-Fi shell command:
6565

doc/nrf/links.txt

+1
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,7 @@
808808
.. _`nRF7002 EK`:
809809
.. _`nRF7002 EK Hardware`:
810810
.. _`nRF7002 EK User Guide`: https://docs.nordicsemi.com/bundle/ug_nrf7002_ek/page/UG/nrf7002_EK/intro.html
811+
.. _`nRF7002 EB Hardware`:
811812
.. _`nRF7002 EB User Guide`: https://docs.nordicsemi.com/bundle/ug_nrf7002_eb/page/UG/nrf7002_EB/intro.html
812813
.. _`nRF7002 EB PCB edge connector`: https://docs.nordicsemi.com/bundle/ug_nrf7002_eb/page/UG/nrf7002_EB/pcb_edge_connector.html
813814
.. _`Using nRF7002 EB with the Nordic Thingy:53`: https://docs.nordicsemi.com/bundle/ug_nrf7002_eb/page/UG/nrf7002_EB/use_thingy53.html

doc/nrf/protocols/wifi/regulatory_certification/adaptivity_test_procedure.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following test procedure is recommended:
6666

6767
.. code-block:: bash
6868
69-
wifi connect <SSID> <Password>
69+
wifi connect -s <SSID> -k <key_management> -p <passphrase>
7070
wifi_util tx_rate 0 6
7171
zperf udp upload 192.168.1.20 5001 20 1k 20M
7272

doc/nrf/protocols/wifi/regulatory_certification/antenna_gain_compensation.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,24 @@ The following table shows an example of how to calculate the Kconfig parameter v
4242
+-------------------+---------------------------+----------------------+--------------+--------------+--------------------+
4343
| Bands | Kconfig parameter | Frequency range (MHz)| AntGain (dB) | PCBLoss (dB) | Kconfig value (dB) |
4444
+===================+===========================+======================+==============+==============+====================+
45-
| ANTGAIN_2G | NRF700X_ANT_GAIN_2G | 2402 to 2494 | 3.38 | 0.54 | 3 |
45+
| ANTGAIN_2G | NRF70_ANT_GAIN_2G | 2402 to 2494 | 3.38 | 0.54 | 3 |
4646
+-------------------+---------------------------+----------------------+--------------+--------------+--------------------+
47-
| ANTGAIN_5G_BAND1 | NRF700X_ANT_GAIN_5G_BAND1 | 5150 to 5350 | 2.74 | 1.60 | 2 |
47+
| ANTGAIN_5G_BAND1 | NRF70_ANT_GAIN_5G_BAND1 | 5150 to 5350 | 2.74 | 1.60 | 2 |
4848
+-------------------+---------------------------+----------------------+--------------+--------------+--------------------+
49-
| ANTGAIN_5G_BAND2 | NRF700X_ANT_GAIN_5G_BAND2 | 5470 to 5730 | 2.46 | 1.84 | 1 |
49+
| ANTGAIN_5G_BAND2 | NRF70_ANT_GAIN_5G_BAND2 | 5470 to 5730 | 2.46 | 1.84 | 1 |
5050
+-------------------+---------------------------+----------------------+--------------+--------------+--------------------+
51-
| ANTGAIN_5G_BAND3 | NRF700X_ANT_GAIN_5G_BAND3 | 5730 to 5895 | 1.77 | 1.51 | 1 |
51+
| ANTGAIN_5G_BAND3 | NRF70_ANT_GAIN_5G_BAND3 | 5730 to 5895 | 1.77 | 1.51 | 1 |
5252
+-------------------+---------------------------+----------------------+--------------+--------------+--------------------+
5353

5454
Setting antenna gain parameters
5555
*******************************
5656

57-
The Kconfig parameters and their default values are defined in the :file:`<ncs_repo>/nrf/drivers/wifi/nrf700x/Kconfig` file.
57+
The Kconfig parameters and their default values are defined in the :file:`<ncs_repo>/zephyr/drivers/wifi/nrf_wifi/Kconfig.nrfwifi` file.
5858
To compensate for antenna gains, set the following Kconfig parameters in the project :file:`prj.conf` configuration file.
5959

60-
* :kconfig:option:`CONFIG_NRF700X_ANT_GAIN_2G` = ``<ant gain value>``
61-
* :kconfig:option:`CONFIG_NRF700X_ANT_GAIN_5G_BAND1` = ``<ant gain value>``
62-
* :kconfig:option:`CONFIG_NRF700X_ANT_GAIN_5G_BAND2` = ``<ant gain value>``
63-
* :kconfig:option:`CONFIG_NRF700X_ANT_GAIN_5G_BAND3` = ``<ant gain value>``
60+
* :kconfig:option:`CONFIG_NRF70_ANT_GAIN_2G` = ``<ant gain value>``
61+
* :kconfig:option:`CONFIG_NRF70_ANT_GAIN_5G_BAND1` = ``<ant gain value>``
62+
* :kconfig:option:`CONFIG_NRF70_ANT_GAIN_5G_BAND2` = ``<ant gain value>``
63+
* :kconfig:option:`CONFIG_NRF70_ANT_GAIN_5G_BAND3` = ``<ant gain value>``
6464

6565
The Kconfig parameters can also be set in a relevant overlay file or entered as command-line arguments to the CMake build.

doc/nrf/protocols/wifi/regulatory_certification/band_edge_compensation.rst

+54-54
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When applying backoff, consider the following:
4040
* Backoff values also vary based on the frame type, affecting the maximum transmit power. Different backoff values are configured for each frame type.
4141

4242
Backoff values, which are expressed in dB, are inputs to the Wi-Fi® firmware driver through Kconfig parameters.
43-
The Kconfig parameters are defined in the :file:`<ncs_repo>/nrf/drivers/wifi/nrf700x/Kconfig` file.
43+
The Kconfig parameters are defined in the :file:`<ncs_repo>/zephyr/drivers/wifi/nrf_wifi/Kconfig.nrfwifi` file.
4444

4545
Set the Kconfig parameter values (which are positive numbers) according to the required backoff in the specific frequency band for the regulatory domain.
4646
The default value of the Kconfig parameter is zero.
@@ -50,98 +50,98 @@ The following tables show the Kconfig parameters for lower and upper edge backof
5050
+---------+-----------+---------------------------------------------------------------+
5151
| Band | Frame type| Kconfig parameter for lower edge backoff |
5252
+=========+===========+===============================================================+
53-
| 2.4 GHz | DSSS | CONFIG_NRF700X_BAND_2G_LOWER_EDGE_BACKOFF_DSSS |
53+
| 2.4 GHz | DSSS | CONFIG_NRF70_BAND_2G_LOWER_EDGE_BACKOFF_DSSS |
5454
+ +-----------+---------------------------------------------------------------+
55-
| | HT/V HT | CONFIG_NRF700X_BAND_2G_LOWER_EDGE_BACKOFF_HT |
55+
| | HT/V HT | CONFIG_NRF70_BAND_2G_LOWER_EDGE_BACKOFF_HT |
5656
+ +-----------+---------------------------------------------------------------+
57-
| | HE | CONFIG_NRF700X_BAND_2G_LOWER_EDGE_BACKOFF_HE |
57+
| | HE | CONFIG_NRF70_BAND_2G_LOWER_EDGE_BACKOFF_HE |
5858
+---------+-----------+---------------------------------------------------------------+
59-
| UNII-1 | HT/V HT | CONFIG_NRF700X_BAND_UNII_1_LOWER_EDGE_BACKOFF_HT |
59+
| UNII-1 | HT/V HT | CONFIG_NRF70_BAND_UNII_1_LOWER_EDGE_BACKOFF_HT |
6060
+ +-----------+---------------------------------------------------------------+
61-
| | HE | CONFIG_NRF700X_BAND_UNII_1_LOWER_EDGE_BACKOFF_HE |
61+
| | HE | CONFIG_NRF70_BAND_UNII_1_LOWER_EDGE_BACKOFF_HE |
6262
+---------+-----------+---------------------------------------------------------------+
63-
| UNII-2A | HT/V HT | CONFIG_NRF700X_BAND_UNII_2A_LOWER_EDGE_BACKOFF_HT |
63+
| UNII-2A | HT/V HT | CONFIG_NRF70_BAND_UNII_2A_LOWER_EDGE_BACKOFF_HT |
6464
+ +-----------+---------------------------------------------------------------+
65-
| | HE | CONFIG_NRF700X_BAND_UNII_2A_LOWER_EDGE_BACKOFF_HE |
65+
| | HE | CONFIG_NRF70_BAND_UNII_2A_LOWER_EDGE_BACKOFF_HE |
6666
+---------+-----------+---------------------------------------------------------------+
67-
| UNII-2C | HT/V HT | CONFIG_NRF700X_BAND_UNII_2C_LOWER_EDGE_BACKOFF_HT |
67+
| UNII-2C | HT/V HT | CONFIG_NRF70_BAND_UNII_2C_LOWER_EDGE_BACKOFF_HT |
6868
+ +-----------+---------------------------------------------------------------+
69-
| | HE | CONFIG_NRF700X_BAND_UNII_2C_LOWER_EDGE_BACKOFF_HE |
69+
| | HE | CONFIG_NRF70_BAND_UNII_2C_LOWER_EDGE_BACKOFF_HE |
7070
+---------+-----------+---------------------------------------------------------------+
71-
| UNII-3 | HT/V HT | CONFIG_NRF700X_BAND_UNII_3_LOWER_EDGE_BACKOFF_HT |
71+
| UNII-3 | HT/V HT | CONFIG_NRF70_BAND_UNII_3_LOWER_EDGE_BACKOFF_HT |
7272
+ +-----------+---------------------------------------------------------------+
73-
| | HE | CONFIG_NRF700X_BAND_UNII_3_LOWER_EDGE_BACKOFF_HE |
73+
| | HE | CONFIG_NRF70_BAND_UNII_3_LOWER_EDGE_BACKOFF_HE |
7474
+---------+-----------+---------------------------------------------------------------+
75-
| UNII-4 | HT/V HT | CONFIG_NRF700X_BAND_UNII_4_LOWER_EDGE_BACKOFF_HT |
75+
| UNII-4 | HT/V HT | CONFIG_NRF70_BAND_UNII_4_LOWER_EDGE_BACKOFF_HT |
7676
+ +-----------+---------------------------------------------------------------+
77-
| | HE | CONFIG_NRF700X_BAND_UNII_4_LOWER_EDGE_BACKOFF_HE |
77+
| | HE | CONFIG_NRF70_BAND_UNII_4_LOWER_EDGE_BACKOFF_HE |
7878
+---------+-----------+---------------------------------------------------------------+
7979

8080
+---------+-----------+---------------------------------------------------------------+
8181
| Band | Frame type| Kconfig parameter for upper edge backoff |
8282
+=========+===========+===============================================================+
83-
| 2.4 GHz | DSSS | CONFIG_NRF700X_BAND_2G_UPPER_EDGE_BACKOFF_DSSS |
83+
| 2.4 GHz | DSSS | CONFIG_NRF70_BAND_2G_UPPER_EDGE_BACKOFF_DSSS |
8484
+ +-----------+---------------------------------------------------------------+
85-
| | HT/V HT | CONFIG_NRF700X_BAND_2G_UPPER_EDGE_BACKOFF_HT |
85+
| | HT/V HT | CONFIG_NRF70_BAND_2G_UPPER_EDGE_BACKOFF_HT |
8686
+ +-----------+---------------------------------------------------------------+
87-
| | HE | CONFIG_NRF700X_BAND_2G_UPPER_EDGE_BACKOFF_HE |
87+
| | HE | CONFIG_NRF70_BAND_2G_UPPER_EDGE_BACKOFF_HE |
8888
+---------+-----------+---------------------------------------------------------------+
89-
| UNII-1 | HT/V HT | CONFIG_NRF700X_BAND_UNII_1_UPPER_EDGE_BACKOFF_HT |
89+
| UNII-1 | HT/V HT | CONFIG_NRF70_BAND_UNII_1_UPPER_EDGE_BACKOFF_HT |
9090
+ +-----------+---------------------------------------------------------------+
91-
| | HE | CONFIG_NRF700X_BAND_UNII_1_UPPER_EDGE_BACKOFF_HE |
91+
| | HE | CONFIG_NRF70_BAND_UNII_1_UPPER_EDGE_BACKOFF_HE |
9292
+---------+-----------+---------------------------------------------------------------+
93-
| UNII-2A | HT/V HT | CONFIG_NRF700X_BAND_UNII_2A_UPPER_EDGE_BACKOFF_HT |
93+
| UNII-2A | HT/V HT | CONFIG_NRF70_BAND_UNII_2A_UPPER_EDGE_BACKOFF_HT |
9494
+ +-----------+---------------------------------------------------------------+
95-
| | HE | CONFIG_NRF700X_BAND_UNII_2A_UPPER_EDGE_BACKOFF_HE |
95+
| | HE | CONFIG_NRF70_BAND_UNII_2A_UPPER_EDGE_BACKOFF_HE |
9696
+---------+-----------+---------------------------------------------------------------+
97-
| UNII-2C | HT/V HT | CONFIG_NRF700X_BAND_UNII_2C_UPPER_EDGE_BACKOFF_HT |
97+
| UNII-2C | HT/V HT | CONFIG_NRF70_BAND_UNII_2C_UPPER_EDGE_BACKOFF_HT |
9898
+ +-----------+---------------------------------------------------------------+
99-
| | HE | CONFIG_NRF700X_BAND_UNII_2C_UPPER_EDGE_BACKOFF_HE |
99+
| | HE | CONFIG_NRF70_BAND_UNII_2C_UPPER_EDGE_BACKOFF_HE |
100100
+---------+-----------+---------------------------------------------------------------+
101-
| UNII-3 | HT/V HT | CONFIG_NRF700X_BAND_UNII_3_UPPER_EDGE_BACKOFF_HT |
101+
| UNII-3 | HT/V HT | CONFIG_NRF70_BAND_UNII_3_UPPER_EDGE_BACKOFF_HT |
102102
+ +-----------+---------------------------------------------------------------+
103-
| | HE | CONFIG_NRF700X_BAND_UNII_3_UPPER_EDGE_BACKOFF_HE |
103+
| | HE | CONFIG_NRF70_BAND_UNII_3_UPPER_EDGE_BACKOFF_HE |
104104
+---------+-----------+---------------------------------------------------------------+
105-
| UNII-4 | HT/V HT | CONFIG_NRF700X_BAND_UNII_4_UPPER_EDGE_BACKOFF_HT |
105+
| UNII-4 | HT/V HT | CONFIG_NRF70_BAND_UNII_4_UPPER_EDGE_BACKOFF_HT |
106106
+ +-----------+---------------------------------------------------------------+
107-
| | HE | CONFIG_NRF700X_BAND_UNII_4_UPPER_EDGE_BACKOFF_HE |
107+
| | HE | CONFIG_NRF70_BAND_UNII_4_UPPER_EDGE_BACKOFF_HE |
108108
+---------+-----------+---------------------------------------------------------------+
109109

110110
Setting band edge parameters
111111
****************************
112112

113113
Review if the transmission (TX) power of any band-edge channels requires backoff according to the active regulatory domain.
114-
The Kconfig parameters and their default values are defined in the :file:`<ncs_repo>/nrf/drivers/wifi/nrf700x/Kconfig` file.
114+
The Kconfig parameters and their default values are defined in the :file:`<ncs_repo>/zephyr/drivers/wifi/nrf_wifi/Kconfig.nrfwifi` file.
115115
If backoff is needed, set the following Kconfig parameters to ``<backoff_dB>`` in the project :file:`prj.conf` configuration file.
116116

117117
Kconfig parameters for the lower edge backoff:
118118

119-
* :kconfig:option:`CONFIG_NRF700X_BAND_2G_LOWER_EDGE_BACKOFF_DSSS`
120-
* :kconfig:option:`CONFIG_NRF700X_BAND_2G_LOWER_EDGE_BACKOFF_HT`
121-
* :kconfig:option:`CONFIG_NRF700X_BAND_2G_LOWER_EDGE_BACKOFF_HE`
122-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_1_LOWER_EDGE_BACKOFF_HT`
123-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_1_LOWER_EDGE_BACKOFF_HE`
124-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_2A_LOWER_EDGE_BACKOFF_HT`
125-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_2A_LOWER_EDGE_BACKOFF_HE`
126-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_2C_LOWER_EDGE_BACKOFF_HT`
127-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_2C_LOWER_EDGE_BACKOFF_HE`
128-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_3_LOWER_EDGE_BACKOFF_HT`
129-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_3_LOWER_EDGE_BACKOFF_HE`
130-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_4_LOWER_EDGE_BACKOFF_HT`
131-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_4_LOWER_EDGE_BACKOFF_HE`
119+
* :kconfig:option:`CONFIG_NRF70_BAND_2G_LOWER_EDGE_BACKOFF_DSSS`
120+
* :kconfig:option:`CONFIG_NRF70_BAND_2G_LOWER_EDGE_BACKOFF_HT`
121+
* :kconfig:option:`CONFIG_NRF70_BAND_2G_LOWER_EDGE_BACKOFF_HE`
122+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_1_LOWER_EDGE_BACKOFF_HT`
123+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_1_LOWER_EDGE_BACKOFF_HE`
124+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_2A_LOWER_EDGE_BACKOFF_HT`
125+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_2A_LOWER_EDGE_BACKOFF_HE`
126+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_2C_LOWER_EDGE_BACKOFF_HT`
127+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_2C_LOWER_EDGE_BACKOFF_HE`
128+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_3_LOWER_EDGE_BACKOFF_HT`
129+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_3_LOWER_EDGE_BACKOFF_HE`
130+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_4_LOWER_EDGE_BACKOFF_HT`
131+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_4_LOWER_EDGE_BACKOFF_HE`
132132

133133
Kconfig parameters for the upper edge backoff:
134134

135-
* :kconfig:option:`CONFIG_NRF700X_BAND_2G_UPPER_EDGE_BACKOFF_DSSS`
136-
* :kconfig:option:`CONFIG_NRF700X_BAND_2G_UPPER_EDGE_BACKOFF_HT`
137-
* :kconfig:option:`CONFIG_NRF700X_BAND_2G_UPPER_EDGE_BACKOFF_HE`
138-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_1_UPPER_EDGE_BACKOFF_HT`
139-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_1_UPPER_EDGE_BACKOFF_HE`
140-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_2A_UPPER_EDGE_BACKOFF_HT`
141-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_2A_UPPER_EDGE_BACKOFF_HE`
142-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_2C_UPPER_EDGE_BACKOFF_HT`
143-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_2C_UPPER_EDGE_BACKOFF_HE`
144-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_3_UPPER_EDGE_BACKOFF_HT`
145-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_3_UPPER_EDGE_BACKOFF_HE`
146-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_4_UPPER_EDGE_BACKOFF_HT`
147-
* :kconfig:option:`CONFIG_NRF700X_BAND_UNII_4_UPPER_EDGE_BACKOFF_HE`
135+
* :kconfig:option:`CONFIG_NRF70_BAND_2G_UPPER_EDGE_BACKOFF_DSSS`
136+
* :kconfig:option:`CONFIG_NRF70_BAND_2G_UPPER_EDGE_BACKOFF_HT`
137+
* :kconfig:option:`CONFIG_NRF70_BAND_2G_UPPER_EDGE_BACKOFF_HE`
138+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_1_UPPER_EDGE_BACKOFF_HT`
139+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_1_UPPER_EDGE_BACKOFF_HE`
140+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_2A_UPPER_EDGE_BACKOFF_HT`
141+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_2A_UPPER_EDGE_BACKOFF_HE`
142+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_2C_UPPER_EDGE_BACKOFF_HT`
143+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_2C_UPPER_EDGE_BACKOFF_HE`
144+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_3_UPPER_EDGE_BACKOFF_HT`
145+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_3_UPPER_EDGE_BACKOFF_HE`
146+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_4_UPPER_EDGE_BACKOFF_HT`
147+
* :kconfig:option:`CONFIG_NRF70_BAND_UNII_4_UPPER_EDGE_BACKOFF_HE`

doc/nrf/protocols/wifi/regulatory_certification/test_setup.rst

+7-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An overview of software test samples, hardware development platforms, test modes
1212
Test samples
1313
************
1414

15-
You can use the software test samples available in the |NCS| can be used for regulatory testing of the nRF70 Series devices.
15+
You can use the software test samples available in the |NCS| for regulatory testing of the nRF70 Series devices.
1616

1717
Wi-Fi Radio test sample
1818
=======================
@@ -67,9 +67,13 @@ Use the nRF70 Series hardware development platforms for regulatory testing.
6767
The nRF70 Series includes the following platforms:
6868

6969
* nRF7002 :term:`Development Kit (DK)` – A single-board solution featuring the Wi-Fi 6 capabilities of the nRF7002 companion IC and the nRF5340 :term:`System on Chip (SoC)`.
70-
* nRF7002 :term:`Evaluation Kit (EK)` – A shield board used for evaluating the nRF7002 companion IC. The EK is compatible with the nRF52840, nRF5340, and nRF91 DKs through its Arduino connector.
70+
* nRF7002 :term:`Evaluation Kit (EK)` – A shield board used for evaluating the nRF7002 companion IC.
71+
The EK is compatible with the nRF52840, nRF5340, and nRF91 DKs through its Arduino connector.
7172

72-
For hardware information, see the user guides `nRF7002 DK Hardware`_ and `nRF7002 EK Hardware`_.
73+
* nRF7002 :term:`Expansion Board (EB)` – A shield board used for evaluating the nRF7002 companion IC.
74+
The EB is compatible with the thingy53, nrf54l15, and nrf54h20 DKs through its Arduino connector.
75+
76+
For hardware information, see the user guides `nRF7002 DK Hardware`_ , `nRF7002 EK Hardware`_ , and `nRF7002 EB Hardware`_.
7377
For more information on the boards in nRF Connect for Desktop, see :ref:`Getting started with nRF70 Series <ug_nrf7002_gs>`.
7478

7579
.. figure:: images/nrf7002_dk_front.png

doc/nrf/protocols/wifi/regulatory_certification/using_wifi_shell_sample.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following commands lets you scan, connect, and ping to a desired network or
3636

3737
.. code-block:: shell
3838
39-
uart:~$ wifi connect <SSID> <Password>
39+
uart:~$ wifi connect -s <SSID> -k <key_management> -p <passphrase>
4040
4141
#. Query the status of the connection:
4242

0 commit comments

Comments
 (0)