Lines Matching refs:keyconf
1233 void ieee80211_get_key_rx_seq(struct ieee80211_key_conf *keyconf, in ieee80211_get_key_rx_seq() argument
1239 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_key_rx_seq()
1286 void ieee80211_set_key_rx_seq(struct ieee80211_key_conf *keyconf, in ieee80211_set_key_rx_seq() argument
1292 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_set_key_rx_seq()
1342 void ieee80211_remove_key(struct ieee80211_key_conf *keyconf) in ieee80211_remove_key() argument
1346 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_remove_key()
1369 struct ieee80211_key_conf *keyconf) in ieee80211_gtk_rekey_add() argument
1382 key = ieee80211_key_alloc(keyconf->cipher, keyconf->keyidx, in ieee80211_gtk_rekey_add()
1383 keyconf->keylen, keyconf->key, in ieee80211_gtk_rekey_add()
1400 void ieee80211_key_mic_failure(struct ieee80211_key_conf *keyconf) in ieee80211_key_mic_failure() argument
1404 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_key_mic_failure()
1422 void ieee80211_key_replay(struct ieee80211_key_conf *keyconf) in ieee80211_key_replay() argument
1426 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_key_replay()