mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-29 16:24:03 -05:00
nl80211: Check driver FILS capability
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
40a4572738
commit
befdb2dc8d
@ -362,6 +362,9 @@ static void wiphy_info_ext_feature_flags(struct wiphy_info_data *info,
|
||||
|
||||
if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_RRM))
|
||||
capa->rrm_flags |= WPA_DRIVER_FLAGS_SUPPORT_RRM;
|
||||
|
||||
if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_FILS_STA))
|
||||
capa->flags |= WPA_DRIVER_FLAGS_SUPPORT_FILS;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user