Searched refs:check_no_ir (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/net/wireless/ |
A D | chan.c | 1338 bool check_no_ir) in _cfg80211_reg_can_beacon() argument 1344 trace_cfg80211_reg_can_beacon(wiphy, chandef, iftype, check_no_ir); in _cfg80211_reg_can_beacon() 1346 if (check_no_ir) in _cfg80211_reg_can_beacon() 1374 bool check_no_ir; in cfg80211_reg_can_beacon_relax() local 1384 check_no_ir = !cfg80211_ir_permissive_chan(wiphy, iftype, in cfg80211_reg_can_beacon_relax() 1387 return _cfg80211_reg_can_beacon(wiphy, chandef, iftype, check_no_ir); in cfg80211_reg_can_beacon_relax()
|
A D | trace.h | 3210 enum nl80211_iftype iftype, bool check_no_ir), 3211 TP_ARGS(wiphy, chandef, iftype, check_no_ir), 3216 __field(bool, check_no_ir) 3222 __entry->check_no_ir = check_no_ir; 3226 BOOL_TO_STR(__entry->check_no_ir))
|
Completed in 7 milliseconds