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

Side by Side Diff: chromeos/test/data/network/policy/shill_policy_on_unconfigured_wifi1.json

Issue 788633003: chromeos networking: move from security to securityclass property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: rebase, resolve conflicts, update new test data (shill_wifi_dhcp.json) Created 5 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
OLDNEW
1 { 1 {
2 "GUID": "policy_wifi1", 2 "GUID": "policy_wifi1",
3 "Mode": "managed", 3 "Mode": "managed",
4 "Passphrase": "policy's passphrase", 4 "Passphrase": "policy's passphrase",
5 "Profile": "/profile/user1/shill", 5 "Profile": "/profile/user1/shill",
6 "Security": "psk", 6 "SecurityClass": "psk",
7 "Type": "wifi", 7 "Type": "wifi",
8 "UIData": "{\"onc_source\":\"user_policy\"}", 8 "UIData": "{\"onc_source\":\"user_policy\"}",
9 "WiFi.HexSSID": "7769666931" // "wifi1" 9 "WiFi.HexSSID": "7769666931" // "wifi1"
10 } 10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698