-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Wifi ready doc changes #15765
Wifi ready doc changes #15765
Conversation
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Note: This message is automatically posted and updated by the CI |
Need to fix the issue with doxygengroup to remove the build error. |
@D-Triveni I believe this can be done by running "west update", then "git commit --amend" and pushing again. |
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
a0909cb
to
d7f9b25
Compare
d7f9b25
to
073aea5
Compare
Add changelog entry for the changes done in `station` sample. Signed-off-by: Triveni Danda <[email protected]>
Add RPU recovery testing section. Signed-off-by: Triveni Danda <[email protected]>
Add changelog entry for the `wifi_ready` library. Signed-off-by: Triveni Danda <[email protected]>
073aea5
to
c0193e0
Compare
@@ -907,6 +911,12 @@ Libraries for networking | |||
* Function :c:func:`wifi_credentials_is_empty` to check if the Wi-Fi credentials storage is empty. | |||
* New parameter ``channel`` to the structure :c:struct:`wifi_credentials_header` to store the channel information of the Wi-Fi network. | |||
|
|||
* Added the :ref:`lib_wifi_ready` library that manages Wi-Fi readiness for applications by handling supplicant ready and not ready events. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just have bullet "Added" after the Libraries for networking heading and the two entries (softap provision and this) under it similarly to the existing softap provisioning entry. Like this:
-
Added:
- :ref:
lib_softap_wifi_provision
library. - :ref:
lib_wifi_ready
library
- :ref:
* :ref:`lib_wifi_ready` library: | ||
|
||
* Notifies applications of Wi-Fi readiness by managing supplicant events, indicating when Wi-Fi is available for use. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* :ref:`lib_wifi_ready` library: | |
* Notifies applications of Wi-Fi readiness by managing supplicant events, indicating when Wi-Fi is available for use. |
Cherry-picked these to #15628 |
No description provided.