Browse Source

Increase maximum number of SSIDs per scan with ProbeReq to 10

Dmitry Shmidt 13 years ago
parent
commit
a79d5479df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/drivers/driver.h

+ 1 - 1
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