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

Side by Side Diff: chromeos/test/data/network/valid_wifi_psk.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 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}", 2 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
3 "Name": "OpenWrt", 3 "Name": "OpenWrt",
4 "ProxySettings": { 4 "ProxySettings": {
5 "Manual": { 5 "Manual": {
6 "FTPProxy": { 6 "FTPProxy": {
7 "Host": "192.168.2.1", 7 "Host": "192.168.2.1",
8 "Port": 8889 8 "Port": 8889
9 }, 9 },
10 "HTTPProxy": { 10 "HTTPProxy": {
(...skipping 12 matching lines...) Expand all
23 "Type": "Manual" 23 "Type": "Manual"
24 }, 24 },
25 "Type": "WiFi", 25 "Type": "WiFi",
26 "WiFi": { 26 "WiFi": {
27 "AutoConnect": true, 27 "AutoConnect": true,
28 "Frequency": 2412, 28 "Frequency": 2412,
29 "FrequencyList": [2412, 5180], 29 "FrequencyList": [2412, 5180],
30 "HexSSID": "4F70656E577274", // "OpenWrt" 30 "HexSSID": "4F70656E577274", // "OpenWrt"
31 "HiddenSSID": false, 31 "HiddenSSID": false,
32 "Passphrase": "some passphrase", 32 "Passphrase": "some passphrase",
33 "RoamThreshold": 20,
33 "Security": "WPA-PSK" 34 "Security": "WPA-PSK"
34 } 35 }
35 } 36 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_wifi_with_state.onc ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698