Home
last modified time | relevance | path

Searched refs:ieee80211_key (Results 1 – 15 of 15) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Ddebugfs_key.h6 void ieee80211_debugfs_key_add(struct ieee80211_key *key);
7 void ieee80211_debugfs_key_remove(struct ieee80211_key *key);
13 void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key,
16 static inline void ieee80211_debugfs_key_add(struct ieee80211_key *key) in ieee80211_debugfs_key_add()
18 static inline void ieee80211_debugfs_key_remove(struct ieee80211_key *key) in ieee80211_debugfs_key_remove()
29 static inline void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key, in ieee80211_debugfs_key_sta_del()
Dkey.c125 static int ieee80211_key_enable_hw_accel(struct ieee80211_key *key) in ieee80211_key_enable_hw_accel()
230 static void ieee80211_key_disable_hw_accel(struct ieee80211_key *key) in ieee80211_key_disable_hw_accel()
265 static int _ieee80211_set_tx_key(struct ieee80211_key *key, bool force) in _ieee80211_set_tx_key()
283 int ieee80211_set_tx_key(struct ieee80211_key *key) in ieee80211_set_tx_key()
288 static void ieee80211_pairwise_rekey(struct ieee80211_key *old, in ieee80211_pairwise_rekey()
289 struct ieee80211_key *new) in ieee80211_pairwise_rekey()
350 struct ieee80211_key *key = NULL; in __ieee80211_set_default_key()
381 struct ieee80211_key *key = NULL; in __ieee80211_set_default_mgmt_key()
405 struct ieee80211_key *old, in ieee80211_key_replace()
406 struct ieee80211_key *new) in ieee80211_key_replace()
[all …]
Dkey.h58 struct ieee80211_key { struct
137 struct ieee80211_key * argument
146 int ieee80211_key_link(struct ieee80211_key *key,
149 int ieee80211_set_tx_key(struct ieee80211_key *key);
150 void ieee80211_key_free(struct ieee80211_key *key, bool delay_tailroom);
151 void ieee80211_key_free_unused(struct ieee80211_key *key);
Ddebugfs_key.c21 struct ieee80211_key *key = file->private_data; \
74 struct ieee80211_key *key = file->private_data; in key_algorithm_read()
86 struct ieee80211_key *key = file->private_data; in key_tx_spec_write()
124 struct ieee80211_key *key = file->private_data; in key_tx_spec_read()
160 struct ieee80211_key *key = file->private_data; in key_rx_spec_read()
228 struct ieee80211_key *key = file->private_data; in key_replays_read()
261 struct ieee80211_key *key = file->private_data; in key_icverrors_read()
286 struct ieee80211_key *key = file->private_data; in key_mic_failures_read()
302 struct ieee80211_key *key = file->private_data; in key_key_read()
327 void ieee80211_debugfs_key_add(struct ieee80211_key *key) in ieee80211_debugfs_key_add()
[all …]
Dtkip.c150 static void ieee80211_compute_tkip_p1k(struct ieee80211_key *key, u32 iv32) in ieee80211_compute_tkip_p1k()
172 struct ieee80211_key *key = (struct ieee80211_key *) in mac80211_get_tkip_p1k_iv()
173 container_of(keyconf, struct ieee80211_key, conf); in mac80211_get_tkip_p1k_iv()
195 struct ieee80211_key *key = (struct ieee80211_key *) in mac80211_get_tkip_p2k()
196 container_of(keyconf, struct ieee80211_key, conf); in mac80211_get_tkip_p2k()
218 struct ieee80211_key *key, in ieee80211_tkip_encrypt_data()
235 struct ieee80211_key *key, in ieee80211_tkip_decrypt_data()
Dtkip.h14 struct ieee80211_key *key,
25 struct ieee80211_key *key,
Dwpa.c196 struct ieee80211_key *key = tx->key; in tkip_encrypt_skb()
268 struct ieee80211_key *key = rx->key; in ieee80211_crypto_tkip_decrypt()
409 struct ieee80211_key *key = tx->key; in ccmp_encrypt_skb()
499 struct ieee80211_key *key = rx->key; in ieee80211_crypto_ccmp_decrypt()
640 struct ieee80211_key *key = tx->key; in gcmp_encrypt_skb()
727 struct ieee80211_key *key = rx->key; in ieee80211_crypto_gcmp_decrypt()
800 struct ieee80211_key *key = tx->key; in ieee80211_crypto_cs_encrypt()
841 struct ieee80211_key *key = rx->key; in ieee80211_crypto_cs_decrypt()
937 struct ieee80211_key *key = tx->key; in ieee80211_crypto_aes_cmac_encrypt()
985 struct ieee80211_key *key = tx->key; in ieee80211_crypto_aes_cmac_256_encrypt()
[all …]
Dsta_info.h308 struct ieee80211_key *key;
530 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS];
531 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS];
Dwep.c96 struct ieee80211_key *key) in ieee80211_wep_remove_iv()
195 struct ieee80211_key *key) in ieee80211_wep_decrypt()
Dieee80211_i.h179 struct ieee80211_key *key;
228 struct ieee80211_key *key;
932 struct ieee80211_key __rcu *keys[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS];
933 struct ieee80211_key __rcu *default_unicast_key;
934 struct ieee80211_key __rcu *default_multicast_key;
935 struct ieee80211_key __rcu *default_mgmt_key;
Drx.c1886 struct ieee80211_key *sta_ptk = NULL; in ieee80211_rx_h_decrypt()
1887 struct ieee80211_key *ptk_idx = NULL; in ieee80211_rx_h_decrypt()
1974 struct ieee80211_key *key = NULL; in ieee80211_rx_h_decrypt()
2222 BUILD_BUG_ON(offsetof(struct ieee80211_key, in ieee80211_rx_h_defragment()
2224 offsetof(struct ieee80211_key, in ieee80211_rx_h_defragment()
4016 struct ieee80211_key *key; in ieee80211_check_fast_rx()
Dcfg.c401 struct ieee80211_key *key; in ieee80211_set_tx()
435 struct ieee80211_key *key; in ieee80211_add_key()
549 struct ieee80211_key *key = NULL; in ieee80211_del_key()
594 struct ieee80211_key *key = NULL; in ieee80211_get_key()
Ddriver-ops.h387 struct ieee80211_key *key, in drv_get_key_seq()
Dtx.c593 struct ieee80211_key *key; in ieee80211_tx_h_select_key()
3377 struct ieee80211_key *key, in ieee80211_xmit_fast_finish()
Dutil.c2554 struct ieee80211_key *key; in mac80211_resume_disconnect()