From: Luciano Coelho Date: Tue, 27 Sep 2011 19:21:32 +0000 (+0300) Subject: Increase maximum number of SSIDs per scan X-Git-Tag: hostap-1-bp~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35b741fdf73d11cae58cec585102b5dfaab509a3;p=thirdparty%2Fhostap.git Increase maximum number of SSIDs per scan 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 --- diff --git a/src/drivers/driver.h b/src/drivers/driver.h index 189e3a627..f28d60819 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