Index: chromeos/test/data/network/shill_wimax_with_state.json |
diff --git a/chromeos/test/data/network/shill_wifi_clientref.json b/chromeos/test/data/network/shill_wimax_with_state.json |
similarity index 51% |
copy from chromeos/test/data/network/shill_wifi_clientref.json |
copy to chromeos/test/data/network/shill_wimax_with_state.json |
index 551cda848a1630138dbb2efa847ab58c039c29bc..ed12a136c4318e90a515b26140070b5a6af3cddc 100644 |
--- a/chromeos/test/data/network/shill_wifi_clientref.json |
+++ b/chromeos/test/data/network/shill_wimax_with_state.json |
@@ -1,11 +1,14 @@ |
{ |
+ "AutoConnect": true, |
+ "Connectable": true, |
+ "Name": "SomeWiMAX", |
"EAP.EAP": "TLS", |
"EAP.Identity": "${LOGIN_ID}@my.domain.com", |
"EAP.UseSystemCAs": true, |
"GUID": "{77db0089-0bc8-4358-929c-123xcv}", |
- "Mode": "managed", |
+ "Profile": "/profile/someuser", |
"SaveCredentials": true, |
- "Security": "802_1x", |
- "Type": "wifi", |
- "WiFi.HexSSID": "536F6D65576966692D5859" // "SomeWifi-XY" |
+ "State": "idle", |
+ "Strength": 10, |
+ "Type": "wimax" |
} |