From: Jouni Malinen Date: Tue, 27 Dec 2016 18:51:07 +0000 (+0200) Subject: tests: sae_group in hostapd STA ctrl_iface command X-Git-Tag: hostap_2_7~1901 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b28c4089275707f312b9f890dc1f2574e645534;p=thirdparty%2Fhostap.git tests: sae_group in hostapd STA ctrl_iface command Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_sae.py b/tests/hwsim/test_sae.py index 6d46b33e3..c7d3169a0 100644 --- a/tests/hwsim/test_sae.py +++ b/tests/hwsim/test_sae.py @@ -40,6 +40,10 @@ def test_sae(dev, apdev): if "[WPA2-SAE-CCMP]" not in bss['flags']: raise Exception("Unexpected BSS flags: " + bss['flags']) + res = hapd.request("STA-FIRST") + if "sae_group=19" not in res.splitlines(): + raise Exception("hostapd STA output did not specify SAE group") + @remote_compatible def test_sae_password_ecc(dev, apdev): """SAE with number of different passwords (ECC)"""