]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Use disable_dgaf=1 for more coverage
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 13 Mar 2014 21:14:08 +0000 (23:14 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 13 Mar 2014 21:14:08 +0000 (23:14 +0200)
This runs one of the HS 2.0 test cases with DGAF disabled.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_ap_hs20.py

index a5c51bd35c58fc9d245c88f4eb0132532a4fb6c8..f8d1de3f873305e4f2afdda518e9827a9bd53a60 100644 (file)
@@ -411,6 +411,7 @@ def test_ap_hs20_username(dev, apdev):
     bssid = apdev[0]['bssid']
     params = hs20_ap_params()
     params['hessid'] = bssid
+    params['disable_dgaf'] = '1'
     hostapd.add_ap(apdev[0]['ifname'], params)
 
     dev[0].hs20_enable()