#include <key.h>
Public Attributes | |
| struct ieee80211_key_conf | conf |
| unsigned int | flags |
| struct list_head | list |
| struct ieee80211_local * | local |
| struct ieee80211_sub_if_data * | sdata |
| struct sta_info * | sta |
| int | tx_rx_count |
| union { | |
| struct { | |
| u32 icverrors | |
| u32 replays | |
| u8 rx_pn [CMAC_PN_LEN] | |
| struct crypto_cipher * tfm | |
| atomic64_t tx_pn | |
| } aes_cmac | |
| struct { | |
| u32 replays | |
| u8 rx_pn [NUM_RX_DATA_QUEUES+1][CCMP_PN_LEN] | |
| struct crypto_cipher * tfm | |
| atomic64_t tx_pn | |
| } ccmp | |
| struct { | |
| struct tkip_ctx rx [NUM_RX_DATA_QUEUES] | |
| struct tkip_ctx tx | |
| spinlock_t txlock | |
| } tkip | |
| } | u |
| union { | |
| struct { | |
| u32 icverrors | |
| u32 replays | |
| u8 rx_pn [CMAC_PN_LEN] | |
| struct crypto_cipher * tfm | |
| atomic64_t tx_pn | |
| } aes_cmac | |
| struct { | |
| u32 replays | |
| u8 rx_pn [NUM_RX_DATA_QUEUES+1][CCMP_PN_LEN] | |
| struct crypto_cipher * tfm | |
| atomic64_t tx_pn | |
| } ccmp | |
| struct { | |
| struct tkip_ctx rx [NUM_RX_DATA_QUEUES] | |
| struct tkip_ctx tx | |
| spinlock_t txlock | |
| } tkip | |
| } | u |
Definition at line 65 of file kernel-3.2/key.h.
| struct { ... } ieee80211_key::aes_cmac |
| struct { ... } ieee80211_key::aes_cmac |
| struct { ... } ieee80211_key::ccmp |
| struct { ... } ieee80211_key::ccmp |
| struct ieee80211_key_conf ieee80211_key::conf |
Definition at line 123 of file kernel-3.2/key.h.
| unsigned int ieee80211_key::flags |
Definition at line 74 of file kernel-3.2/key.h.
Definition at line 104 of file kernel-3.2/key.h.
| struct list_head ieee80211_key::list |
Definition at line 71 of file kernel-3.2/key.h.
| struct ieee80211_local * ieee80211_key::local |
Definition at line 66 of file kernel-3.2/key.h.
Definition at line 97 of file kernel-3.2/key.h.
Definition at line 85 of file kernel-3.2/key.h.
Definition at line 95 of file kernel-3.2/key.h.
Definition at line 67 of file kernel-3.2/key.h.
| struct sta_info * ieee80211_key::sta |
Definition at line 68 of file kernel-3.2/key.h.
| struct crypto_cipher* ieee80211_key::tfm |
Definition at line 96 of file kernel-3.2/key.h.
| struct { ... } ieee80211_key::tkip |
| struct { ... } ieee80211_key::tkip |
| struct tkip_ctx ieee80211_key::tx |
Definition at line 82 of file kernel-3.2/key.h.
| atomic64_t ieee80211_key::tx_pn |
Definition at line 88 of file kernel-3.2/key.h.
Definition at line 109 of file kernel-3.2/key.h.
| spinlock_t ieee80211_key::txlock |
Definition at line 79 of file kernel-3.2/key.h.
| union { ... } ieee80211_key::u |
| union { ... } ieee80211_key::u |