Searched refs:sta_selectors (Results 1 – 1 of 1) sorted by relevance
1013 unsigned long sta_selectors[BITS_TO_LONGS(128)] = {}; in ieee80211_determine_chan_mode() local1097 bitmap_copy(sta_selectors, userspace_selectors, 128); in ieee80211_determine_chan_mode()1099 set_bit(BSS_MEMBERSHIP_SELECTOR_HT_PHY, sta_selectors); in ieee80211_determine_chan_mode()1101 set_bit(BSS_MEMBERSHIP_SELECTOR_VHT_PHY, sta_selectors); in ieee80211_determine_chan_mode()1103 set_bit(BSS_MEMBERSHIP_SELECTOR_HE_PHY, sta_selectors); in ieee80211_determine_chan_mode()1105 set_bit(BSS_MEMBERSHIP_SELECTOR_EHT_PHY, sta_selectors); in ieee80211_determine_chan_mode()1113 if (!bitmap_subset(unknown_rates_selectors, sta_selectors, 128)) { in ieee80211_determine_chan_mode()