[PATCH 01/24] tests: Use global control interface in wait_go_ending_session()
Ilan Peer
ilan.peer
Wed Feb 4 01:30:13 PST 2015
P2P_EVENT_GROUP_REMOVED is a global event, so use
wait_global_event() instead of wait_event().
Signed-off-by: Ilan Peer <ilan.peer at intel.com>
---
tests/hwsim/wpasupplicant.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/hwsim/wpasupplicant.py b/tests/hwsim/wpasupplicant.py
index 8b69311..b8d153f 100644
--- a/tests/hwsim/wpasupplicant.py
+++ b/tests/hwsim/wpasupplicant.py
@@ -646,7 +646,7 @@ class WpaSupplicant:
except:
pass
self.gctrl_mon = None
- ev = self.wait_event(["P2P-GROUP-REMOVED"], timeout=3)
+ ev = self.wait_global_event(["P2P-GROUP-REMOVED"], timeout=3)
if ev is None:
raise Exception("Group removal event timed out")
if "reason=GO_ENDING_SESSION" not in ev:
--
1.8.3.2
More information about the Hostap
mailing list