Searched refs:ext_features (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211_capa.c | 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() 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() 622 ext_features, len, in wiphy_info_ext_feature_flags() 638 ext_features, len, in wiphy_info_ext_feature_flags() [all …]
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 1220 unsigned long ext_features[BITS_TO_LONGS(NUM_NL80211_EXT_FEATURES)]; member 1705 set_bit(ef, wiphy->ext_features); in wiphy_ext_feature_set() 1711 return (test_bit(ef, wiphy->ext_features)); in wiphy_ext_feature_isset()
|