Lines Matching refs:prohibited_flags
971 u32 prohibited_flags) in cfg80211_secondary_chans_ok() argument
981 if (!c || c->flags & prohibited_flags) in cfg80211_secondary_chans_ok()
1043 u32 prohibited_flags) in cfg80211_chandef_usable() argument
1093 prohibited_flags |= IEEE80211_CHAN_NO_10MHZ; in cfg80211_chandef_usable()
1102 prohibited_flags |= IEEE80211_CHAN_NO_20MHZ; in cfg80211_chandef_usable()
1133 prohibited_flags |= IEEE80211_CHAN_NO_80MHZ; in cfg80211_chandef_usable()
1141 prohibited_flags |= IEEE80211_CHAN_NO_160MHZ; in cfg80211_chandef_usable()
1155 prohibited_flags |= IEEE80211_CHAN_NO_320MHZ; in cfg80211_chandef_usable()
1197 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
1201 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
1206 width, prohibited_flags)) in cfg80211_chandef_usable()
1213 width, prohibited_flags); in cfg80211_chandef_usable()
1341 u32 prohibited_flags = IEEE80211_CHAN_DISABLED | in _cfg80211_reg_can_beacon() local
1347 prohibited_flags |= IEEE80211_CHAN_NO_IR; in _cfg80211_reg_can_beacon()
1352 prohibited_flags = IEEE80211_CHAN_DISABLED; in _cfg80211_reg_can_beacon()
1355 res = cfg80211_chandef_usable(wiphy, chandef, prohibited_flags); in _cfg80211_reg_can_beacon()
1404 u32 prohibited_flags) in cfg80211_any_usable_channels() argument
1408 prohibited_flags |= IEEE80211_CHAN_DISABLED; in cfg80211_any_usable_channels()
1422 if (chan->flags & prohibited_flags) in cfg80211_any_usable_channels()