Upstream version 10.38.220.0
[platform/framework/web/crosswalk.git] / src / chromeos / dbus / fake_shill_manager_client.cc
index f524c1f..511054f 100644 (file)
@@ -718,6 +718,12 @@ void FakeShillManagerClient::SetupDefaultEnvironment() {
     services->SetServiceProperty("/service/wimax1",
                                  shill::kConnectableProperty,
                                  base::FundamentalValue(true));
+    base::FundamentalValue strength_value(80);
+    services->SetServiceProperty(
+        "/service/wimax1", shill::kSignalStrengthProperty, strength_value);
+    base::StringValue identity_value("test.identity");
+    services->SetServiceProperty(
+        "/service/wimax1", shill::kEapIdentityProperty, identity_value);
   }
 
   // Cellular