tests: Use different groups in test_sae_no_ffc_by_default
The test assumes that STA will try to reconnect with the same SAE group after the first authentication attempt is rejected due to unsupported group. Since this behaviour is fixed in the previous patch, configure two different groups to trigger the second authentication attempt. Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
This commit is contained in:
parent
fcf799c0dd
commit
c3b3c506b6
1 changed files with 1 additions and 1 deletions
|
@ -1298,7 +1298,7 @@ def test_sae_no_ffc_by_default(dev, apdev):
|
||||||
params['wpa_key_mgmt'] = 'SAE'
|
params['wpa_key_mgmt'] = 'SAE'
|
||||||
hapd = hostapd.add_ap(apdev[0], params)
|
hapd = hostapd.add_ap(apdev[0], params)
|
||||||
|
|
||||||
dev[0].request("SET sae_groups 15")
|
dev[0].request("SET sae_groups 15 16")
|
||||||
dev[0].connect("test-sae", psk="12345678", key_mgmt="SAE", scan_freq="2412",
|
dev[0].connect("test-sae", psk="12345678", key_mgmt="SAE", scan_freq="2412",
|
||||||
wait_connect=False)
|
wait_connect=False)
|
||||||
ev = dev[0].wait_event(["SME: Trying to authenticate"], timeout=3)
|
ev = dev[0].wait_event(["SME: Trying to authenticate"], timeout=3)
|
||||||
|
|
Loading…
Reference in a new issue