| Index: chromeos/test/data/network/translation_of_shill_wifi_with_state.onc
|
| diff --git a/chromeos/test/data/network/translation_of_shill_wifi_with_state.onc b/chromeos/test/data/network/translation_of_shill_wifi_with_state.onc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c49bf1673153c856f5fe711929cbfa28c8298ffc
|
| --- /dev/null
|
| +++ b/chromeos/test/data/network/translation_of_shill_wifi_with_state.onc
|
| @@ -0,0 +1,15 @@
|
| +{
|
| + "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
|
| + "Name": "OpenWrt",
|
| + "Type": "WiFi",
|
| + "WiFi": {
|
| + "AutoConnect": true,
|
| + "BSSID": "00:12:34:ca:56:8b",
|
| + "HiddenSSID": false,
|
| + "Passphrase": "some passphrase",
|
| + "SSID": "OpenWrt",
|
| + "Security": "WPA-PSK",
|
| + "SignalStrength": 10
|
| + },
|
| + "ConnectionState": "NotConnected"
|
| +}
|
|
|