Searched refs:ieee80211_key (Results 1 – 15 of 15) sorted by relevance
/linux/net/mac80211/ |
A D | debugfs_key.h | 6 void ieee80211_debugfs_key_add(struct ieee80211_key *key); 7 void ieee80211_debugfs_key_remove(struct ieee80211_key *key); 17 void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key, 20 static inline void ieee80211_debugfs_key_add(struct ieee80211_key *key) in ieee80211_debugfs_key_add() 22 static inline void ieee80211_debugfs_key_remove(struct ieee80211_key *key) in ieee80211_debugfs_key_remove() 39 static inline void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key, in ieee80211_debugfs_key_sta_del()
|
A D | key.c | 531 struct ieee80211_key * 537 struct ieee80211_key *key; in ieee80211_key_alloc() 894 struct ieee80211_key *key; in ieee80211_reenable_keys() 965 struct ieee80211_key *key; in _ieee80211_iter_keys_rcu() 1075 struct ieee80211_key *key; in ieee80211_free_sta_keys() 1148 struct ieee80211_key *key; in ieee80211_get_key_rx_seq() 1201 struct ieee80211_key *key; in ieee80211_set_key_rx_seq() 1256 struct ieee80211_key *key; in ieee80211_remove_key() 1285 struct ieee80211_key *key; in ieee80211_gtk_rekey_add() 1313 struct ieee80211_key *key; in ieee80211_key_mic_failure() [all …]
|
A D | key.h | 59 struct ieee80211_key { struct 140 struct ieee80211_key * argument 149 int ieee80211_key_link(struct ieee80211_key *key, 152 int ieee80211_set_tx_key(struct ieee80211_key *key); 153 void ieee80211_key_free(struct ieee80211_key *key, bool delay_tailroom); 154 void ieee80211_key_free_unused(struct ieee80211_key *key);
|
A 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() 376 struct ieee80211_key *key; in ieee80211_debugfs_key_update_default() 411 struct ieee80211_key *key; in ieee80211_debugfs_key_add_mgmt_default() [all …]
|
A 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()
|
A D | tkip.h | 14 struct ieee80211_key *key, 25 struct ieee80211_key *key,
|
A D | wpa.c | 197 struct ieee80211_key *key = tx->key; in tkip_encrypt_skb() 269 struct ieee80211_key *key = rx->key; in ieee80211_crypto_tkip_decrypt() 410 struct ieee80211_key *key = tx->key; in ccmp_encrypt_skb() 500 struct ieee80211_key *key = rx->key; in ieee80211_crypto_ccmp_decrypt() 646 struct ieee80211_key *key = tx->key; in gcmp_encrypt_skb() 733 struct ieee80211_key *key = rx->key; in ieee80211_crypto_gcmp_decrypt() 811 struct ieee80211_key *key = tx->key; in ieee80211_crypto_cs_encrypt() 852 struct ieee80211_key *key = rx->key; in ieee80211_crypto_cs_decrypt() 948 struct ieee80211_key *key = tx->key; in ieee80211_crypto_aes_cmac_encrypt() 996 struct ieee80211_key *key = tx->key; in ieee80211_crypto_aes_cmac_256_encrypt() [all …]
|
A D | wep.c | 94 struct ieee80211_key *key) in ieee80211_wep_remove_iv() 193 struct ieee80211_key *key) in ieee80211_wep_decrypt()
|
A D | sta_info.h | 330 struct ieee80211_key *key; 580 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + 583 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS];
|
A D | ieee80211_i.h | 159 struct ieee80211_key *key; 208 struct ieee80211_key *key; 927 struct ieee80211_key __rcu *keys[NUM_DEFAULT_KEYS + 930 struct ieee80211_key __rcu *default_unicast_key; 931 struct ieee80211_key __rcu *default_multicast_key; 932 struct ieee80211_key __rcu *default_mgmt_key; 933 struct ieee80211_key __rcu *default_beacon_key;
|
A D | rx.c | 1867 static struct ieee80211_key * 1870 struct ieee80211_key *key = NULL; in ieee80211_rx_get_bigtk() 1910 struct ieee80211_key *sta_ptk = NULL; in ieee80211_rx_h_decrypt() 1911 struct ieee80211_key *ptk_idx = NULL; in ieee80211_rx_h_decrypt() 2021 struct ieee80211_key *key = NULL; in ieee80211_rx_h_decrypt() 2299 BUILD_BUG_ON(offsetof(struct ieee80211_key, in ieee80211_rx_h_defragment() 2301 offsetof(struct ieee80211_key, in ieee80211_rx_h_defragment() 4244 struct ieee80211_key *key; in ieee80211_check_fast_rx()
|
A D | cfg.c | 408 struct ieee80211_key *key; in ieee80211_set_tx() 442 struct ieee80211_key *key; in ieee80211_add_key() 557 struct ieee80211_key *key = NULL; in ieee80211_del_key() 602 struct ieee80211_key *key = NULL; in ieee80211_get_key()
|
A D | tx.c | 583 struct ieee80211_key *key; in ieee80211_tx_h_select_key() 3438 struct ieee80211_key *key, in ieee80211_xmit_fast_finish() 4440 struct ieee80211_key *key, struct sk_buff *skb) in ieee80211_8023_xmit() 4510 struct ieee80211_key *key; in ieee80211_subif_start_xmit_8023()
|
A D | driver-ops.h | 384 struct ieee80211_key *key, in drv_get_key_seq()
|
A D | util.c | 2712 struct ieee80211_key *key; in ieee80211_resume_disconnect()
|
Completed in 54 milliseconds