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

Side by Side Diff: chromeos/test/data/network/shill_wifi_psk.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 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}", 3 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
4 "Mode": "managed", 4 "Mode": "managed",
5 "Passphrase": "some passphrase", 5 "Passphrase": "some passphrase",
6 "SecurityClass": "psk", 6 "SecurityClass": "psk",
7 "Type": "wifi", 7 "Type": "wifi",
8 "WiFi.HexSSID": "4F70656E577274", // "OpenWrt" 8 "WiFi.HexSSID": "4F70656E577274", // "OpenWrt"
9 "WiFi.HiddenSSID": false, 9 "WiFi.HiddenSSID": false,
10 "WiFi.Frequency": 2412, 10 "WiFi.Frequency": 2412,
11 "WiFi.FrequencyList": [2412, 5180] 11 "WiFi.FrequencyList": [2412, 5180],
12 "WiFi.RoamThreshold": 20
12 } 13 }
OLDNEW
« no previous file with comments | « chromeos/network/onc/onc_translation_tables.cc ('k') | chromeos/test/data/network/shill_wifi_with_state.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698