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