]> git.ipfire.org Git - thirdparty/hostap.git/commit
Allow EAPOL-Key messages 1/4 and 3/4 to be retransmitted for testing
authorJouni Malinen <j@w1.fi>
Sat, 14 Oct 2017 14:23:59 +0000 (17:23 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 16 Oct 2017 14:47:24 +0000 (17:47 +0300)
commitd8afdb210e379f414307778b9711938fbba67f9b
tree446bdb251fb719604c37e5bf7e301eb7d7af2f41
parent6bc2f00f445645df9fb85926ceecf5550edc847a
Allow EAPOL-Key messages 1/4 and 3/4 to be retransmitted for testing

The new hostapd control interface commands "RESEND_M1 <addr>" and
"RESEND_M3 <addr>" can be used to request a retransmission of the 4-Way
Handshake messages 1/4 and 3/4 witht he same or modified ANonce (in M1).

This functionality is for testing purposes and included only in builds
with CONFIG_TESTING_OPTIONS=y.

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