Lines Matching refs:prohibited_flags
867 u32 prohibited_flags) in cfg80211_secondary_chans_ok() argument
877 if (!c || c->flags & prohibited_flags) in cfg80211_secondary_chans_ok()
939 u32 prohibited_flags) in cfg80211_chandef_usable() argument
986 prohibited_flags |= IEEE80211_CHAN_NO_10MHZ; in cfg80211_chandef_usable()
995 prohibited_flags |= IEEE80211_CHAN_NO_20MHZ; in cfg80211_chandef_usable()
1026 prohibited_flags |= IEEE80211_CHAN_NO_80MHZ; in cfg80211_chandef_usable()
1034 prohibited_flags |= IEEE80211_CHAN_NO_160MHZ; in cfg80211_chandef_usable()
1064 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
1068 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
1073 width, prohibited_flags)) in cfg80211_chandef_usable()
1080 width, prohibited_flags); in cfg80211_chandef_usable()
1191 u32 prohibited_flags = IEEE80211_CHAN_DISABLED | in _cfg80211_reg_can_beacon() local
1197 prohibited_flags |= IEEE80211_CHAN_NO_IR; in _cfg80211_reg_can_beacon()
1202 prohibited_flags = IEEE80211_CHAN_DISABLED; in _cfg80211_reg_can_beacon()
1205 res = cfg80211_chandef_usable(wiphy, chandef, prohibited_flags); in _cfg80211_reg_can_beacon()
1345 u32 prohibited_flags) in cfg80211_any_usable_channels() argument
1349 prohibited_flags |= IEEE80211_CHAN_DISABLED; in cfg80211_any_usable_channels()
1363 if (chan->flags & prohibited_flags) in cfg80211_any_usable_channels()