Skip to content

Commit

Permalink
samples: wifi: softap: Update documentation
Browse files Browse the repository at this point in the history
Add information about using the `wifi_ready`
library for checking Wi-Fi readiness.

Signed-off-by: Triveni Danda <[email protected]>
  • Loading branch information
D-Triveni authored and anangl committed Jun 18, 2024
1 parent b8025ff commit a47529f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion samples/wifi/softap/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ You can enable the SoftAP mode by setting the below configuration options in the
* :kconfig:option:`CONFIG_NRF700X_AP_MODE`: Enables access point mode support.
* :kconfig:option:`CONFIG_WPA_SUPP_AP`: Enables access point support.

The sample uses the :ref:`lib_wifi_ready` library to check Wi-Fi readiness.
To use the :ref:`lib_wifi_ready` library, enable the :kconfig:option:`CONFIG_WIFI_READY_LIB` Kconfig option.

.. note::

The SoftAP mode operation is dictated by regulatory requirements.
Expand Down Expand Up @@ -128,6 +131,7 @@ Testing
Dependencies
************

This sample uses the following |NCS| library:
This sample uses the following |NCS| libraries:

* :ref:`nrf_security`
* :ref:`lib_wifi_ready`

0 comments on commit a47529f

Please sign in to comment.