]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Enable needed SAE groups explicitly in sae_oom_wpas
authorJouni Malinen <jouni@codeaurora.org>
Tue, 5 Mar 2019 15:13:35 +0000 (17:13 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 5 Mar 2019 15:14:05 +0000 (17:14 +0200)
Configure the sae_groups parameter for hostapd explicitly in preparation
for the default value change in the implementation.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_sae.py

index 0e94d95ff104c3ca7e5c8c50ec2f3302eb451751..f27042ea10dffd03fa73ecbb1c71b4385f8917d6 100644 (file)
@@ -474,6 +474,7 @@ def test_sae_oom_wpas(dev, apdev):
     params = hostapd.wpa2_params(ssid="test-sae",
                                  passphrase="12345678")
     params['wpa_key_mgmt'] = 'SAE'
+    params['sae_groups'] = '19 25 26'
     hapd = hostapd.add_ap(apdev[0], params)
 
     dev[0].request("SET sae_groups 25")