| Index: chromeos/test/data/network/shill_wifi_with_state.json
|
| diff --git a/chromeos/test/data/network/shill_wifi_psk.json b/chromeos/test/data/network/shill_wifi_with_state.json
|
| similarity index 69%
|
| copy from chromeos/test/data/network/shill_wifi_psk.json
|
| copy to chromeos/test/data/network/shill_wifi_with_state.json
|
| index bdde41bbd3a976467ebde194259a98d187e3bfee..5697c38e21e9ac26e0cce343f2a4065f0da91d34 100644
|
| --- a/chromeos/test/data/network/shill_wifi_psk.json
|
| +++ b/chromeos/test/data/network/shill_wifi_with_state.json
|
| @@ -2,9 +2,13 @@
|
| "AutoConnect": true,
|
| "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
|
| "Mode": "managed",
|
| + "Name": "OpenWrt",
|
| "Passphrase": "some passphrase",
|
| "SSID": "OpenWrt",
|
| "Security": "psk",
|
| + "State": "idle",
|
| + "Strength": 10,
|
| "Type": "wifi",
|
| + "WiFi.BSSID": "00:12:34:ca:56:8b",
|
| "WiFi.HiddenSSID": false
|
| }
|
|
|