Searched refs:ext_features (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211_capa.c | 520 static int ext_feature_isset(const u8 *ext_features, int ext_features_len, in ext_feature_isset() argument 528 ft_byte = ext_features[ftidx / 8]; in ext_feature_isset() 537 u8 *ext_features; in wiphy_info_ext_feature_flags() local 543 ext_features = nla_data(tb); in wiphy_info_ext_feature_flags() 546 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_VHT_IBSS)) in wiphy_info_ext_feature_flags() 549 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_RRM)) in wiphy_info_ext_feature_flags() 552 if (ext_feature_isset(ext_features, len, NL80211_EXT_FEATURE_FILS_STA)) 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() [all …]
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 1156 unsigned long ext_features[BITS_TO_LONGS(NUM_NL80211_EXT_FEATURES)]; member 1738 set_bit(ef, wiphy->ext_features); in wiphy_ext_feature_set() 1744 return (test_bit(ef, wiphy->ext_features)); in wiphy_ext_feature_isset()
|