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

Unified Diff: chromeos/test/data/network/valid_wifi_psk.onc

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
« no previous file with comments | « chromeos/test/data/network/valid_wifi_clientref.onc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/valid_wifi_psk.onc
diff --git a/chromeos/test/data/network/valid_wifi_psk.onc b/chromeos/test/data/network/valid_wifi_psk.onc
new file mode 100644
index 0000000000000000000000000000000000000000..bbcca3b5ce120e5707d1d4e6679b7d9069595483
--- /dev/null
+++ b/chromeos/test/data/network/valid_wifi_psk.onc
@@ -0,0 +1,33 @@
+{
+ "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
+ "Name": "OpenWrt",
+ "ProxySettings": {
+ "Manual": {
+ "FTPProxy": {
+ "Host": "192.168.2.1",
+ "Port": 8889
+ },
+ "HTTPProxy": {
+ "Host": "192.168.2.1",
+ "Port": 8889
+ },
+ "SOCKS": {
+ "Host": "192.168.2.1",
+ "Port": 8889
+ },
+ "SecureHTTPProxy": {
+ "Host": "192.168.2.1",
+ "Port": 8889
+ }
+ },
+ "Type": "Manual"
+ },
+ "Type": "WiFi",
+ "WiFi": {
+ "AutoConnect": true,
+ "HiddenSSID": false,
+ "Passphrase": "some passphrase",
+ "SSID": "OpenWrt",
+ "Security": "WPA-PSK"
+ }
+}
« no previous file with comments | « chromeos/test/data/network/valid_wifi_clientref.onc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698