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

Unified Diff: chromeos/test/data/network/shill_wifi_psk.json

Issue 11664005: Extending the translation from ONC to Shill. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased. Created 7 years, 11 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/shill_wifi_psk.json
diff --git a/chromeos/test/data/network/shill_wifi_psk.json b/chromeos/test/data/network/shill_wifi_psk.json
new file mode 100644
index 0000000000000000000000000000000000000000..572c4ac20eeb677b3ed4f96992f39c5bb5070c99
--- /dev/null
+++ b/chromeos/test/data/network/shill_wifi_psk.json
@@ -0,0 +1,9 @@
+{
+ "AutoConnect": true,
+ "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
+ "Passphrase": "some passphrase",
+ "SSID": "OpenWrt",
+ "Security": "psk",
+ "Type": "wifi",
+ "WiFi.HiddenSSID": false
+}
« no previous file with comments | « chromeos/test/data/network/shill_wifi_clientref.json ('k') | chromeos/test/data/network/valid_l2tpipsec_clientcert.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698