Linux Kernel
3.7.1
|
Definition at line 34 of file ieee80211_crypt_tkip.c.
u32 dot11RSNAStatsTKIPICVErrors |
Definition at line 52 of file ieee80211_crypt_tkip.c.
u32 dot11RSNAStatsTKIPLocalMICFailures |
Definition at line 53 of file ieee80211_crypt_tkip.c.
u32 dot11RSNAStatsTKIPReplays |
Definition at line 51 of file ieee80211_crypt_tkip.c.
u8 key |
Definition at line 36 of file ieee80211_crypt_tkip.c.
int key_idx |
Definition at line 55 of file ieee80211_crypt_tkip.c.
int key_set |
Definition at line 37 of file ieee80211_crypt_tkip.c.
Definition at line 65 of file ieee80211_crypt_tkip.c.
u16 rx_iv16 |
Definition at line 45 of file ieee80211_crypt_tkip.c.
u16 rx_iv16_new |
Definition at line 49 of file ieee80211_crypt_tkip.c.
u32 rx_iv32 |
Definition at line 44 of file ieee80211_crypt_tkip.c.
u32 rx_iv32_new |
Definition at line 48 of file ieee80211_crypt_tkip.c.
int rx_phase1_done |
Definition at line 47 of file ieee80211_crypt_tkip.c.
struct crypto_blkcipher * rx_tfm_arc4 |
Definition at line 57 of file ieee80211_crypt_tkip.c.
struct crypto_hash * rx_tfm_michael |
Definition at line 58 of file ieee80211_crypt_tkip.c.
u16 rx_ttak |
Definition at line 46 of file ieee80211_crypt_tkip.c.
struct crypto_tfm* tfm_arc4 |
Definition at line 61 of file ieee80211_crypt_tkip.c.
struct crypto_tfm* tfm_michael |
Definition at line 62 of file ieee80211_crypt_tkip.c.
u8 tx_hdr |
Definition at line 65 of file ieee80211_crypt_tkip.c.
u16 tx_iv16 |
Definition at line 40 of file ieee80211_crypt_tkip.c.
u32 tx_iv32 |
Definition at line 39 of file ieee80211_crypt_tkip.c.
int tx_phase1_done |
Definition at line 42 of file ieee80211_crypt_tkip.c.
struct crypto_blkcipher * tx_tfm_arc4 |
Definition at line 59 of file ieee80211_crypt_tkip.c.
struct crypto_hash * tx_tfm_michael |
Definition at line 60 of file ieee80211_crypt_tkip.c.
u16 tx_ttak |
Definition at line 41 of file ieee80211_crypt_tkip.c.