Searched refs:check_no_ir (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/net/wireless/ |
H A D | chan.c | 803 bool check_no_ir) _cfg80211_reg_can_beacon() 809 trace_cfg80211_reg_can_beacon(wiphy, chandef, iftype, check_no_ir); _cfg80211_reg_can_beacon() 811 if (check_no_ir) _cfg80211_reg_can_beacon() 838 bool check_no_ir; cfg80211_reg_can_beacon_relax() local 848 check_no_ir = !cfg80211_ir_permissive_chan(wiphy, iftype, cfg80211_reg_can_beacon_relax() 851 return _cfg80211_reg_can_beacon(wiphy, chandef, iftype, check_no_ir); cfg80211_reg_can_beacon_relax() 800 _cfg80211_reg_can_beacon(struct wiphy *wiphy, struct cfg80211_chan_def *chandef, enum nl80211_iftype iftype, bool check_no_ir) _cfg80211_reg_can_beacon() argument
|
H A D | trace.h | 2361 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; 2375 TP_printk(WIPHY_PR_FMT ", " CHAN_DEF_PR_FMT ", iftype=%d check_no_ir=%s", 2377 BOOL_TO_STR(__entry->check_no_ir))
|
Completed in 85 milliseconds