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

Side by Side Diff: chromeos/test/data/network/translation_of_shill_wifi_with_state.onc

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 "Connectable": true, 2 "Connectable": true,
3 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}", 3 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
4 "Name": "OpenWrt", 4 "Name": "OpenWrt",
5 "Priority": 1, 5 "Priority": 1,
6 "Type": "WiFi", 6 "Type": "WiFi",
7 "WiFi": { 7 "WiFi": {
8 "AutoConnect": true, 8 "AutoConnect": true,
9 "BSSID": "00:12:34:ca:56:8b", 9 "BSSID": "00:12:34:ca:56:8b",
10 "HexSSID": "4F70656E577274", // "OpenWrt" 10 "HexSSID": "4F70656E577274", // "OpenWrt"
11 "HiddenSSID": false, 11 "HiddenSSID": false,
12 "Passphrase": "some passphrase", 12 "Passphrase": "some passphrase",
13 "RoamThreshold": 20,
13 "SSID": "OpenWrt", 14 "SSID": "OpenWrt",
14 "Security": "WPA-PSK", 15 "Security": "WPA-PSK",
15 "SignalStrength": 10 16 "SignalStrength": 10
16 }, 17 },
17 "ConnectionState": "NotConnected", 18 "ConnectionState": "NotConnected",
18 "Source":"User" 19 "Source":"User"
19 } 20 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/shill_wifi_with_state.json ('k') | chromeos/test/data/network/valid_wifi_psk.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698