]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP server: Force identity request after INITIALIZE for passthrough
authorJouni Malinen <j@w1.fi>
Sat, 3 Dec 2011 15:37:48 +0000 (17:37 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 3 Dec 2011 15:37:48 +0000 (17:37 +0200)
commit204dd3f420bb1ddce02d13d7a366169e0bda914d
treec841e93eb07677407ecb581aea66cec86c006511
parentbfba8deb8bd990f711f762b2f47956efb3be2f03
EAP server: Force identity request after INITIALIZE for passthrough

Previously, sm->start_reauth was set to TRUE in SUCCESS2 state to force
reauthentication to start with EAP identity request. This works fine for
the case of EAP success through the AAA passthrough authentication, but
is not enough to handle passthrough authentication failure. sm->identity
is set in that case and getDecision would return PASSTHROUGH instead of
CONTINUE (to Identity method).

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