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

Commit

Permalink
[nrf noup] zephyr: Add a TODO for scan timeout retrieval
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
krish2718 committed Nov 24, 2023
1 parent 42f05ae commit 295d275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/driver_zephyr.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "common/ieee802_11_common.h"

/* Zephyr drivers have a timeout of 30s wait for them to handle the cleanup */
/* TODO: The timeout should be retrieved from the driver to keep it generic */
#define SCAN_TIMEOUT 35
#define GET_WIPHY_TIMEOUT 10

Expand Down

0 comments on commit 295d275

Please sign in to comment.