Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_var.h428 uint32_t iv_debug; /* debug msg flags */ member
1090 #define ieee80211_msg(_vap, _m) ((_vap)->iv_debug & (_m))
1113 ((_vap)->iv_debug & IEEE80211_MSG_DEBUG)
1115 ((_vap)->iv_debug & IEEE80211_MSG_DUMPPKTS)
1117 ((_vap)->iv_debug & IEEE80211_MSG_INPUT)
1119 ((_vap)->iv_debug & IEEE80211_MSG_RADIUS)
1121 ((_vap)->iv_debug & IEEE80211_MSG_RADDUMP)
1123 ((_vap)->iv_debug & IEEE80211_MSG_RADKEYS)
1125 ((_vap)->iv_debug & IEEE80211_MSG_SCAN)
1127 ((_vap)->iv_debug & IEEE80211_MSG_ASSOC)
[all …]
H A DDEBUG.md80 * The 'vap->iv_debug' field is controlled by the OS specific module.
H A Dieee80211_freebsd.c295 vap->iv_debug = ieee80211_debug; in ieee80211_sysctl_vattach()
297 "debug", CTLFLAG_RW, &vap->iv_debug, 0, in ieee80211_sysctl_vattach()
H A Dieee80211_ddb.c498 db_printf("\tdebug=%b\n", vap->iv_debug, IEEE80211_MSG_BITS); in _db_show_vap()
/freebsd/tools/regression/net80211/wep/
H A Dtest_wep.c312 vap.iv_debug = IEEE80211_MSG_CRYPTO; in init_crypto_wep_test()
/freebsd/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c723 vap.iv_debug = IEEE80211_MSG_CRYPTO; in init_crypto_ccmp_test()
/freebsd/tools/regression/net80211/tkip/
H A Dtest_tkip.c363 vap.iv_debug = IEEE80211_MSG_CRYPTO; in init_crypto_tkip_test()