diff --git a/tests/hwsim/test_ap_open.py b/tests/hwsim/test_ap_open.py index ae400577a..bc328fb9a 100644 --- a/tests/hwsim/test_ap_open.py +++ b/tests/hwsim/test_ap_open.py @@ -252,7 +252,7 @@ def test_ap_open_wpas_in_bridge(dev, apdev): subprocess.call(['ip', 'link', 'set', 'dev', br_ifname, 'down']) subprocess.call(['brctl', 'delif', br_ifname, ifname]) subprocess.call(['brctl', 'delbr', br_ifname]) - subprocess.call(['iw', ifname, 'set', '4addr', 'on']) + subprocess.call(['iw', ifname, 'set', '4addr', 'off']) def _test_ap_open_wpas_in_bridge(dev, apdev): hapd = hostapd.add_ap(apdev[0]['ifname'], { "ssid": "open" }) diff --git a/tests/hwsim/test_ap_psk.py b/tests/hwsim/test_ap_psk.py index 19aa42703..14d8aff10 100644 --- a/tests/hwsim/test_ap_psk.py +++ b/tests/hwsim/test_ap_psk.py @@ -999,7 +999,7 @@ def test_ap_wpa2_psk_wpas_in_bridge(dev, apdev): subprocess.call(['ip', 'link', 'set', 'dev', br_ifname, 'down']) subprocess.call(['brctl', 'delif', br_ifname, ifname]) subprocess.call(['brctl', 'delbr', br_ifname]) - subprocess.call(['iw', ifname, 'set', '4addr', 'on']) + subprocess.call(['iw', ifname, 'set', '4addr', 'off']) def _test_ap_wpa2_psk_wpas_in_bridge(dev, apdev): ssid = "test-wpa2-psk"