From ea57b0bcfe2cc2577976f1d27472805a8fa05228 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 8 Dec 2018 13:01:47 +0200 Subject: [PATCH] tests: Enable PMF in ap_hs20_external_selection network profile This is required for Hotspot 2.0 Release 2. Signed-off-by: Jouni Malinen --- tests/hwsim/test_ap_hs20.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hwsim/test_ap_hs20.py b/tests/hwsim/test_ap_hs20.py index 1fc0d7f30..51809c83c 100644 --- a/tests/hwsim/test_ap_hs20.py +++ b/tests/hwsim/test_ap_hs20.py @@ -3889,6 +3889,7 @@ def test_ap_hs20_external_selection(dev, apdev): dev[0].hs20_enable() dev[0].connect("test-hs20", proto="RSN", key_mgmt="WPA-EAP", eap="TTLS", + ieee80211w="1", identity="hs20-test", password="password", ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", scan_freq="2412", update_identifier="54321", -- 2.47.2