mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-29 16:24:03 -05:00
tests: Use group 26 instead of 25 in sae_oom_wpas with BoringSSL
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
a68d17929b
commit
db036ed53d
@ -386,6 +386,9 @@ def test_sae_oom_wpas(dev, apdev):
|
|||||||
hapd = hostapd.add_ap(apdev[0]['ifname'], params)
|
hapd = hostapd.add_ap(apdev[0]['ifname'], params)
|
||||||
|
|
||||||
dev[0].request("SET sae_groups 25")
|
dev[0].request("SET sae_groups 25")
|
||||||
|
tls = dev[0].request("GET tls_library")
|
||||||
|
if "BoringSSL" in tls:
|
||||||
|
dev[0].request("SET sae_groups 26")
|
||||||
with alloc_fail(dev[0], 1, "sae_set_group"):
|
with alloc_fail(dev[0], 1, "sae_set_group"):
|
||||||
dev[0].connect("test-sae", psk="12345678", key_mgmt="SAE",
|
dev[0].connect("test-sae", psk="12345678", key_mgmt="SAE",
|
||||||
scan_freq="2412")
|
scan_freq="2412")
|
||||||
|
Loading…
Reference in New Issue
Block a user