]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Fix fallback to GO Negotiation to avoid PD-before-join timeout
authorAarthi Thiruvengadam <athiruve@qca.qualcomm.com>
Wed, 20 Jun 2012 18:38:31 +0000 (21:38 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 20 Jun 2012 18:38:31 +0000 (21:38 +0300)
commitc66cf68d5cf537a36fb5a49d7af3e20945d8de96
treeaec765805225bab4e12ae50798907986772254dd
parent182748e4fb51b736d5c36c9c82d86ba600f1a423
P2P: Fix fallback to GO Negotiation to avoid PD-before-join timeout

The wpas_p2p_pd_before_join_timeout could be left behind if the PD
Request in p2p_connect-auto case does not succeed. This timeout can
result in unexpected operations since it could trigger join operation
while going through GO Negotiation. Fix this by canceling the timeout
when falling back to GO Negotiation.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/p2p_supplicant.c