Lines Matching refs:keyconf
1254 void ieee80211_get_key_rx_seq(struct ieee80211_key_conf *keyconf, in ieee80211_get_key_rx_seq() argument
1260 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_key_rx_seq()
1307 void ieee80211_set_key_rx_seq(struct ieee80211_key_conf *keyconf, in ieee80211_set_key_rx_seq() argument
1313 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_set_key_rx_seq()
1363 void ieee80211_remove_key(struct ieee80211_key_conf *keyconf) in ieee80211_remove_key() argument
1367 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_remove_key()
1390 struct ieee80211_key_conf *keyconf) in ieee80211_gtk_rekey_add() argument
1403 key = ieee80211_key_alloc(keyconf->cipher, keyconf->keyidx, in ieee80211_gtk_rekey_add()
1404 keyconf->keylen, keyconf->key, in ieee80211_gtk_rekey_add()
1421 void ieee80211_key_mic_failure(struct ieee80211_key_conf *keyconf) in ieee80211_key_mic_failure() argument
1425 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_key_mic_failure()
1443 void ieee80211_key_replay(struct ieee80211_key_conf *keyconf) in ieee80211_key_replay() argument
1447 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_key_replay()