Lines Matching refs:keyconf
1246 void ieee80211_get_key_rx_seq(struct ieee80211_key_conf *keyconf, in ieee80211_get_key_rx_seq() argument
1252 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_key_rx_seq()
1299 void ieee80211_set_key_rx_seq(struct ieee80211_key_conf *keyconf, in ieee80211_set_key_rx_seq() argument
1305 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_set_key_rx_seq()
1355 void ieee80211_remove_key(struct ieee80211_key_conf *keyconf) in ieee80211_remove_key() argument
1359 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_remove_key()
1382 struct ieee80211_key_conf *keyconf) in ieee80211_gtk_rekey_add() argument
1395 key = ieee80211_key_alloc(keyconf->cipher, keyconf->keyidx, in ieee80211_gtk_rekey_add()
1396 keyconf->keylen, keyconf->key, in ieee80211_gtk_rekey_add()
1413 void ieee80211_key_mic_failure(struct ieee80211_key_conf *keyconf) in ieee80211_key_mic_failure() argument
1417 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_key_mic_failure()
1435 void ieee80211_key_replay(struct ieee80211_key_conf *keyconf) in ieee80211_key_replay() argument
1439 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_key_replay()