tests: Remove op_cl and ch_list from DPP
These were removed from the protocol. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
8c19ea3f21
commit
2e37b5fbe7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue