|
@@ -840,6 +840,8 @@ struct wpa_driver_capa {
|
|
#define WPA_DRIVER_FLAGS_AP_MLME 0x01000000
|
|
#define WPA_DRIVER_FLAGS_AP_MLME 0x01000000
|
|
/* Driver supports SAE with user space SME */
|
|
/* Driver supports SAE with user space SME */
|
|
#define WPA_DRIVER_FLAGS_SAE 0x02000000
|
|
#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;
|
|
unsigned int flags;
|
|
|
|
|
|
int max_scan_ssids;
|
|
int max_scan_ssids;
|