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.c516 static int ext_feature_isset(const u8 *ext_features, int ext_features_len, in ext_feature_isset() argument
524 ft_byte = ext_features[ftidx / 8]; in ext_feature_isset()
533 u8 *ext_features; in wiphy_info_ext_feature_flags() local
539 ext_features = nla_data(tb); in wiphy_info_ext_feature_flags()
542 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_VHT_IBSS)) in wiphy_info_ext_feature_flags()
545 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_RRM)) in wiphy_info_ext_feature_flags()
548 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_FILS_STA)) in wiphy_info_ext_feature_flags()
551 if (ext_feature_isset(ext_features, len, 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()
[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()