[PATCH 0/1] fix group formation failure

Eduardo Abinader eduardo.abinader
Thu Mar 20 05:43:30 PDT 2014


Just resending my patch, considering the new solution proposed 
by Andrei.

The following patch fix one issues found in a scenario I've
being testing, regarding P2P Group formation:

1) Form a group (2 peers)
2) GO removes client
3) Client tries to connect again to GO (p2p_connect)
4) GO fails to create interface
5) Client times out group formation
6) Client removes interface, although radio work is still running (p2p-scan)
7) Client is no more able to execute radio works, due to a
previously removed radio interface (p2p-wlan).

* 2 issues found:
        1 - step 7) (solution replaced by http://lists.shmoo.com/pipermail/hostap/2014-March/029862.html)
	2 - GO is not deinitilizing properly pending interface creation in step 4)

Eduardo Abinader (1):
  Fix GO failed interface init

 wpa_supplicant/p2p_supplicant.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
1.8.3.2




More information about the Hostap mailing list