]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Enable needed SAE groups explicitly in sigma_dut_sae
authorJouni Malinen <jouni@codeaurora.org>
Tue, 5 Mar 2019 15:12:44 +0000 (17:12 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 5 Mar 2019 15:12:44 +0000 (17:12 +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_sigma_dut.py

index acf3ea475a83a6cfffb39fa4fb80d04dc4231f98..c0d826bd05b9ed99f359b444a7c95ee2e1389979 100644 (file)
@@ -268,6 +268,7 @@ def test_sigma_dut_sae(dev, apdev):
     params = hostapd.wpa2_params(ssid=ssid, passphrase="12345678")
     params['wpa_key_mgmt'] = 'SAE'
     params["ieee80211w"] = "2"
+    params['sae_groups'] = '19 20 21'
     hapd = hostapd.add_ap(apdev[0], params)
 
     sigma_dut_cmd_check("sta_reset_default,interface,%s" % ifname)