]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP: Call deinit_for_reauth() for Phase 2 EAP methods
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 10 Feb 2017 16:55:26 +0000 (18:55 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 10 Feb 2017 17:48:12 +0000 (19:48 +0200)
commit76aa3183817d41e0650e92689ae38208f71eee44
tree6cffbf9c996074d492af63375285c65693a84158
parent02156b98b7aa4fefbf93879897d4f7dfe7cfef25
EAP: Call deinit_for_reauth() for Phase 2 EAP methods

EAP-TTLS/PEAP/FAST were previously doing this for init_for_reauth(), but
not for deinit_for_reauth(). Add the deinit_for_reauth() call as well to
cover cases like EAP-AKA cleaup of AT_CHECKCODE data.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/eap_peer/eap_fast.c
src/eap_peer/eap_peap.c
src/eap_peer/eap_ttls.c