Searched refs:prohibited_flags (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/wireless/ |
| H A D | chan.c | 1135 u32 prohibited_flags, in _cfg80211_chandef_usable() argument 1290 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in _cfg80211_chandef_usable() 1294 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in _cfg80211_chandef_usable() 1302 if (c->flags & prohibited_flags) in _cfg80211_chandef_usable() 1311 u32 prohibited_flags) in cfg80211_chandef_usable() argument 1435 u32 prohibited_flags, in _cfg80211_reg_can_beacon() argument 1442 prohibited_flags, in _cfg80211_reg_can_beacon() 1455 prohibited_flags &= ~IEEE80211_CHAN_NO_IR; in _cfg80211_reg_can_beacon() 1465 prohibited_flags, in _cfg80211_reg_can_beacon() 1521 u32 prohibited_flags) in cfg80211_any_usable_channels() argument [all …]
|
| H A D | core.h | 504 u32 prohibited_flags,
|
| H A D | trace.h | 3429 enum nl80211_iftype iftype, u32 prohibited_flags, 3431 TP_ARGS(wiphy, chandef, iftype, prohibited_flags, permitting_flags), 3436 __field(u32, prohibited_flags) 3443 __entry->prohibited_flags = prohibited_flags; 3448 __entry->prohibited_flags, __entry->permitting_flags)
|
| /linux-6.15/include/net/ |
| H A D | cfg80211.h | 1038 u32 prohibited_flags); 1174 u32 prohibited_flags);
|
| /linux-6.15/net/mac80211/ |
| H A D | mlme.c | 769 u32 prohibited_flags) in ieee80211_chandef_usable() argument 772 chandef, prohibited_flags)) in ieee80211_chandef_usable()
|