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

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

Issue 535283002: Translate activation/romaing state, restricted pool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_7b
Patch Set: Rebase Created 6 years, 3 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 "HiddenSSID": false, 10 "HiddenSSID": false,
11 "Passphrase": "some passphrase", 11 "Passphrase": "some passphrase",
12 "SSID": "OpenWrt", 12 "SSID": "OpenWrt",
13 "Security": "WPA-PSK", 13 "Security": "WPA-PSK",
14 "SignalStrength": 10 14 "SignalStrength": 10
15 }, 15 },
16 "ConnectionState": "NotConnected" 16 "ConnectionState": "NotConnected",
17 "Restricted": false,
17 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698