Home
last modified time | relevance | path

Searched refs:ext_features (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c334 static int ext_feature_isset(const u8 *ext_features, int ext_features_len, in ext_feature_isset() argument
342 ft_byte = ext_features[ftidx / 8]; in ext_feature_isset()
351 u8 *ext_features; in wiphy_info_ext_feature_flags() local
357 ext_features = nla_data(tb); in wiphy_info_ext_feature_flags()
360 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_VHT_IBSS)) in wiphy_info_ext_feature_flags()
363 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_RRM)) in wiphy_info_ext_feature_flags()
366 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_FILS_STA)) in wiphy_info_ext_feature_flags()
369 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags()
373 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags()
377 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags()
[all …]
/external/iw/
Dinfo.c66 static int ext_feature_isset(const unsigned char *ext_features, int ext_features_len, in ext_feature_isset() argument
74 ft_byte = ext_features[ftidx / 8]; in ext_feature_isset()