]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Cancel group formation timeout on client connection
authorJouni Malinen <jouni@qca.qualcomm.com>
Sat, 14 Sep 2013 17:39:50 +0000 (10:39 -0700)
committerJouni Malinen <j@w1.fi>
Sat, 14 Sep 2013 18:25:10 +0000 (11:25 -0700)
commiteab2b50dc83e1d14dcb573dfc9b10fc6a9cb1cdd
treeca939eeaa082bdfdf2d51b362ebe6e4928bf4c3f
parent00eb29939686321df9546aa63207802af68b1585
P2P: Cancel group formation timeout on client connection

It was possiblle for the group formation timeout to be left running even
after the P2P Client connected to the group if the WPS provisioning step
was not completed cleanly (e.g., due to WSC_Done not getting received
from the client). There is no need to remove the group in such case due
to the initial group formation timeout, so work around this by removing
that timeout on data connection.

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