Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: nrf: drivers: Add documentation for Wi-Fi driver kconfig options #11949

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/*
rado17 marked this conversation as resolved.
Show resolved Hide resolved
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:
rado17 marked this conversation as resolved.
Show resolved Hide resolved


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/*
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.
Loading