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

Side by Side Diff: chromeos/test/data/network/shill_wifi_with_state.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 "AutoConnect": true, 2 "AutoConnect": true,
3 "Connectable": true, 3 "Connectable": true,
4 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}", 4 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
5 "Mode": "managed", 5 "Mode": "managed",
6 "Name": "OpenWrt", 6 "Name": "OpenWrt",
7 "Passphrase": "some passphrase", 7 "Passphrase": "some passphrase",
8 "Priority": 1, 8 "Priority": 1,
9 "Profile": "/profile/someuser", 9 "Profile": "/profile/someuser",
10 "Security": "psk", 10 "SecurityClass": "psk",
11 "State": "idle", 11 "State": "idle",
12 "Strength": 10, 12 "Strength": 10,
13 "Type": "wifi", 13 "Type": "wifi",
14 "WiFi.BSSID": "00:12:34:ca:56:8b", 14 "WiFi.BSSID": "00:12:34:ca:56:8b",
15 "WiFi.HexSSID": "4F70656E577274", // "OpenWrt" 15 "WiFi.HexSSID": "4F70656E577274", // "OpenWrt"
16 "WiFi.HiddenSSID": false 16 "WiFi.HiddenSSID": false
17 } 17 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/shill_wifi_psk.json ('k') | chromeos/test/data/network/shill_wifi_wpa1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698