Go to the documentation of this file.
10 #ifndef IEEE80211_KEY_H
11 #define IEEE80211_KEY_H
13 #include <linux/types.h>
14 #include <linux/list.h>
19 #define NUM_DEFAULT_KEYS 4
20 #define NUM_DEFAULT_MGMT_KEYS 2
24 #define ALG_CCMP_KEY_LEN 16
25 #define CCMP_HDR_LEN 8
26 #define CCMP_MIC_LEN 8
27 #define CCMP_TK_LEN 16
30 #define TKIP_ICV_LEN 4
33 #define NUM_RX_DATA_QUEUES 16
111 #ifdef CONFIG_MAC80211_DEBUGFS
128 size_t seq_len,
const u8 *seq);
140 bool uni,
bool multi);
147 #define key_mtx_dereference(local, ref) \
148 rcu_dereference_protected(ref, lockdep_is_held(&((local)->key_mtx)))