[PATCH] tests: Use global control interface in autogo_m2d test
Andrei Otcheretianski
andrei.otcheretianski at intel.com
Mon Aug 21 09:36:23 PDT 2017
From: "Aloni, Adiel" <adiel.aloni at intel.com>
If dedicated P2P device is used, SET p2p_no_group_iface 0 should be
directed to the P2P device.
Signed-off-by: Adiel Aloni <adiel.aloni at intel.com>
---
tests/hwsim/test_p2p_autogo.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/hwsim/test_p2p_autogo.py b/tests/hwsim/test_p2p_autogo.py
index 50a60df..3d154c3 100644
--- a/tests/hwsim/test_p2p_autogo.py
+++ b/tests/hwsim/test_p2p_autogo.py
@@ -140,7 +140,7 @@ def test_autogo_m2d(dev):
autogo(dev[0], freq=2412)
go_addr = dev[0].p2p_dev_addr()
- dev[1].request("SET p2p_no_group_iface 0")
+ dev[1].global_request("SET p2p_no_group_iface 0")
if not dev[1].discover_peer(go_addr, social=True):
raise Exception("GO " + go_addr + " not found")
dev[1].dump_monitor()
--
2.7.4
More information about the Hostap
mailing list