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

Add Wi-Fi ready event library #15628

Merged
merged 4 commits into from
Jun 6, 2024

Commits on Jun 6, 2024

  1. net: lib: Add wifi_ready library

    Add wifi_ready library to monitor supplicant events
    and ensure applications wait for Wi-Fi readiness both at boot time and
    also at run time.
    
    Implements SHEL-2741.
    
    Signed-off-by: Triveni Danda <[email protected]>
    Signed-off-by: Chaitanya Tata <[email protected]>
    D-Triveni authored and krish2718 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1d07d7f View commit details
    Browse the repository at this point in the history
  2. samples: wifi: sta: Use Wi-Fi ready library

    Update the sample application to use newly introduced Wi-Fi ready
    library, this ensures that application uses Wi-Fi only when it's
    available both at boot time and run time.
    
    Implement demo usage for SHEL-2741 and enable it by default, except
    for nRF52840DK as it as low RAM.
    
    Signed-off-by: Triveni Danda <[email protected]>
    Signed-off-by: Chaitanya Tata <[email protected]>
    D-Triveni authored and krish2718 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d0152ba View commit details
    Browse the repository at this point in the history
  3. doc: changelog: Add an entry for Wi-Fi ready library

    Add Wi-Fi library to networking libraries section.
    
    Signed-off-by: Chaitanya Tata <[email protected]>
    krish2718 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ba9a2fe View commit details
    Browse the repository at this point in the history
  4. doc: changelog: Add entry for station sample

    Add changelog entry for the STA sample to migrate to Wi-Fi ready
    library.
    
    Signed-off-by: Triveni Danda <[email protected]>
    D-Triveni authored and krish2718 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f1c2c7b View commit details
    Browse the repository at this point in the history