Allow OBSS scan and 20/40 coex reports to non-SME drivers
We enable this feature for non-SME drivers as well if they explicitly indicate need for it. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com>
This commit is contained in:
parent
3d83a6b9b6
commit
368b1957a6
3 changed files with 13 additions and 3 deletions
|
@ -840,6 +840,8 @@ struct wpa_driver_capa {
|
|||
#define WPA_DRIVER_FLAGS_AP_MLME 0x01000000
|
||||
/* Driver supports SAE with user space SME */
|
||||
#define WPA_DRIVER_FLAGS_SAE 0x02000000
|
||||
/* Driver makes use of OBSS scan mechanism in wpa_supplicant */
|
||||
#define WPA_DRIVER_FLAGS_OBSS_SCAN 0x04000000
|
||||
unsigned int flags;
|
||||
|
||||
int max_scan_ssids;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue