[RFC 4/4] wpa_s: Increase number of SSIDs per scan

Luciano Coelho coelho at ti.com
Wed Sep 21 07:07:23 EDT 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 aca595f..a287b77 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