Lines Matching refs:keyconf
1145 void ieee80211_get_key_rx_seq(struct ieee80211_key_conf *keyconf, in ieee80211_get_key_rx_seq() argument
1151 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_get_key_rx_seq()
1198 void ieee80211_set_key_rx_seq(struct ieee80211_key_conf *keyconf, in ieee80211_set_key_rx_seq() argument
1204 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_set_key_rx_seq()
1254 void ieee80211_remove_key(struct ieee80211_key_conf *keyconf) in ieee80211_remove_key() argument
1258 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_remove_key()
1281 struct ieee80211_key_conf *keyconf) in ieee80211_gtk_rekey_add() argument
1294 key = ieee80211_key_alloc(keyconf->cipher, keyconf->keyidx, in ieee80211_gtk_rekey_add()
1295 keyconf->keylen, keyconf->key, in ieee80211_gtk_rekey_add()
1311 void ieee80211_key_mic_failure(struct ieee80211_key_conf *keyconf) in ieee80211_key_mic_failure() argument
1315 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_key_mic_failure()
1333 void ieee80211_key_replay(struct ieee80211_key_conf *keyconf) in ieee80211_key_replay() argument
1337 key = container_of(keyconf, struct ieee80211_key, conf); in ieee80211_key_replay()