Home
last modified time | relevance | path

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

/NextBSD/sys/net80211/
HDieee80211_var.h366 uint32_t iv_debug; /* debug msg flags */ member
924 #define ieee80211_msg(_vap, _m) ((_vap)->iv_debug & (_m))
947 ((_vap)->iv_debug & IEEE80211_MSG_DEBUG)
949 ((_vap)->iv_debug & IEEE80211_MSG_DUMPPKTS)
951 ((_vap)->iv_debug & IEEE80211_MSG_INPUT)
953 ((_vap)->iv_debug & IEEE80211_MSG_RADIUS)
955 ((_vap)->iv_debug & IEEE80211_MSG_RADDUMP)
957 ((_vap)->iv_debug & IEEE80211_MSG_RADKEYS)
959 ((_vap)->iv_debug & IEEE80211_MSG_SCAN)
961 ((_vap)->iv_debug & IEEE80211_MSG_ASSOC)
[all …]
HDieee80211_freebsd.c218 vap->iv_debug = ieee80211_debug; in ieee80211_sysctl_vattach()
220 "debug", CTLFLAG_RW, &vap->iv_debug, 0, in ieee80211_sysctl_vattach()
HDieee80211_ddb.c368 db_printf("\tdebug=%b\n", vap->iv_debug, IEEE80211_MSG_BITS); in _db_show_vap()
/NextBSD/tools/regression/net80211/wep/
HDtest_wep.c314 vap.iv_debug = IEEE80211_MSG_CRYPTO; in init_crypto_wep_test()
/NextBSD/tools/regression/net80211/ccmp/
HDtest_ccmp.c725 vap.iv_debug = IEEE80211_MSG_CRYPTO; in init_crypto_ccmp_test()
/NextBSD/tools/regression/net80211/tkip/
HDtest_tkip.c365 vap.iv_debug = IEEE80211_MSG_CRYPTO; in init_crypto_tkip_test()