From: Dmitry Shmidt Date: Tue, 19 Jul 2011 05:55:46 +0000 (+0300) Subject: Increase maximum number of SSIDs per scan with ProbeReq to 10 X-Git-Tag: hostap-1-bp~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a79d5479dfd983622ebabee5f1c8cf9b5236f9d7;p=thirdparty%2Fhostap.git Increase maximum number of SSIDs per scan with ProbeReq to 10 --- diff --git a/src/drivers/driver.h b/src/drivers/driver.h index 4bc4d2dc8..92951ae13 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 4 +#define WPAS_MAX_SCAN_SSIDS 10 /** * struct wpa_driver_scan_params - Scan parameters