Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Fix scan timeout handling #134

Merged
merged 3 commits into from
Nov 24, 2023

Commits on Nov 23, 2023

  1. [nrf noup] zephyr: Increase scan timeout

    fixup! [nrf noup] zephyr: Add support for Zephyr RTOS
    
    nRF70 driver has a scan timeout of 30s after which it does the cleanup
    of scan state, so, wait for it to complete the cleanup to avoid being
    stuck in scan busy.
    
    Fixes SHEL-2212.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    246026d View commit details
    Browse the repository at this point in the history
  2. [nrf noup] zephyr: Clear state on scan timeout

    fixup! [nrf noup] zephyr: Add support for Zephyr RTOS
    
    If we hit scan timeout, then clear the state to allow subsequent scan's
    as the issue might just be temporary. Ideally as the nRF70 driver also
    implements scan timeout, this should never happen.
    
    Fixes SHEL-2212.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    ca10e43 View commit details
    Browse the repository at this point in the history
  3. [nrf noup] zephyr: Add a TODO for scan timeout retrieval

    fixup! [nrf noup] zephyr: Add support for Zephyr RTOS
    
    Now that the hostap is upstreamed, it should work with multiple drivers,
    so, add a TODO to retrieve the scan timeout dynamically.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    4be7c9b View commit details
    Browse the repository at this point in the history