Searched refs:ieee80211_key (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/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 | 127 static int ieee80211_key_enable_hw_accel(struct ieee80211_key *key) in ieee80211_key_enable_hw_accel() 227 static void ieee80211_key_disable_hw_accel(struct ieee80211_key *key) in ieee80211_key_disable_hw_accel() 266 struct ieee80211_key *key = NULL; in __ieee80211_set_default_key() 297 struct ieee80211_key *key = NULL; in __ieee80211_set_default_mgmt_key() 322 struct ieee80211_key *old, in ieee80211_key_replace() 323 struct ieee80211_key *new) in ieee80211_key_replace() 385 struct ieee80211_key * 391 struct ieee80211_key *key; in ieee80211_key_alloc() 397 key = kzalloc(sizeof(struct ieee80211_key) + key_len, GFP_KERNEL); in ieee80211_key_alloc() 552 static void ieee80211_key_free_common(struct ieee80211_key *key) in ieee80211_key_free_common() [all …]
|
D | key.h | 58 struct ieee80211_key { struct 137 struct ieee80211_key * argument 146 int ieee80211_key_link(struct ieee80211_key *key, 149 void ieee80211_key_free(struct ieee80211_key *key, bool delay_tailroom); 150 void ieee80211_key_free_unused(struct ieee80211_key *key);
|
D | debugfs_key.c | 24 struct ieee80211_key *key = file->private_data; \ 77 struct ieee80211_key *key = file->private_data; in key_algorithm_read() 89 struct ieee80211_key *key = file->private_data; in key_tx_spec_write() 127 struct ieee80211_key *key = file->private_data; in key_tx_spec_read() 163 struct ieee80211_key *key = file->private_data; in key_rx_spec_read() 231 struct ieee80211_key *key = file->private_data; in key_replays_read() 264 struct ieee80211_key *key = file->private_data; in key_icverrors_read() 289 struct ieee80211_key *key = file->private_data; in key_mic_failures_read() 305 struct ieee80211_key *key = file->private_data; in key_key_read() 330 void ieee80211_debugfs_key_add(struct ieee80211_key *key) in ieee80211_debugfs_key_add() [all …]
|
D | tkip.c | 155 static void ieee80211_compute_tkip_p1k(struct ieee80211_key *key, u32 iv32) in ieee80211_compute_tkip_p1k() 177 struct ieee80211_key *key = (struct ieee80211_key *) in ieee80211_get_tkip_p1k_iv() 178 container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_tkip_p1k_iv() 202 struct ieee80211_key *key = (struct ieee80211_key *) in ieee80211_get_tkip_p2k() 203 container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_tkip_p2k() 226 struct ieee80211_key *key, in ieee80211_tkip_encrypt_data() 243 struct ieee80211_key *key, in ieee80211_tkip_decrypt_data()
|
D | tkip.h | 17 struct ieee80211_key *key, 28 struct ieee80211_key *key,
|
D | wpa.c | 199 struct ieee80211_key *key = tx->key; in tkip_encrypt_skb() 271 struct ieee80211_key *key = rx->key; in ieee80211_crypto_tkip_decrypt() 412 struct ieee80211_key *key = tx->key; in ccmp_encrypt_skb() 502 struct ieee80211_key *key = rx->key; in ieee80211_crypto_ccmp_decrypt() 643 struct ieee80211_key *key = tx->key; in gcmp_encrypt_skb() 730 struct ieee80211_key *key = rx->key; in ieee80211_crypto_gcmp_decrypt() 803 struct ieee80211_key *key = tx->key; in ieee80211_crypto_cs_encrypt() 844 struct ieee80211_key *key = rx->key; in ieee80211_crypto_cs_decrypt() 940 struct ieee80211_key *key = tx->key; in ieee80211_crypto_aes_cmac_encrypt() 984 struct ieee80211_key *key = tx->key; in ieee80211_crypto_aes_cmac_256_encrypt() [all …]
|
D | sta_info.h | 300 struct ieee80211_key *key; 494 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS]; 495 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS];
|
D | wep.c | 120 struct ieee80211_key *key) in ieee80211_wep_remove_iv() 227 struct ieee80211_key *key) in ieee80211_wep_decrypt()
|
D | ieee80211_i.h | 178 struct ieee80211_key *key; 227 struct ieee80211_key *key; 897 struct ieee80211_key __rcu *keys[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS]; 898 struct ieee80211_key __rcu *default_unicast_key; 899 struct ieee80211_key __rcu *default_multicast_key; 900 struct ieee80211_key __rcu *default_mgmt_key;
|
D | rx.c | 1795 struct ieee80211_key *sta_ptk = NULL; in ieee80211_rx_h_decrypt() 1879 struct ieee80211_key *key = NULL; in ieee80211_rx_h_decrypt() 2140 BUILD_BUG_ON(offsetof(struct ieee80211_key, in ieee80211_rx_h_defragment() 2142 offsetof(struct ieee80211_key, in ieee80211_rx_h_defragment() 3874 struct ieee80211_key *key; in ieee80211_check_fast_rx()
|
D | driver-ops.h | 385 struct ieee80211_key *key, in drv_get_key_seq()
|
D | cfg.c | 364 struct ieee80211_key *key; in ieee80211_add_key() 473 struct ieee80211_key *key = NULL; in ieee80211_del_key() 518 struct ieee80211_key *key = NULL; in ieee80211_get_key()
|
D | tx.c | 592 struct ieee80211_key *key; in ieee80211_tx_h_select_key() 3287 struct ieee80211_key *key, in ieee80211_xmit_fast_finish()
|
D | util.c | 2269 struct ieee80211_key *key; in ieee80211_resume_disconnect()
|