Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_var.h402 uint32_t iv_debug; /* debug msg flags */ member
1046 ((_vap)->iv_debug & IEEE80211_MSG_DEBUG)
1050 ((_vap)->iv_debug & IEEE80211_MSG_INPUT)
1052 ((_vap)->iv_debug & IEEE80211_MSG_RADIUS)
1054 ((_vap)->iv_debug & IEEE80211_MSG_RADDUMP)
1056 ((_vap)->iv_debug & IEEE80211_MSG_RADKEYS)
1058 ((_vap)->iv_debug & IEEE80211_MSG_SCAN)
1060 ((_vap)->iv_debug & IEEE80211_MSG_ASSOC)
1069 if ((_vap)->iv_debug & (_m)) \
1073 if ((_vap)->iv_debug & (_m)) \
[all …]
H A Dieee80211_freebsd.c289 vap->iv_debug = ieee80211_debug; in ieee80211_sysctl_vattach()
291 "debug", CTLFLAG_RW, &vap->iv_debug, 0, in ieee80211_sysctl_vattach()
H A Dieee80211_ddb.c359 db_printf("\tdebug=%b\n", vap->iv_debug, IEEE80211_MSG_BITS); in _db_show_vap()