Searched refs:ext_features (Results 1 – 1 of 1) sorted by relevance
/hostap-3.6.0/src/drivers/ |
D | driver_nl80211_capa.c | 515 static int ext_feature_isset(const u8 *ext_features, int ext_features_len, in ext_feature_isset() argument 523 ft_byte = ext_features[ftidx / 8]; in ext_feature_isset() 532 u8 *ext_features; in wiphy_info_ext_feature_flags() local 538 ext_features = nla_data(tb); in wiphy_info_ext_feature_flags() 541 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_VHT_IBSS)) in wiphy_info_ext_feature_flags() 544 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_RRM)) in wiphy_info_ext_feature_flags() 547 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_FILS_STA)) in wiphy_info_ext_feature_flags() 550 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags() 554 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags() 558 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags() [all …]
|