nl80211: Check driver FILS capability
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
40a4572738
commit
befdb2dc8d
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue