From d627e1315e634f61c6ab05341c77ead343dabd8a Mon Sep 17 00:00:00 2001
From: Jouni Malinen <jouni@qca.qualcomm.com>
Date: Thu, 13 Mar 2014 23:14:08 +0200
Subject: [PATCH] tests: Use disable_dgaf=1 for more coverage

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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/hwsim/test_ap_hs20.py b/tests/hwsim/test_ap_hs20.py
index a5c51bd35..f8d1de3f8 100644
--- a/tests/hwsim/test_ap_hs20.py
+++ b/tests/hwsim/test_ap_hs20.py
@@ -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()