mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 09:14:03 -05:00
driver_test: Claim AP mode capability for wpa_supplicant
This commit is contained in:
parent
ac48db0f2b
commit
133032e7bd
@ -2243,6 +2243,7 @@ static int wpa_driver_test_get_capa(void *priv, struct wpa_driver_capa *capa)
|
|||||||
WPA_DRIVER_AUTH_LEAP;
|
WPA_DRIVER_AUTH_LEAP;
|
||||||
if (drv->use_mlme)
|
if (drv->use_mlme)
|
||||||
capa->flags |= WPA_DRIVER_FLAGS_USER_SPACE_MLME;
|
capa->flags |= WPA_DRIVER_FLAGS_USER_SPACE_MLME;
|
||||||
|
capa->flags |= WPA_DRIVER_FLAGS_AP;
|
||||||
capa->max_scan_ssids = 2;
|
capa->max_scan_ssids = 2;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user