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

Side by Side Diff: chromeos/test/data/network/shill_wifi_with_state.json

Issue 12390017: Separating ONC<->Shill translation from the ONC signature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed browser tests. Created 7 years, 9 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "AutoConnect": true, 2 "AutoConnect": true,
3 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}", 3 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
4 "Mode": "managed", 4 "Mode": "managed",
5 "Name": "OpenWrt",
5 "Passphrase": "some passphrase", 6 "Passphrase": "some passphrase",
6 "SSID": "OpenWrt", 7 "SSID": "OpenWrt",
7 "Security": "psk", 8 "Security": "psk",
9 "State": "idle",
10 "Strength": 10,
8 "Type": "wifi", 11 "Type": "wifi",
12 "WiFi.BSSID": "00:12:34:ca:56:8b",
9 "WiFi.HiddenSSID": false 13 "WiFi.HiddenSSID": false
10 } 14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698