Searched refs:ext_features (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/drivers/ |
D | driver_nl80211_capa.c | 520 static int ext_feature_isset(const u8 *ext_features, int ext_features_len, in ext_feature_isset() argument 528 ft_byte = ext_features[ftidx / 8]; in ext_feature_isset() 537 u8 *ext_features; in wiphy_info_ext_feature_flags() local 543 ext_features = nla_data(tb); in wiphy_info_ext_feature_flags() 546 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_VHT_IBSS)) in wiphy_info_ext_feature_flags() 549 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_RRM)) in wiphy_info_ext_feature_flags() 552 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_FILS_STA)) in wiphy_info_ext_feature_flags() 555 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags() 559 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags() 563 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags() [all …]
|