]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Clear p2p_in_provisioning flag on group removal
authorVivek Natarajan <nataraja@qca.qualcomm.com>
Mon, 11 Mar 2013 18:47:24 +0000 (20:47 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 11 Mar 2013 18:47:24 +0000 (20:47 +0200)
commitc9c77083b3aa829a8998039124ac63b027e0ae21
tree780634abd7e58ef1ce82a3c07774f897cc64cd37
parent9210bea172b4c92680de070d329b76bdc17332b7
P2P: Clear p2p_in_provisioning flag on group removal

Commit 77dfafd07d3a0335e250b8ffaf74fe7b3714b0bc cancels group formation
timeout on group removal case but failed to reset the
p2p_in_provisioning flag. This can lead to repeated p2p_find failures if
the group gets removed before completion of the WPS provisioning step
(e.g., GO tears down the group). Fix this by clearing
p2p_pin_provisioning when cancelling group formation.

Signed-hostap: Vivek Natarajan <nataraja@qca.qualcomm.com>
wpa_supplicant/p2p_supplicant.c