Home
last modified time | relevance | path

Searched refs:ext_feature_isset (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() function
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()
381 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags()
385 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags()
387 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() function
619 if (ext_feature_isset(nla_data(tb), nla_len(tb), in print_phy_handler()