From: Aloni, Adiel Date: Mon, 21 Aug 2017 16:36:23 +0000 (+0300) Subject: tests: Use global control interface in autogo_m2d test X-Git-Tag: hostap_2_7~1120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8031003fec52684375e1fa77020e58a196abc28a;p=thirdparty%2Fhostap.git tests: Use global control interface in autogo_m2d test If dedicated P2P device is used, SET p2p_no_group_iface 0 should be directed to the P2P device. Signed-off-by: Adiel Aloni --- diff --git a/tests/hwsim/test_p2p_autogo.py b/tests/hwsim/test_p2p_autogo.py index 50a60dff7..3d154c3b5 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()