diff options
Diffstat (limited to 'chromeos/test/data/network')
3 files changed, 9 insertions, 2 deletions
diff --git a/chromeos/test/data/network/shill_wimax_with_state.json b/chromeos/test/data/network/shill_wimax_with_state.json index ed12a13..ececaa8 100644 --- a/chromeos/test/data/network/shill_wimax_with_state.json +++ b/chromeos/test/data/network/shill_wimax_with_state.json @@ -2,9 +2,7 @@ "AutoConnect": true, "Connectable": true, "Name": "SomeWiMAX", - "EAP.EAP": "TLS", "EAP.Identity": "${LOGIN_ID}@my.domain.com", - "EAP.UseSystemCAs": true, "GUID": "{77db0089-0bc8-4358-929c-123xcv}", "Profile": "/profile/someuser", "SaveCredentials": true, diff --git a/chromeos/test/data/network/translation_of_shill_wifi_clientcert.onc b/chromeos/test/data/network/translation_of_shill_wifi_clientcert.onc index cd01e6d..1f2956c 100644 --- a/chromeos/test/data/network/translation_of_shill_wifi_clientcert.onc +++ b/chromeos/test/data/network/translation_of_shill_wifi_clientcert.onc @@ -3,6 +3,11 @@ "Name":"", "Type":"WiFi", "WiFi":{ + "EAP": { + "Identity": "abc ${LOGIN_ID}@my.domain.com", + "SaveCredentials": true, + "UseSystemCAs": true + }, "SSID":"SomeWifi-XY", "Security":"WPA-EAP" } diff --git a/chromeos/test/data/network/translation_of_shill_wimax_with_state.onc b/chromeos/test/data/network/translation_of_shill_wimax_with_state.onc index c8a83f6..3be399b 100644 --- a/chromeos/test/data/network/translation_of_shill_wimax_with_state.onc +++ b/chromeos/test/data/network/translation_of_shill_wimax_with_state.onc @@ -6,6 +6,10 @@ "Name": "SomeWiMAX", "WiMAX": { "AutoConnect": true, + "EAP": { + "Identity": "${LOGIN_ID}@my.domain.com", + "SaveCredentials": true + }, "SignalStrength": 10 }, "Source":"User" |