Searched refs:ieee80211_key (Results 1 – 15 of 15) sorted by relevance
/net/mac80211/ |
D | debugfs_key.h | 6 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()
|
D | key.c | 125 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 int ieee80211_set_tx_key(struct ieee80211_key *key) in ieee80211_set_tx_key() 281 static void ieee80211_pairwise_rekey(struct ieee80211_key *old, in ieee80211_pairwise_rekey() 282 struct ieee80211_key *new) in ieee80211_pairwise_rekey() 343 struct ieee80211_key *key = NULL; in __ieee80211_set_default_key() 374 struct ieee80211_key *key = NULL; in __ieee80211_set_default_mgmt_key() 398 struct ieee80211_key *old, in ieee80211_key_replace() 399 struct ieee80211_key *new) in ieee80211_key_replace() 494 struct ieee80211_key * [all …]
|
D | key.h | 58 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);
|
D | debugfs_key.c | 21 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 …]
|
D | tkip.c | 152 static void ieee80211_compute_tkip_p1k(struct ieee80211_key *key, u32 iv32) in ieee80211_compute_tkip_p1k() 174 struct ieee80211_key *key = (struct ieee80211_key *) in ieee80211_get_tkip_p1k_iv() 175 container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_tkip_p1k_iv() 199 struct ieee80211_key *key = (struct ieee80211_key *) in ieee80211_get_tkip_p2k() 200 container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_tkip_p2k() 223 struct ieee80211_key *key, in ieee80211_tkip_encrypt_data() 240 struct ieee80211_key *key, in ieee80211_tkip_decrypt_data()
|
D | tkip.h | 14 struct ieee80211_key *key, 25 struct ieee80211_key *key,
|
D | wpa.c | 196 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 …]
|
D | sta_info.h | 307 struct ieee80211_key *key; 529 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS]; 530 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS];
|
D | wep.c | 96 struct ieee80211_key *key) in ieee80211_wep_remove_iv() 195 struct ieee80211_key *key) in ieee80211_wep_decrypt()
|
D | ieee80211_i.h | 175 struct ieee80211_key *key; 224 struct ieee80211_key *key; 907 struct ieee80211_key __rcu *keys[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS]; 908 struct ieee80211_key __rcu *default_unicast_key; 909 struct ieee80211_key __rcu *default_multicast_key; 910 struct ieee80211_key __rcu *default_mgmt_key;
|
D | rx.c | 1881 struct ieee80211_key *sta_ptk = NULL; in ieee80211_rx_h_decrypt() 1882 struct ieee80211_key *ptk_idx = NULL; in ieee80211_rx_h_decrypt() 1969 struct ieee80211_key *key = NULL; in ieee80211_rx_h_decrypt() 2217 BUILD_BUG_ON(offsetof(struct ieee80211_key, in ieee80211_rx_h_defragment() 2219 offsetof(struct ieee80211_key, in ieee80211_rx_h_defragment() 3970 struct ieee80211_key *key; in ieee80211_check_fast_rx()
|
D | cfg.c | 359 struct ieee80211_key *key; in ieee80211_set_tx() 393 struct ieee80211_key *key; in ieee80211_add_key() 507 struct ieee80211_key *key = NULL; in ieee80211_del_key() 552 struct ieee80211_key *key = NULL; in ieee80211_get_key()
|
D | driver-ops.h | 385 struct ieee80211_key *key, in drv_get_key_seq()
|
D | tx.c | 589 struct ieee80211_key *key; in ieee80211_tx_h_select_key() 3359 struct ieee80211_key *key, in ieee80211_xmit_fast_finish()
|
D | util.c | 2541 struct ieee80211_key *key; in ieee80211_resume_disconnect()
|