Searched refs:check_no_ir (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/net/wireless/ |
| D | chan.c | 926 bool check_no_ir) in _cfg80211_reg_can_beacon() argument 932 trace_cfg80211_reg_can_beacon(wiphy, chandef, iftype, check_no_ir); in _cfg80211_reg_can_beacon() 934 if (check_no_ir) in _cfg80211_reg_can_beacon() 961 bool check_no_ir; in cfg80211_reg_can_beacon_relax() local 971 check_no_ir = !cfg80211_ir_permissive_chan(wiphy, iftype, in cfg80211_reg_can_beacon_relax() 974 return _cfg80211_reg_can_beacon(wiphy, chandef, iftype, check_no_ir); in cfg80211_reg_can_beacon_relax()
|
| D | trace.h | 2673 enum nl80211_iftype iftype, bool check_no_ir), 2674 TP_ARGS(wiphy, chandef, iftype, check_no_ir), 2679 __field(bool, check_no_ir) 2685 __entry->check_no_ir = check_no_ir; 2689 BOOL_TO_STR(__entry->check_no_ir))
|