From: Jouni Malinen Date: Mon, 4 Jul 2016 15:12:41 +0000 (+0300) Subject: tests: Hotspot 2.0 connection with TTLS/default X-Git-Tag: hostap_2_6~229 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c63f2eb9737bf046a0629c22b8ddb69464c5bf8d;p=thirdparty%2Fhostap.git tests: Hotspot 2.0 connection with TTLS/default Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_hs20.py b/tests/hwsim/test_ap_hs20.py index db55cdce1..35461ae06 100644 --- a/tests/hwsim/test_ap_hs20.py +++ b/tests/hwsim/test_ap_hs20.py @@ -762,6 +762,11 @@ def test_ap_hs20_eap_ttls_mschap(dev, apdev): skip_with_fips(dev[0]) eap_test(dev[0], apdev[0], "21[2:3]", "TTLS", "mschap user") +def test_ap_hs20_eap_ttls_default(dev, apdev): + """Hotspot 2.0 connection with TTLS/default""" + skip_with_fips(dev[0]) + eap_test(dev[0], apdev[0], "21", "TTLS", "hs20-test") + def test_ap_hs20_eap_ttls_eap_mschapv2(dev, apdev): """Hotspot 2.0 connection with TTLS/EAP-MSCHAPv2""" check_eap_capa(dev[0], "MSCHAPV2")