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()
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()
564 static void __ieee80211_key_destroy(struct ieee80211_key *key, in __ieee80211_key_destroy()
588 static void ieee80211_key_destroy(struct ieee80211_key *key, in ieee80211_key_destroy()
603 void ieee80211_key_free_unused(struct ieee80211_key *key) in ieee80211_key_free_unused()
609 int ieee80211_key_link(struct ieee80211_key *key, in ieee80211_key_link()
614 struct ieee80211_key *old_key; in ieee80211_key_link()
653 void ieee80211_key_free(struct ieee80211_key *key, bool delay_tailroom) in ieee80211_key_free()
670 struct ieee80211_key *key; in ieee80211_enable_keys()
723 struct ieee80211_key *key, *tmp; in ieee80211_iter_keys()
750 struct ieee80211_key *key, *tmp; in ieee80211_free_keys_iface()
774 struct ieee80211_key *key, *tmp; in ieee80211_free_keys()
819 struct ieee80211_key *key; in ieee80211_free_sta_keys()
890 struct ieee80211_key *key; in ieee80211_get_key_tx_seq()
896 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_key_tx_seq()
934 struct ieee80211_key *key; in ieee80211_get_key_rx_seq()
937 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_key_rx_seq()
987 struct ieee80211_key *key; in ieee80211_set_key_tx_seq()
990 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_set_key_tx_seq()
1029 struct ieee80211_key *key; in ieee80211_set_key_rx_seq()
1032 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_set_key_rx_seq()
1084 struct ieee80211_key *key; in ieee80211_remove_key()
1086 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_remove_key()
1112 struct ieee80211_key *key; in ieee80211_gtk_rekey_add()