]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Increase maximum number of SSIDs per scan
authorLuciano Coelho <coelho@ti.com>
Tue, 27 Sep 2011 19:21:32 +0000 (22:21 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 15 Oct 2011 15:53:13 +0000 (18:53 +0300)
With scheduled scan support, we may need to pass more than 10 SSIDs in
a single scan request. Some drivers (e.g., wl12xx) support up to 16
SSIDs at once.

Change WPAS_MAX_SCAN_SSIDS from 10 to 16.

Signed-off-by: Luciano Coelho <coelho@ti.com>
src/drivers/driver.h

index 189e3a62742a2160b211eac626966dcd4a2b2f12..f28d608199eecb044e8d3478aab43a659b1cd3da 100644 (file)
@@ -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