]> git.ipfire.org Git - thirdparty/hostap.git/commit
Re-initialize EAP ClientTimeout on for each session
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 28 Dec 2010 10:09:14 +0000 (12:09 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 28 Dec 2010 10:09:14 +0000 (12:09 +0200)
commitd3e01b9d71046cdf77e4ff4ee6226c9d90d2e549
tree88291145cb8fc255ca038b110141557655577ea8
parent9dac8c3eaf8f89ead16dfe63f086cf5be7117a7f
Re-initialize EAP ClientTimeout on for each session

ClientTimeout changes from EAP peer methods were not supposed to
change behavior for other EAP peer methods or even other sessions
of the same method. Re-initialize ClientTimeout whenever an EAP
peer method is initialized to avoid this. This addresses problems
where WPS (EAP-WSC) reduces the timeout and consecutive EAP runs
may fail due to too small timeout.
src/eap_peer/eap.c