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

Unified Diff: chromeos/test/data/network/policy/policy_wifi1.onc

Issue 12676017: Adding policy support to the new network configuration stack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed remaining comments of Steven. 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/policy_wifi1.onc
diff --git a/chromeos/test/data/network/policy/policy_wifi1.onc b/chromeos/test/data/network/policy/policy_wifi1.onc
new file mode 100644
index 0000000000000000000000000000000000000000..e601c951ec90648a00a600e19c52b70c34b29994
--- /dev/null
+++ b/chromeos/test/data/network/policy/policy_wifi1.onc
@@ -0,0 +1,16 @@
+{
+ "NetworkConfigurations": [
+ {
+ "GUID": "policy_wifi1",
+ "Type": "WiFi",
+ "Name": "Managed wifi1",
+ "WiFi": {
+ "Passphrase": "policy's passphrase",
+ "Recommended": [ "AutoConnect", "Passphrase" ],
+ "SSID": "wifi1",
+ "Security": "WPA-PSK"
+ }
+ }
+ ],
+ "Type": "UnencryptedConfiguration"
+}

Powered by Google App Engine
This is Rietveld 408576698