]> git.ipfire.org Git - thirdparty/hostap.git/commit
Allow RSNE in EAPOL-Key msg 3/4 to be replaced for testing purposes
authorJouni Malinen <j@w1.fi>
Sat, 7 Mar 2020 14:45:52 +0000 (16:45 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 7 Mar 2020 14:45:52 +0000 (16:45 +0200)
commit4d64fd37b742cc1da84b2d0488c4ac3270be4b4c
tree58607a4c112c34d9ef69833deb5e89a03b6825f5
parent3396a4529cf27f51bf0f30965cd37a4dac6e0550
Allow RSNE in EAPOL-Key msg 3/4 to be replaced for testing purposes

The new hostapd configuration parameter rsne_override_eapol can now be
used similarly to the previously added rsnxe_override_eapol to override
(replace contents or remove) RSNE in EAPOL-Key msg 3/4. This can be used
for station protocol testing to verify sufficient checks for RSNE
modification between the Beacon/Probe Response frames and EAPOL-Key msg
3/4.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/config_file.c
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_glue.c