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

Side by Side Diff: chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc

Issue 647783005: Set Service property ManagedCredentials for managed networks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
OLDNEW
1 { 1 {
2 "NetworkConfigurations": [ 2 "NetworkConfigurations": [
3 { 3 {
4 "GUID": "policy_wifi1", 4 "GUID": "policy_wifi1",
5 "Type": "WiFi", 5 "Type": "WiFi",
6 "Name": "Managed wifi1", 6 "Name": "Managed wifi1",
7 "WiFi": { 7 "WiFi": {
8 "AutoConnect": true,
8 "Passphrase": "policy's passphrase", 9 "Passphrase": "policy's passphrase",
9 "Recommended": [ "AutoConnect", "Passphrase" ], 10 "Recommended": [ "Passphrase" ],
10 "SSID": "wifi1", 11 "SSID": "wifi1",
11 "Security": "WPA-PSK" 12 "Security": "WPA-PSK"
12 } 13 }
13 } 14 }
14 ], 15 ],
15 "Type": "UnencryptedConfiguration" 16 "Type": "UnencryptedConfiguration"
16 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698