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

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

Issue 1087353002: Add an ONC property for setting per-network roam threshold (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revised ONC spec doc Created 5 years, 8 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 "SecurityClass": "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 "WiFi.RoamThreshold": 20
17 } 18 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/shill_wifi_psk.json ('k') | chromeos/test/data/network/translation_of_shill_wifi_with_state.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698