Searched refs:prohibited_flags (Results 1 – 5 of 5) sorted by relevance
| /linux/net/wireless/ |
| H A D | chan.c | 1142 u32 prohibited_flags = IEEE80211_CHAN_DISABLED; in cfg80211_s1g_usable() local 1145 prohibited_flags |= IEEE80211_CHAN_NO_16MHZ; in cfg80211_s1g_usable() 1147 prohibited_flags |= IEEE80211_CHAN_NO_8MHZ; in cfg80211_s1g_usable() 1149 prohibited_flags |= IEEE80211_CHAN_NO_4MHZ; in cfg80211_s1g_usable() 1159 if (!chan || (chan->flags & prohibited_flags)) in cfg80211_s1g_usable() 1184 u32 prohibited_flags, in _cfg80211_chandef_usable() argument 1224 prohibited_flags |= IEEE80211_CHAN_NO_10MHZ; in _cfg80211_chandef_usable() 1233 prohibited_flags |= IEEE80211_CHAN_NO_20MHZ; in _cfg80211_chandef_usable() 1264 prohibited_flags |= IEEE80211_CHAN_NO_80MHZ; in _cfg80211_chandef_usable() 1272 prohibited_flags |= IEEE80211_CHAN_NO_160MHZ; in _cfg80211_chandef_usable() [all …]
|
| H A D | core.h | 513 u32 prohibited_flags,
|
| H A D | trace.h | 3465 enum nl80211_iftype iftype, u32 prohibited_flags, 3467 TP_ARGS(wiphy, chandef, iftype, prohibited_flags, permitting_flags), 3472 __field(u32, prohibited_flags) 3479 __entry->prohibited_flags = prohibited_flags; 3484 __entry->prohibited_flags, __entry->permitting_flags)
|
| /linux/include/net/ |
| H A D | cfg80211.h | 1091 u32 prohibited_flags); 1190 u32 prohibited_flags);
|
| /linux/net/mac80211/ |
| H A D | mlme.c | 826 u32 prohibited_flags) in ieee80211_chandef_usable() argument 829 chandef, prohibited_flags)) in ieee80211_chandef_usable()
|