[PATCH 04/11] wpa_s: Increase number of SSIDs per scan

Luciano Coelho coelho
Tue Sep 27 12:21:32 PDT 2011


With scheduled scan support, we may need to pass more than 10 SSIDs in
a single scan request.  Some drivers (eg. wl12xx) support up to 16
SSIDs at once.

Change WPAS_MAX_SCAN_SSIDS from 10 to 16.

Signed-off-by: Luciano Coelho <coelho at ti.com>
---
 src/drivers/driver.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/drivers/driver.h b/src/drivers/driver.h
index 7c2eed9..5db525a 100644
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
@@ -195,7 +195,7 @@ struct wpa_interface_info {
 	const char *drv_name;
 };
 
-#define WPAS_MAX_SCAN_SSIDS 10
+#define WPAS_MAX_SCAN_SSIDS 16
 
 /**
  * struct wpa_driver_scan_params - Scan parameters
-- 
1.7.1




More information about the Hostap mailing list