[PATCH 13/17] tests: change p2p_device_misuses() to use group interface
Ilan Peer
ilan.peer
Tue May 5 02:37:01 PDT 2015
From: Ben Rosenfeld <ben.rosenfeld at intel.com>
Calling "DISASSOCIATE" should be done on the group interface.
Signed-off-by: Ben Rosenfeld <ben.rosenfeld at intel.com>
---
tests/hwsim/test_p2p_device.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/hwsim/test_p2p_device.py b/tests/hwsim/test_p2p_device.py
index a36eb38..cc4edca 100644
--- a/tests/hwsim/test_p2p_device.py
+++ b/tests/hwsim/test_p2p_device.py
@@ -150,7 +150,7 @@ def test_p2p_device_misuses(dev, apdev):
# Optimize scan-after-disconnect
wpas.group_request("SET_NETWORK 0 scan_freq 2412")
- dev[0].request("DISASSOCIATE " + wpas.p2p_interface_addr())
+ dev[0].group_request("DISASSOCIATE " + wpas.p2p_interface_addr())
ev = wpas.wait_group_event(["CTRL-EVENT-DISCONNECT"])
if ev is None:
raise Exception("Did not see disconnect event on P2P group interface")
--
1.9.1
More information about the Hostap
mailing list