Home
last modified time | relevance | path

Searched refs:keyconf (Results 1 – 2 of 2) sorted by relevance

/net/mac80211/
Dtkip.c146 u8 *ieee80211_tkip_add_iv(u8 *pos, struct ieee80211_key_conf *keyconf, u64 pn) in ieee80211_tkip_add_iv() argument
149 *pos++ = (keyconf->keyidx << 6) | (1 << 5) /* Ext IV */; in ieee80211_tkip_add_iv()
174 void ieee80211_get_tkip_p1k_iv(struct ieee80211_key_conf *keyconf, in ieee80211_get_tkip_p1k_iv() argument
178 container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_tkip_p1k_iv()
188 void ieee80211_get_tkip_rx_p1k(struct ieee80211_key_conf *keyconf, in ieee80211_get_tkip_rx_p1k() argument
191 const u8 *tk = &keyconf->key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; in ieee80211_get_tkip_rx_p1k()
199 void ieee80211_get_tkip_p2k(struct ieee80211_key_conf *keyconf, in ieee80211_get_tkip_p2k() argument
203 container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_tkip_p2k()
Dkey.c982 void ieee80211_get_key_rx_seq(struct ieee80211_key_conf *keyconf, in ieee80211_get_key_rx_seq() argument
988 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_key_rx_seq()
1035 void ieee80211_set_key_rx_seq(struct ieee80211_key_conf *keyconf, in ieee80211_set_key_rx_seq() argument
1041 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_set_key_rx_seq()
1091 void ieee80211_remove_key(struct ieee80211_key_conf *keyconf) in ieee80211_remove_key() argument
1095 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_remove_key()
1117 struct ieee80211_key_conf *keyconf) in ieee80211_gtk_rekey_add() argument
1130 key = ieee80211_key_alloc(keyconf->cipher, keyconf->keyidx, in ieee80211_gtk_rekey_add()
1131 keyconf->keylen, keyconf->key, in ieee80211_gtk_rekey_add()