[PATCH 0/2] P2P: fix group formation failure
Eduardo Abinader
eduardo.abinader
Tue Mar 18 06:50:52 PDT 2014
The following patches fix two 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)
2 - GO is not deinitilizing properly pending interface creation in step 4)
Eduardo Abinader (2):
Fix radio remove works
Fix GO failed interface init
wpa_supplicant/p2p_supplicant.c | 3 +++
wpa_supplicant/wpa_supplicant.c | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)
--
1.8.3.2
More information about the Hostap
mailing list