]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Fix PWE loop termination on excessive iterations
authorJouni Malinen <j@w1.fi>
Tue, 1 Jan 2013 10:50:27 +0000 (12:50 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Jan 2013 15:51:53 +0000 (17:51 +0200)
commitcbf9f4c642fae8aeed44b64e25ebaf3f37f97e00
treea9d1a27f357eba1e6f878a33e4d40b441211a9b5
parentd5f5fa86e466885168e9bb2aef0522fe8ac0b875
SAE: Fix PWE loop termination on excessive iterations

The counter>200 check needs to be done before the continue-on-not-found
case to be effective in stopping this loop.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/common/sae.c