]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP server: Force FAILURE if EAP method buildReq fails
authorJouni Malinen <j@w1.fi>
Sun, 19 Jul 2015 13:29:29 +0000 (16:29 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 19 Jul 2015 13:29:29 +0000 (16:29 +0300)
commit8d7aa7565bac828b2c6d40b639333d22e6b6c7be
tree638a2bd321e200cf0222543cd897ad4064a9333f
parent7420e36293d4dc48987920313157eb5c1a0f7645
EAP server: Force FAILURE if EAP method buildReq fails

Previously, this resulted in unnecessary wait and retransmission of the
previous EAP-Request. Change that to trigger immediate transmission of
EAP-Failure and disconnection since the EAP method cannot really recover
from this state.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_server/eap_server.c