Home
last modified time | relevance | path

Searched refs:prohibited_flags (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/wireless/
Dchan.c583 u32 prohibited_flags) in cfg80211_secondary_chans_ok() argument
593 if (!c || c->flags & prohibited_flags) in cfg80211_secondary_chans_ok()
602 u32 prohibited_flags) in cfg80211_chandef_usable() argument
621 prohibited_flags |= IEEE80211_CHAN_NO_10MHZ; in cfg80211_chandef_usable()
628 prohibited_flags |= IEEE80211_CHAN_NO_20MHZ; in cfg80211_chandef_usable()
652 prohibited_flags |= IEEE80211_CHAN_NO_80MHZ; in cfg80211_chandef_usable()
662 prohibited_flags |= IEEE80211_CHAN_NO_160MHZ; in cfg80211_chandef_usable()
682 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
686 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
690 width, prohibited_flags)) in cfg80211_chandef_usable()
[all …]
/linux-4.1.27/include/net/
Dcfg80211.h486 u32 prohibited_flags);