tests: Enable needed SAE groups explicitly in sigma_dut_sae

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>
This commit is contained in:
Jouni Malinen 2019-03-05 17:12:44 +02:00 committed by Jouni Malinen
parent b11fa98bcb
commit 656f4a3edd

View 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)