Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: chromeos/test/data/network/policy/shill_managed_wifi1.json

Issue 12676017: Adding policy support to the new network configuration stack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed clang errors. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/test/data/network/policy/shill_managed_wifi1.json
diff --git a/chromeos/test/data/network/policy/shill_managed_wifi1.json b/chromeos/test/data/network/policy/shill_managed_wifi1.json
new file mode 100644
index 0000000000000000000000000000000000000000..031e5cba9b7de5fdbdcec48575c94b35ba43f10a
--- /dev/null
+++ b/chromeos/test/data/network/policy/shill_managed_wifi1.json
@@ -0,0 +1,13 @@
+{
+ "EAP.EAP": "TLS",
+ "EAP.Identity": "${LOGIN_ID}@my.domain.com",
+ "EAP.UseSystemCAs": true,
+ "GUID": "policy2_wifi1",
+ "Mode": "managed",
+ "Passphrase": "user's passphrase",
+ "Profile": "/profile/chronos/shill",
+ "SSID": "wifi1",
+ "Security": "802_1x",
+ "Type": "wifi",
+ "UIData": "{\"onc_source\":\"user_policy\",\"user_settings\":{\"WiFi\":{\"Passphrase\":\"FAKE_CREDENTIAL_VPaJDV9x\"}}}"
+}

Powered by Google App Engine
This is Rietveld 408576698