Home
last modified time | relevance | path

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

/linux/net/wireless/
A Dchan.c1188 bool check_no_ir) in _cfg80211_reg_can_beacon() argument
1194 trace_cfg80211_reg_can_beacon(wiphy, chandef, iftype, check_no_ir); in _cfg80211_reg_can_beacon()
1196 if (check_no_ir) in _cfg80211_reg_can_beacon()
1224 bool check_no_ir; in cfg80211_reg_can_beacon_relax() local
1234 check_no_ir = !cfg80211_ir_permissive_chan(wiphy, iftype, in cfg80211_reg_can_beacon_relax()
1237 return _cfg80211_reg_can_beacon(wiphy, chandef, iftype, check_no_ir); in cfg80211_reg_can_beacon_relax()
A Dtrace.h2989 enum nl80211_iftype iftype, bool check_no_ir),
2990 TP_ARGS(wiphy, chandef, iftype, check_no_ir),
2995 __field(bool, check_no_ir)
3001 __entry->check_no_ir = check_no_ir;
3005 BOOL_TO_STR(__entry->check_no_ir))

Completed in 8 milliseconds