Searched refs:ic_debug (Results 1 – 3 of 3) sorted by relevance
101 u_int32_t ic_debug; /* debug msg flags */ member393 #define ieee80211_msg(_ic, _m) ((_ic)->ic_debug & (_m))410 ((_ic)->ic_debug & IEEE80211_MSG_DEBUG)412 ((_ic)->ic_debug & IEEE80211_MSG_DUMPPKTS)414 ((_ic)->ic_debug & IEEE80211_MSG_INPUT)416 ((_ic)->ic_debug & IEEE80211_MSG_RADIUS)418 ((_ic)->ic_debug & IEEE80211_MSG_RADDUMP)420 ((_ic)->ic_debug & IEEE80211_MSG_RADKEYS)422 ((_ic)->ic_debug & IEEE80211_MSG_SCAN)424 ((_ic)->ic_debug & IEEE80211_MSG_ASSOC)
208 NULL, ieee80211_debug, &ic->ic_debug, 0, in ieee80211_sysctl_attach()
106 if ((_ic)->ic_debug & (_m)) \110 if ((_ic)->ic_debug & (_m)) \114 if ((_ic)->ic_debug & (_m)) \