From: Dmitry Shmidt Date: Mon, 18 Jul 2011 22:14:51 +0000 (-0700) Subject: Increase number of SSIDs per scan with ProbeReq to 10 X-Git-Tag: android-x86-4.4-r1~222 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fexternal-wpa_supplicant_8.git;a=commitdiff_plain;h=fa544dac34bd262b9d8b395b4331e241648a7e40 Increase number of SSIDs per scan with ProbeReq to 10 Change-Id: Icab7bc732d652915796a9a0aac1c82d31da8f6b3 Signed-off-by: Dmitry Shmidt --- diff --git a/src/drivers/driver.h b/src/drivers/driver.h index c7dbdc1..232f31a 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