From 798c7951cf982f361a782b454110c46764d58940 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Mon, 27 Apr 2015 12:33:43 +0300 Subject: [PATCH] tests: ProxyARP with na_mcast_to_ucast=1 Signed-off-by: Jouni Malinen --- tests/hwsim/test_ap_hs20.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hwsim/test_ap_hs20.py b/tests/hwsim/test_ap_hs20.py index 90f630cd7..230a9efcd 100644 --- a/tests/hwsim/test_ap_hs20.py +++ b/tests/hwsim/test_ap_hs20.py @@ -2624,6 +2624,7 @@ def _test_ap_hs20_proxyarp_dgaf(dev, apdev, disabled): params['hessid'] = bssid params['disable_dgaf'] = '1' if disabled else '0' params['proxy_arp'] = '1' + params['na_mcast_to_ucast'] = '1' params['ap_isolate'] = '1' params['bridge'] = 'ap-br0' hapd = hostapd.add_ap(apdev[0]['ifname'], params, no_enable=True)