Home
last modified time | relevance | path

Searched refs:is_tx_badcipher (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/net80211/
H A Dieee80211_crypto_none.c114 ic->ic_stats.is_tx_badcipher++; in none_encap()
144 ic->ic_stats.is_tx_badcipher++; in none_enmic()
H A Dieee80211_ioctl.h196 u_int32_t is_tx_badcipher; /* tx failed 'cuz key type */ member
/netbsd-src/sys/compat/common/
H A Dieee80211_20.c94 COPYSTATS1(ostats, stats, is_tx_nombuf, is_tx_nobuf, is_tx_badcipher); in ieee80211_get_ostats()
/netbsd-src/sbin/ifconfig/
H A Dieee80211.c552 STAT_PRINT(is_tx_badcipher, "tx failed 'cuz key type"); in ieee80211_statistics()