Lines Matching defs:ic_debug
101 u_int32_t ic_debug; /* debug msg flags */
364 /* Flags set in ic_debug, used to print debug messages */
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)