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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chromeos/test/data/network/valid_wifi_clientref.onc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
3 "Name": "OpenWrt",
4 "ProxySettings": {
5 "Manual": {
6 "FTPProxy": {
7 "Host": "192.168.2.1",
8 "Port": 8889
9 },
10 "HTTPProxy": {
11 "Host": "192.168.2.1",
12 "Port": 8889
13 },
14 "SOCKS": {
15 "Host": "192.168.2.1",
16 "Port": 8889
17 },
18 "SecureHTTPProxy": {
19 "Host": "192.168.2.1",
20 "Port": 8889
21 }
22 },
23 "Type": "Manual"
24 },
25 "Type": "WiFi",
26 "WiFi": {
27 "AutoConnect": true,
28 "HiddenSSID": false,
29 "Passphrase": "some passphrase",
30 "SSID": "OpenWrt",
31 "Security": "WPA-PSK"
32 }
33 }
OLDNEW
« 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