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.c516 static int ext_feature_isset(const u8 *ext_features, int ext_features_len, in ext_feature_isset() function
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()
563 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags()
567 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags()
571 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() function
619 if (ext_feature_isset(nla_data(tb), nla_len(tb), in print_phy_handler()