Increase maximum number of SSIDs per scan with ProbeReq to 10
This commit is contained in:
parent
b5cb528d70
commit
a79d5479df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue