Home
last modified time | relevance | path

Searched refs:ic_debug (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/net80211/
H A Dieee80211_var.h101 u_int32_t ic_debug; /* debug msg flags */ member
393 #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)
H A Dieee80211_netbsd.c208 NULL, ieee80211_debug, &ic->ic_debug, 0, in ieee80211_sysctl_attach()
H A Dieee80211_input.c106 if ((_ic)->ic_debug & (_m)) \
110 if ((_ic)->ic_debug & (_m)) \
114 if ((_ic)->ic_debug & (_m)) \