From: "Aloni, Adiel" <adiel.aloni@xxxxxxxxx> 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@xxxxxxxxx> --- 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 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap