Searched refs:ieee80211_key (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/net/mac80211/ |
D | debugfs_key.h | 5 void ieee80211_debugfs_key_add(struct ieee80211_key *key); 6 void ieee80211_debugfs_key_remove(struct ieee80211_key *key); 12 void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key, 15 static inline void ieee80211_debugfs_key_add(struct ieee80211_key *key) in ieee80211_debugfs_key_add() 17 static inline void ieee80211_debugfs_key_remove(struct ieee80211_key *key) in ieee80211_debugfs_key_remove() 28 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() 219 static void ieee80211_key_disable_hw_accel(struct ieee80211_key *key) in ieee80211_key_disable_hw_accel() 257 struct ieee80211_key *key = NULL; in __ieee80211_set_default_key() 287 struct ieee80211_key *key = NULL; in __ieee80211_set_default_mgmt_key() 312 struct ieee80211_key *old, in ieee80211_key_replace() 313 struct ieee80211_key *new) in ieee80211_key_replace() 374 struct ieee80211_key * 380 struct ieee80211_key *key; in ieee80211_key_alloc() 386 key = kzalloc(sizeof(struct ieee80211_key) + key_len, GFP_KERNEL); in ieee80211_key_alloc() 541 static void ieee80211_key_free_common(struct ieee80211_key *key) in ieee80211_key_free_common() [all …]
|
D | key.h | 54 struct ieee80211_key { struct 133 struct ieee80211_key * argument 142 int ieee80211_key_link(struct ieee80211_key *key, 145 void ieee80211_key_free(struct ieee80211_key *key, bool delay_tailroom); 146 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() 162 struct ieee80211_key *key = file->private_data; in key_rx_spec_read() 230 struct ieee80211_key *key = file->private_data; in key_replays_read() 263 struct ieee80211_key *key = file->private_data; in key_icverrors_read() 288 struct ieee80211_key *key = file->private_data; in key_mic_failures_read() 304 struct ieee80211_key *key = file->private_data; in key_key_read() 329 void ieee80211_debugfs_key_add(struct ieee80211_key *key) in ieee80211_debugfs_key_add() [all …]
|
D | tkip.c | 145 u8 *ieee80211_tkip_add_iv(u8 *pos, struct ieee80211_key *key) in ieee80211_tkip_add_iv() 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 | 16 u8 *ieee80211_tkip_add_iv(u8 *pos, struct ieee80211_key *key); 19 struct ieee80211_key *key, 30 struct ieee80211_key *key,
|
D | wpa.c | 190 struct ieee80211_key *key = tx->key; in tkip_encrypt_skb() 265 struct ieee80211_key *key = rx->key; in ieee80211_crypto_tkip_decrypt() 405 struct ieee80211_key *key = tx->key; in ccmp_encrypt_skb() 497 struct ieee80211_key *key = rx->key; in ieee80211_crypto_ccmp_decrypt() 633 struct ieee80211_key *key = tx->key; in gcmp_encrypt_skb() 722 struct ieee80211_key *key = rx->key; in ieee80211_crypto_gcmp_decrypt() 791 struct ieee80211_key *key = tx->key; in ieee80211_crypto_cs_encrypt() 832 struct ieee80211_key *key = rx->key; in ieee80211_crypto_cs_decrypt() 929 struct ieee80211_key *key = tx->key; in ieee80211_crypto_aes_cmac_encrypt() 973 struct ieee80211_key *key = tx->key; in ieee80211_crypto_aes_cmac_256_encrypt() [all …]
|
D | sta_info.h | 267 struct ieee80211_key *key; 396 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS]; 397 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 | 171 struct ieee80211_key *key; 220 struct ieee80211_key *key; 848 struct ieee80211_key __rcu *keys[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS]; 849 struct ieee80211_key __rcu *default_unicast_key; 850 struct ieee80211_key __rcu *default_multicast_key; 851 struct ieee80211_key __rcu *default_mgmt_key;
|
D | rx.c | 1525 struct ieee80211_key *sta_ptk = NULL; in ieee80211_rx_h_decrypt() 1604 struct ieee80211_key *key = NULL; in ieee80211_rx_h_decrypt() 1866 BUILD_BUG_ON(offsetof(struct ieee80211_key, in ieee80211_rx_h_defragment() 1868 offsetof(struct ieee80211_key, in ieee80211_rx_h_defragment()
|
D | driver-ops.h | 365 struct ieee80211_key *key, in drv_get_key_seq()
|
D | cfg.c | 153 struct ieee80211_key *key; in ieee80211_add_key() 264 struct ieee80211_key *key = NULL; in ieee80211_del_key() 309 struct ieee80211_key *key = NULL; in ieee80211_get_key()
|
D | util.c | 2124 struct ieee80211_key *key; in ieee80211_resume_disconnect()
|
D | tx.c | 584 struct ieee80211_key *key; in ieee80211_tx_h_select_key()
|