Disconnect the STA if EAP timeout is reached
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 29 Dec 2008 17:16:48 +0000 (19:16 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 29 Dec 2008 17:16:48 +0000 (19:16 +0200)
commit805e6dc66326764b3d20c5113fb538b2be6aa662
tree7f14731121e9475b88ed98076ee1a65c017851a5
parent98de44389045622d03736386e1e18df119ac9a55
Disconnect the STA if EAP timeout is reached

There is not really much else the Authenticator can do if it does not
receive valid EAP response from the Supplicant/EAP peer. EAP-Failure
would need to be sent before trying to start again with
EAP-Request/Identity, but that is not allowed before the EAP peer
actually replies. Anyway, forcing a new association is likely to clean
up peer state, too, so it can help fixing some issues that could have
caused the peer not to be able to reply in the first place.
hostapd/ieee802_1x.c