Searched refs:ext_features (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211_capa.c | 538 static int ext_feature_isset(const u8 *ext_features, int ext_features_len, in ext_feature_isset() argument 546 ft_byte = ext_features[ftidx / 8]; in ext_feature_isset() 555 u8 *ext_features; in wiphy_info_ext_feature_flags() local 561 ext_features = nla_data(tb); in wiphy_info_ext_feature_flags() 564 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_VHT_IBSS)) in wiphy_info_ext_feature_flags() 567 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_RRM)) in wiphy_info_ext_feature_flags() 570 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_FILS_STA)) in wiphy_info_ext_feature_flags() 573 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags() 577 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags() 581 if (ext_feature_isset(ext_features, len, in wiphy_info_ext_feature_flags() [all …]
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 1225 unsigned long ext_features[BITS_TO_LONGS(NUM_NL80211_EXT_FEATURES)]; member 1839 set_bit(ef, wiphy->ext_features); in wiphy_ext_feature_set() 1845 return (test_bit(ef, wiphy->ext_features)); in wiphy_ext_feature_isset()
|