From: Jouni Malinen Date: Thu, 27 Feb 2014 17:04:56 +0000 (+0200) Subject: tests: Verify HS 2.0 AP connection with non-HS 2.0 station X-Git-Tag: hostap_2_2~728 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1281b9f453048c96d4320dd6540243cb4a8189a;p=thirdparty%2Fhostap.git tests: Verify HS 2.0 AP connection with non-HS 2.0 station Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_hs20.py b/tests/hwsim/test_ap_hs20.py index f7497de11..8e88011df 100644 --- a/tests/hwsim/test_ap_hs20.py +++ b/tests/hwsim/test_ap_hs20.py @@ -403,12 +403,18 @@ def test_ap_hs20_username(dev, apdev): id = dev[0].add_cred_values({ 'realm': "example.com", 'username': "hs20-test", 'password': "password", + 'ca_cert': "auth_serv/ca.pem", 'domain': "example.com", 'update_identifier': "1234" }) interworking_select(dev[0], bssid, "home", freq="2412") interworking_connect(dev[0], bssid, "TTLS") check_sp_type(dev[0], "home") + dev[1].connect("test-hs20", key_mgmt="WPA-EAP", eap="TTLS", + identity="hs20-test", password="password", + ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", + scan_freq="2412") + def eap_test(dev, ap, eap_params, method, user): bssid = ap['bssid'] params = hs20_ap_params()