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:
parent
656f4a3edd
commit
c097f12c8f
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue