| 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 "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 "Source":"User" |
| 17 } | 18 } |
| OLD | NEW |