Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net80211/
H A Dieee80211_var.h392 uint32_t iv_debug; /* debug msg flags */ member
990 ((_vap)->iv_debug & IEEE80211_MSG_DEBUG)
994 ((_vap)->iv_debug & IEEE80211_MSG_INPUT)
996 ((_vap)->iv_debug & IEEE80211_MSG_RADIUS)
998 ((_vap)->iv_debug & IEEE80211_MSG_RADDUMP)
1000 ((_vap)->iv_debug & IEEE80211_MSG_RADKEYS)
1002 ((_vap)->iv_debug & IEEE80211_MSG_SCAN)
1004 ((_vap)->iv_debug & IEEE80211_MSG_ASSOC)
1013 if ((_vap)->iv_debug & (_m)) \
1017 if ((_vap)->iv_debug & (_m)) \
[all …]
H A Dieee80211_freebsd.c238 vap->iv_debug = ieee80211_debug; in ieee80211_sysctl_vattach()
240 "debug", CTLFLAG_RW, &vap->iv_debug, 0, in ieee80211_sysctl_vattach()
H A Dieee80211_ddb.c353 db_printf("\tdebug=%b\n", vap->iv_debug, IEEE80211_MSG_BITS); in _db_show_vap()
/freebsd-12.1/tools/regression/net80211/wep/
H A Dtest_wep.c314 vap.iv_debug = IEEE80211_MSG_CRYPTO; in init_crypto_wep_test()
/freebsd-12.1/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c725 vap.iv_debug = IEEE80211_MSG_CRYPTO; in init_crypto_ccmp_test()
/freebsd-12.1/tools/regression/net80211/tkip/
H A Dtest_tkip.c365 vap.iv_debug = IEEE80211_MSG_CRYPTO; in init_crypto_tkip_test()