Home
last modified time | relevance | path

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

/linux-4.4.14/net/wireless/
Dchan.c803 bool check_no_ir) in _cfg80211_reg_can_beacon() argument
809 trace_cfg80211_reg_can_beacon(wiphy, chandef, iftype, check_no_ir); in _cfg80211_reg_can_beacon()
811 if (check_no_ir) in _cfg80211_reg_can_beacon()
838 bool check_no_ir; in cfg80211_reg_can_beacon_relax() local
848 check_no_ir = !cfg80211_ir_permissive_chan(wiphy, iftype, in cfg80211_reg_can_beacon_relax()
851 return _cfg80211_reg_can_beacon(wiphy, chandef, iftype, check_no_ir); in cfg80211_reg_can_beacon_relax()
Dtrace.h2361 enum nl80211_iftype iftype, bool check_no_ir),
2362 TP_ARGS(wiphy, chandef, iftype, check_no_ir),
2367 __field(bool, check_no_ir)
2373 __entry->check_no_ir = check_no_ir;
2377 BOOL_TO_STR(__entry->check_no_ir))