Lines Matching refs:ieee80211_key

125 static int ieee80211_key_enable_hw_accel(struct ieee80211_key *key)  in ieee80211_key_enable_hw_accel()
234 static void ieee80211_key_disable_hw_accel(struct ieee80211_key *key) in ieee80211_key_disable_hw_accel()
273 static int _ieee80211_set_tx_key(struct ieee80211_key *key, bool force) in _ieee80211_set_tx_key()
291 int ieee80211_set_tx_key(struct ieee80211_key *key) in ieee80211_set_tx_key()
296 static void ieee80211_pairwise_rekey(struct ieee80211_key *old, in ieee80211_pairwise_rekey()
297 struct ieee80211_key *new) in ieee80211_pairwise_rekey()
359 struct ieee80211_key *key = NULL; in __ieee80211_set_default_key()
394 struct ieee80211_key *key = NULL; in __ieee80211_set_default_mgmt_key()
419 struct ieee80211_key *key = NULL; in __ieee80211_set_default_beacon_key()
445 struct ieee80211_key *old, in ieee80211_key_replace()
446 struct ieee80211_key *new) in ieee80211_key_replace()
590 struct ieee80211_key *
595 struct ieee80211_key *key; in ieee80211_key_alloc()
603 key = kzalloc(sizeof(struct ieee80211_key) + key_len, GFP_KERNEL); in ieee80211_key_alloc()
744 static void ieee80211_key_free_common(struct ieee80211_key *key) in ieee80211_key_free_common()
767 static void __ieee80211_key_destroy(struct ieee80211_key *key, in __ieee80211_key_destroy()
788 static void ieee80211_key_destroy(struct ieee80211_key *key, in ieee80211_key_destroy()
803 void ieee80211_key_free_unused(struct ieee80211_key *key) in ieee80211_key_free_unused()
813 struct ieee80211_key *old, in ieee80211_key_identical()
814 struct ieee80211_key *new) in ieee80211_key_identical()
845 int ieee80211_key_link(struct ieee80211_key *key, in ieee80211_key_link()
851 struct ieee80211_key *old_key = NULL; in ieee80211_key_link()
865 struct ieee80211_key *alt_key; in ieee80211_key_link()
948 void ieee80211_key_free(struct ieee80211_key *key, bool delay_tailroom) in ieee80211_key_free()
965 struct ieee80211_key *key; in ieee80211_reenable_keys()
1002 struct ieee80211_key *key, *tmp; in ieee80211_iter_keys()
1036 struct ieee80211_key *key; in _ieee80211_iter_keys_rcu()
1076 struct ieee80211_key *key, *tmp; in ieee80211_free_keys_iface()
1100 struct ieee80211_key *key, *tmp; in ieee80211_remove_link_keys()
1117 struct ieee80211_key *key, *tmp; in ieee80211_free_key_list()
1131 struct ieee80211_key *key, *tmp; in ieee80211_free_keys()
1176 struct ieee80211_key *key; in ieee80211_free_sta_keys()
1249 struct ieee80211_key *key; in ieee80211_get_key_rx_seq()
1252 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_key_rx_seq()
1302 struct ieee80211_key *key; in ieee80211_set_key_rx_seq()
1305 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_set_key_rx_seq()
1357 struct ieee80211_key *key; in ieee80211_remove_key()
1359 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_remove_key()
1386 struct ieee80211_key *key; in ieee80211_gtk_rekey_add()
1415 struct ieee80211_key *key; in ieee80211_key_mic_failure()
1417 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_key_mic_failure()
1437 struct ieee80211_key *key; in ieee80211_key_replay()
1439 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_key_replay()
1466 struct ieee80211_key *key; in ieee80211_key_switch_links()