Lines Matching refs:ieee80211_key

125 static int ieee80211_key_enable_hw_accel(struct ieee80211_key *key)  in ieee80211_key_enable_hw_accel()
230 static void ieee80211_key_disable_hw_accel(struct ieee80211_key *key) in ieee80211_key_disable_hw_accel()
265 static int _ieee80211_set_tx_key(struct ieee80211_key *key, bool force) in _ieee80211_set_tx_key()
283 int ieee80211_set_tx_key(struct ieee80211_key *key) in ieee80211_set_tx_key()
288 static void ieee80211_pairwise_rekey(struct ieee80211_key *old, in ieee80211_pairwise_rekey()
289 struct ieee80211_key *new) in ieee80211_pairwise_rekey()
350 struct ieee80211_key *key = NULL; in __ieee80211_set_default_key()
381 struct ieee80211_key *key = NULL; in __ieee80211_set_default_mgmt_key()
405 struct ieee80211_key *key = NULL; in __ieee80211_set_default_beacon_key()
430 struct ieee80211_key *old, in ieee80211_key_replace()
431 struct ieee80211_key *new) in ieee80211_key_replace()
531 struct ieee80211_key *
537 struct ieee80211_key *key; in ieee80211_key_alloc()
545 key = kzalloc(sizeof(struct ieee80211_key) + key_len, GFP_KERNEL); in ieee80211_key_alloc()
700 static void ieee80211_key_free_common(struct ieee80211_key *key) in ieee80211_key_free_common()
723 static void __ieee80211_key_destroy(struct ieee80211_key *key, in __ieee80211_key_destroy()
744 static void ieee80211_key_destroy(struct ieee80211_key *key, in ieee80211_key_destroy()
759 void ieee80211_key_free_unused(struct ieee80211_key *key) in ieee80211_key_free_unused()
766 struct ieee80211_key *old, in ieee80211_key_identical()
767 struct ieee80211_key *new) in ieee80211_key_identical()
798 int ieee80211_key_link(struct ieee80211_key *key, in ieee80211_key_link()
803 struct ieee80211_key *old_key; in ieee80211_key_link()
817 struct ieee80211_key *alt_key; in ieee80211_key_link()
877 void ieee80211_key_free(struct ieee80211_key *key, bool delay_tailroom) in ieee80211_key_free()
894 struct ieee80211_key *key; in ieee80211_reenable_keys()
931 struct ieee80211_key *key, *tmp; in ieee80211_iter_keys()
965 struct ieee80211_key *key; in _ieee80211_iter_keys_rcu()
1005 struct ieee80211_key *key, *tmp; in ieee80211_free_keys_iface()
1030 struct ieee80211_key *key, *tmp; in ieee80211_free_keys()
1075 struct ieee80211_key *key; in ieee80211_free_sta_keys()
1148 struct ieee80211_key *key; in ieee80211_get_key_rx_seq()
1151 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_key_rx_seq()
1201 struct ieee80211_key *key; in ieee80211_set_key_rx_seq()
1204 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_set_key_rx_seq()
1256 struct ieee80211_key *key; in ieee80211_remove_key()
1258 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_remove_key()
1285 struct ieee80211_key *key; in ieee80211_gtk_rekey_add()
1313 struct ieee80211_key *key; in ieee80211_key_mic_failure()
1315 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_key_mic_failure()
1335 struct ieee80211_key *key; in ieee80211_key_replay()
1337 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_key_replay()