Home
last modified time | relevance | path

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

/Linux-v5.10/net/wireless/
Dchan.c1184 bool check_no_ir) in _cfg80211_reg_can_beacon() argument
1190 trace_cfg80211_reg_can_beacon(wiphy, chandef, iftype, check_no_ir); in _cfg80211_reg_can_beacon()
1192 if (check_no_ir) in _cfg80211_reg_can_beacon()
1219 bool check_no_ir; in cfg80211_reg_can_beacon_relax() local
1229 check_no_ir = !cfg80211_ir_permissive_chan(wiphy, iftype, in cfg80211_reg_can_beacon_relax()
1232 return _cfg80211_reg_can_beacon(wiphy, chandef, iftype, check_no_ir); in cfg80211_reg_can_beacon_relax()
Dtrace.h2927 enum nl80211_iftype iftype, bool check_no_ir),
2928 TP_ARGS(wiphy, chandef, iftype, check_no_ir),
2933 __field(bool, check_no_ir)
2939 __entry->check_no_ir = check_no_ir;
2943 BOOL_TO_STR(__entry->check_no_ir))