Linux Kernel
3.7.1
|
#include <key.h>
Data Fields | |
struct ieee80211_local * | local |
struct ieee80211_sub_if_data * | sdata |
struct sta_info * | sta |
struct list_head | list |
unsigned int | flags |
union { | |
struct { | |
spinlock_t txlock | |
struct tkip_ctx tx | |
struct tkip_ctx rx [NUM_RX_DATA_QUEUES] | |
} tkip | |
struct { | |
atomic64_t tx_pn | |
u8 rx_pn [NUM_RX_DATA_QUEUES+1][CCMP_PN_LEN] | |
struct crypto_cipher * tfm | |
u32 replays | |
} ccmp | |
struct { | |
atomic64_t tx_pn | |
u8 rx_pn [CMAC_PN_LEN] | |
struct crypto_cipher * tfm | |
u32 replays | |
u32 icverrors | |
} aes_cmac | |
} | u |
int | tx_rx_count |
struct ieee80211_key_conf | conf |
struct { ... } aes_cmac |
struct { ... } ccmp |
struct ieee80211_key_conf conf |
struct ieee80211_local* local |
u8 rx_pn[CMAC_PN_LEN] |
struct ieee80211_sub_if_data* sdata |
struct crypto_cipher* tfm |
struct { ... } tkip |
atomic64_t tx_pn |
spinlock_t txlock |
union { ... } u |