tests: Enable needed SAE groups explicitly in sae_oom_wpas

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:13:35 +02:00 committed by Jouni Malinen
parent 656f4a3edd
commit c097f12c8f

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