]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/wpa_auth.c
Make GKeyDoneStations counting able to recover from mismatches
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 23 Mar 2011 15:06:17 +0000 (17:06 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 23 Mar 2011 15:06:17 +0000 (17:06 +0200)
commit3c183894d4350f6dc78860ee33ff98ff670d10a1
treeeaa9b272437ac67ec1d806e723e50deec22cf451
parent2ade8ef29611bfa4d655fa5f7a68ccccefeb38e7
Make GKeyDoneStations counting able to recover from mismatches

Previously, a bug in GKeyDoneStations count would remain in effect
until the authenticator is restarted. Make this more robust by
clearing the station count before each rekeying setup. While this
is not really supposed to be needed, there has been bugs in this
area in the past and it is safer to make the implementation recover
from such an issue automatically.
src/ap/wpa_auth.c