tests: DPP protocol testing - invalid Transaction ID in Peer Disc Req
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
55c6c85855
commit
087f494140
1 changed files with 1 additions and 1 deletions
|
@ -3298,7 +3298,7 @@ def test_dpp_proto_network_introduction(dev, apdev):
|
||||||
except:
|
except:
|
||||||
raise HwsimSkip("DPP not supported")
|
raise HwsimSkip("DPP not supported")
|
||||||
|
|
||||||
for test in [ 60, 61, 80 ]:
|
for test in [ 60, 61, 80, 82 ]:
|
||||||
dev[0].set("dpp_test", str(test))
|
dev[0].set("dpp_test", str(test))
|
||||||
dev[0].connect("dpp", key_mgmt="DPP", scan_freq="2412", ieee80211w="2",
|
dev[0].connect("dpp", key_mgmt="DPP", scan_freq="2412", ieee80211w="2",
|
||||||
dpp_csign=csign, dpp_connector=sta_connector,
|
dpp_csign=csign, dpp_connector=sta_connector,
|
||||||
|
|
Loading…
Reference in a new issue