OLD | NEW |
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 } |
OLD | NEW |