Skip to content

Commit 908d8e8

Browse files
D-Trivenirlubos
authored andcommitted
doc: wifi: Fix CONFIG_NRF70_UTIL config setting
Update build instructions to use the correct config file for enabling `CONFIG_NRF70_UTIL`. Also add the missing instruction in the `using_wifi_shell_sample` doc. Fixes SHEL-3750. Signed-off-by: Triveni Danda <[email protected]>
1 parent a90234a commit 908d8e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Build instructions
1919

2020
For information on the build instructions, see :ref:`Wi-Fi Shell sample building and running <wifi_shell_sample_building_and_running>`.
2121

22+
Set the :kconfig:option:`CONFIG_NRF70_UTIL` Kconfig option to ``y`` in the :file:`<ncs_repo>/nrf/samples/wifi/shell/prj.conf` file to enable the ``nrf70 util`` commands.
23+
2224
Scan, connect, and ping to a network using the Wi-Fi Shell sample
2325
*****************************************************************
2426

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Build instructions
1919

2020
For information on the build instructions, see :ref:`Wi-Fi Station sample building and running <wifi_station_sample_building_and_running>`.
2121

22-
Set the :kconfig:option:`CONFIG_NRF70_UTIL` Kconfig option to ``y`` in the :file:`<ncs_repo>/nrf/samples/wifi/shell/prj.conf` file to enable ``nrf70 util`` commands.
22+
Set the :kconfig:option:`CONFIG_NRF70_UTIL` Kconfig option to ``y`` in the :file:`<ncs_repo>/nrf/samples/wifi/sta/prj.conf` file to enable the ``nrf70 util`` commands.
2323

2424
Wi-Fi Station sample
2525
********************

0 commit comments

Comments
 (0)