tests: ProxyARP with na_mcast_to_ucast=1

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2015-04-27 12:33:43 +03:00 committed by Jouni Malinen
parent 4a7ce98469
commit 798c7951cf

View file

@ -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)