]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: SAE anti-clogging with non-SAE STA associated as well
authorJouni Malinen <j@w1.fi>
Sat, 29 Mar 2014 14:39:22 +0000 (16:39 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 29 Mar 2014 14:39:22 +0000 (16:39 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_sae.py

index 24e6665365ef90ac9e309815491d2f0bcd4f8ab2..5fb5e3b683d9ae1b1d691c44df46f2c504d81ec4 100644 (file)
@@ -89,9 +89,10 @@ def test_sae_anti_clogging(dev, apdev):
 def test_sae_forced_anti_clogging(dev, apdev):
     """SAE anti clogging (forced)"""
     params = hostapd.wpa2_params(ssid="test-sae", passphrase="12345678")
-    params['wpa_key_mgmt'] = 'SAE'
+    params['wpa_key_mgmt'] = 'SAE WPA-PSK'
     params['sae_anti_clogging_threshold'] = '0'
     hostapd.add_ap(apdev[0]['ifname'], params)
+    dev[2].connect("test-sae", psk="12345678", scan_freq="2412")
     for i in range(0, 2):
         dev[i].request("SET sae_groups ")
         dev[i].connect("test-sae", psk="12345678", key_mgmt="SAE",