]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT auth: Fix EAPOL reauthentication after FT protocol run
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 19 Nov 2015 18:32:04 +0000 (20:32 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 19 Nov 2015 19:16:06 +0000 (21:16 +0200)
commitf68d491b0a25b6fc69be24b593975fbd0fe8bac9
tree0e7bafe3d2defd0d6e1d29e3f9b46d78ed45e019
parent119562cfdfa3c2de20a3c7f90d95bc96687d6ffa
FT auth: Fix EAPOL reauthentication after FT protocol run

The EAPOL AUTH_PAE state machine was left in incomplete state at the
completion of FT protocol. Set portValid = TRUE to allow the state
machine to proceed from AUTHENTICATING to AUTHENTICATED state, so that a
new EAPOL reauthentication can be triggered.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/ieee802_1x.c