Skip to content

Commit

Permalink
doc: nrf: drivers: Add documentation for Wi-Fi driver kconfig options
Browse files Browse the repository at this point in the history
Add documentation for Wi-Fi driver kconfig options.

Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
  • Loading branch information
rado17 committed Aug 9, 2023
1 parent a8b6514 commit 05c7c87
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/nrf/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Here you can find documentation for drivers in the |NCS|, including API document
:glob:

drivers/*
drivers/wifi/nrf700x/*
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following features are in the driver code but not yet supported:

Except for scan only mode, the driver uses host access point daemon (hostapd) to implement AP Media Access Control (MAC) Sublayer Management Entity (AP MLME) and wpa_supplicant to implement 802.1X supplicant.

Radio test mode
Radio Test mode
^^^^^^^^^^^^^^^
The nRF700X Wi-Fi driver supports Radio Test mode, which you can use to test the RF performance of the nRF700X device.
This is a build time option that you can enable using the :kconfig:option:`CONFIG_NRF700X_RADIO_TEST` Kconfig option.
Expand All @@ -71,6 +71,14 @@ The nRF7002 DK uses QSPI whereas the nRF7002 EK uses SPI.

To connect the nRF7002 EK to the SoC, the ``nrf7002ek`` shield is required.

Configuration
*************

The nRF700X Wi-Fi driver has the following configuration options:

.. options-from-kconfig::
:show-type:


API documentation
*****************
Expand All @@ -89,4 +97,4 @@ This is typically intended for customers who want to use the nRF700X device in a
:caption: Modules:
:glob:

nrf700x/*
subpages/*
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/wifi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

if WIFI

rsource "nrf700x/Kconfig.nrf700x"
rsource "nrf700x/Kconfig"

endif # WIFI
File renamed without changes.

0 comments on commit 05c7c87

Please sign in to comment.