Lines Matching refs:ieee80211_key

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()
286 struct ieee80211_key *key = NULL; in __ieee80211_set_default_mgmt_key()
311 struct ieee80211_key *old, in ieee80211_key_replace()
312 struct ieee80211_key *new) in ieee80211_key_replace()
373 struct ieee80211_key *
379 struct ieee80211_key *key; in ieee80211_key_alloc()
385 key = kzalloc(sizeof(struct ieee80211_key) + key_len, GFP_KERNEL); in ieee80211_key_alloc()
538 static void ieee80211_key_free_common(struct ieee80211_key *key) in ieee80211_key_free_common()
561 static void __ieee80211_key_destroy(struct ieee80211_key *key, in __ieee80211_key_destroy()
585 static void ieee80211_key_destroy(struct ieee80211_key *key, in ieee80211_key_destroy()
600 void ieee80211_key_free_unused(struct ieee80211_key *key) in ieee80211_key_free_unused()
606 int ieee80211_key_link(struct ieee80211_key *key, in ieee80211_key_link()
611 struct ieee80211_key *old_key; in ieee80211_key_link()
650 void ieee80211_key_free(struct ieee80211_key *key, bool delay_tailroom) in ieee80211_key_free()
667 struct ieee80211_key *key; in ieee80211_enable_keys()
720 struct ieee80211_key *key, *tmp; in ieee80211_iter_keys()
747 struct ieee80211_key *key, *tmp; in ieee80211_free_keys_iface()
771 struct ieee80211_key *key, *tmp; in ieee80211_free_keys()
816 struct ieee80211_key *key; in ieee80211_free_sta_keys()
887 struct ieee80211_key *key; in ieee80211_get_key_tx_seq()
893 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_key_tx_seq()
949 struct ieee80211_key *key; in ieee80211_get_key_rx_seq()
952 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_key_rx_seq()
1002 struct ieee80211_key *key; in ieee80211_set_key_tx_seq()
1005 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_set_key_tx_seq()
1062 struct ieee80211_key *key; in ieee80211_set_key_rx_seq()
1065 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_set_key_rx_seq()
1117 struct ieee80211_key *key; in ieee80211_remove_key()
1119 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_remove_key()
1145 struct ieee80211_key *key; in ieee80211_gtk_rekey_add()