Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rtllib_ccmp_data Struct Reference

Data Fields

u8 key [CCMP_TK_LEN]
 
int key_set
 
u8 tx_pn [CCMP_PN_LEN]
 
u8 rx_pn [CCMP_PN_LEN]
 
u32 dot11RSNAStatsCCMPFormatErrors
 
u32 dot11RSNAStatsCCMPReplays
 
u32 dot11RSNAStatsCCMPDecryptErrors
 
int key_idx
 
struct crypto_tfmtfm
 
u8 tx_b0 [AES_BLOCK_LEN]
 
u8 tx_b [AES_BLOCK_LEN]
 
u8 tx_e [AES_BLOCK_LEN]
 
u8 tx_s0 [AES_BLOCK_LEN]
 
u8 rx_b0 [AES_BLOCK_LEN]
 
u8 rx_b [AES_BLOCK_LEN]
 
u8 rx_a [AES_BLOCK_LEN]
 

Detailed Description

Definition at line 34 of file rtllib_crypt_ccmp.c.

Field Documentation

u32 dot11RSNAStatsCCMPDecryptErrors

Definition at line 43 of file rtllib_crypt_ccmp.c.

u32 dot11RSNAStatsCCMPFormatErrors

Definition at line 41 of file rtllib_crypt_ccmp.c.

u32 dot11RSNAStatsCCMPReplays

Definition at line 42 of file rtllib_crypt_ccmp.c.

Definition at line 35 of file rtllib_crypt_ccmp.c.

int key_idx

Definition at line 45 of file rtllib_crypt_ccmp.c.

int key_set

Definition at line 36 of file rtllib_crypt_ccmp.c.

Definition at line 52 of file rtllib_crypt_ccmp.c.

Definition at line 52 of file rtllib_crypt_ccmp.c.

u8 rx_b0[AES_BLOCK_LEN]

Definition at line 52 of file rtllib_crypt_ccmp.c.

u8 rx_pn[CCMP_PN_LEN]

Definition at line 39 of file rtllib_crypt_ccmp.c.

Definition at line 47 of file rtllib_crypt_ccmp.c.

Definition at line 50 of file rtllib_crypt_ccmp.c.

u8 tx_b0[AES_BLOCK_LEN]

Definition at line 50 of file rtllib_crypt_ccmp.c.

Definition at line 50 of file rtllib_crypt_ccmp.c.

u8 tx_pn[CCMP_PN_LEN]

Definition at line 38 of file rtllib_crypt_ccmp.c.

u8 tx_s0[AES_BLOCK_LEN]

Definition at line 50 of file rtllib_crypt_ccmp.c.


The documentation for this struct was generated from the following file: