Searched refs:keyconf (Results 1 - 3 of 3) sorted by relevance

/net/mac80211/
H A Dkey.c714 void ieee80211_get_key_tx_seq(struct ieee80211_key_conf *keyconf, argument
720 if (WARN_ON(!(keyconf->flags & IEEE80211_KEY_FLAG_GENERATE_IV)))
723 key = container_of(keyconf, struct ieee80211_key, conf);
754 void ieee80211_get_key_rx_seq(struct ieee80211_key_conf *keyconf, argument
760 key = container_of(keyconf, struct ieee80211_key, conf);
788 void ieee80211_set_key_tx_seq(struct ieee80211_key_conf *keyconf, argument
794 key = container_of(keyconf, struct ieee80211_key, conf);
826 void ieee80211_set_key_rx_seq(struct ieee80211_key_conf *keyconf, argument
832 key = container_of(keyconf, struct ieee80211_key, conf);
863 void ieee80211_remove_key(struct ieee80211_key_conf *keyconf) argument
887 ieee80211_gtk_rekey_add(struct ieee80211_vif *vif, struct ieee80211_key_conf *keyconf) argument
[all...]
H A Dtkip.c174 void ieee80211_get_tkip_p1k_iv(struct ieee80211_key_conf *keyconf, argument
178 container_of(keyconf, struct ieee80211_key, conf);
188 void ieee80211_get_tkip_rx_p1k(struct ieee80211_key_conf *keyconf, argument
191 const u8 *tk = &keyconf->key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY];
199 void ieee80211_get_tkip_p2k(struct ieee80211_key_conf *keyconf, argument
203 container_of(keyconf, struct ieee80211_key, conf);
H A Daes_cmac.c131 void ieee80211_aes_cmac_calculate_k1_k2(struct ieee80211_key_conf *keyconf, argument
136 container_of(keyconf, struct ieee80211_key, conf);

Completed in 52 milliseconds