From a47529f025b9274222a9df122ee66acdfca89f7e Mon Sep 17 00:00:00 2001 From: Triveni Danda Date: Mon, 17 Jun 2024 13:03:04 +0530 Subject: [PATCH] samples: wifi: softap: Update documentation Add information about using the `wifi_ready` library for checking Wi-Fi readiness. Signed-off-by: Triveni Danda --- samples/wifi/softap/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/samples/wifi/softap/README.rst b/samples/wifi/softap/README.rst index b52a6d697447..870351da6418 100644 --- a/samples/wifi/softap/README.rst +++ b/samples/wifi/softap/README.rst @@ -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. @@ -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`