]> git.ipfire.org Git - thirdparty/hostap.git/commit
RSN: Do not start preauthentication timer without candidates
authorJouni Malinen <j@w1.fi>
Sun, 10 Feb 2019 11:41:10 +0000 (13:41 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 11 Feb 2019 00:35:29 +0000 (02:35 +0200)
commit02a0a23939b779e8e19c57b5bc8d8964ffd26ed9
treef3c36466d775a0d0897f0a3a3b829b74c4cbc5dc
parent85611e967e812bbf3ead8493b7022f2a14f46310
RSN: Do not start preauthentication timer without candidates

There is no need to schedule the postponed RSN preauthentication start
if there are no candidates. Avoid wasting eloop resources for this.

This is most useful for fuzz testing of the 4-way handshake
implementation to avoid getting stuck waiting for this unnecessary one
second time when using eloop to coordinate the Authenticator and
Supplicant state machines.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/rsn_supp/wpa.c