]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove op_cl and ch_list from DPP
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 9 Oct 2017 22:34:49 +0000 (01:34 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 9 Oct 2017 22:34:49 +0000 (01:34 +0300)
These were removed from the protocol.

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

index fa4315325203f29f4ed8e8ba8972bd7dbd8d6d0c..d3a3a5b6c619397d1c23fe1f22bb2428754fe4cc 100644 (file)
@@ -628,7 +628,7 @@ def test_dpp_config_dpp_override_secp521r1(dev, apdev):
 def test_dpp_config_override_objects(dev, apdev):
     """Generate DPP Config Object and override objects)"""
     check_dpp_capab(dev[1])
-    discovery = '{\n"ssid":"mywifi",\n"op_cl":81,\n"ch_list":\n[1,6]\n}'
+    discovery = '{\n"ssid":"mywifi"\n}'
     groups = '[\n  {"groupId":"home","netRole":"sta"},\n  {"groupId":"cottage","netRole":"sta"}\n]'
     dev[1].set("dpp_discovery_override", discovery)
     dev[1].set("dpp_groups_override", groups)