From: Jouni Malinen Date: Sat, 17 Dec 2016 15:20:32 +0000 (+0200) Subject: tests: Add fils_realm for existing FILS test cases X-Git-Tag: hostap_2_7~2004 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f82bc83264e496cc8eac6f792e4099ed29f199d3;p=thirdparty%2Fhostap.git tests: Add fils_realm for existing FILS test cases Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_fils.py b/tests/hwsim/test_fils.py index fddff819b..b89d8b16e 100644 --- a/tests/hwsim/test_fils.py +++ b/tests/hwsim/test_fils.py @@ -32,6 +32,7 @@ def test_fils_sk_full_auth(dev, apdev): params['auth_server_port'] = "18128" params['erp_send_reauth_start'] = '1' params['erp_domain'] = 'example.com' + params['fils_realm'] = 'example.com' params['wpa_group_rekey'] = '1' hapd = hostapd.add_ap(apdev[0]['ifname'], params) @@ -75,6 +76,7 @@ def test_fils_sk_sha384_full_auth(dev, apdev): params['auth_server_port'] = "18128" params['erp_send_reauth_start'] = '1' params['erp_domain'] = 'example.com' + params['fils_realm'] = 'example.com' params['wpa_group_rekey'] = '1' hapd = hostapd.add_ap(apdev[0]['ifname'], params) @@ -117,6 +119,7 @@ def test_fils_sk_pmksa_caching(dev, apdev): params['wpa_key_mgmt'] = "FILS-SHA256" params['auth_server_port'] = "18128" params['erp_domain'] = 'example.com' + params['fils_realm'] = 'example.com' hapd = hostapd.add_ap(apdev[0]['ifname'], params) dev[0].scan_for_bss(bssid, freq=2412) @@ -170,6 +173,7 @@ def test_fils_sk_erp(dev, apdev): params['wpa_key_mgmt'] = "FILS-SHA256" params['auth_server_port'] = "18128" params['erp_domain'] = 'example.com' + params['fils_realm'] = 'example.com' params['disable_pmksa_caching'] = '1' hapd = hostapd.add_ap(apdev[0]['ifname'], params)