From 295d275117e4d74e785e7c091769ff7a4d38ee44 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Thu, 23 Nov 2023 18:56:35 +0530 Subject: [PATCH] [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 --- src/drivers/driver_zephyr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drivers/driver_zephyr.c b/src/drivers/driver_zephyr.c index 0fa5f3d28..7675cc672 100644 --- a/src/drivers/driver_zephyr.c +++ b/src/drivers/driver_zephyr.c @@ -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