Lines Matching refs:keyconf
1247 void ieee80211_get_key_rx_seq(struct ieee80211_key_conf *keyconf,
1253 key = container_of(keyconf, struct ieee80211_key, conf);
1300 void ieee80211_set_key_rx_seq(struct ieee80211_key_conf *keyconf,
1306 key = container_of(keyconf, struct ieee80211_key, conf);
1356 void ieee80211_remove_key(struct ieee80211_key_conf *keyconf)
1360 key = container_of(keyconf, struct ieee80211_key, conf);
1383 struct ieee80211_key_conf *keyconf,
1403 key = ieee80211_key_alloc(keyconf->cipher, keyconf->keyidx,
1404 keyconf->keylen, keyconf->key,
1422 void ieee80211_key_mic_failure(struct ieee80211_key_conf *keyconf)
1426 key = container_of(keyconf, struct ieee80211_key, conf);
1444 void ieee80211_key_replay(struct ieee80211_key_conf *keyconf)
1448 key = container_of(keyconf, struct ieee80211_key, conf);