Index: chromeos/dbus/fake_shill_manager_client.cc |
diff --git a/chromeos/dbus/fake_shill_manager_client.cc b/chromeos/dbus/fake_shill_manager_client.cc |
index f5ab9a5933ae6a16395d6d24a6ac0681e0b4808c..8e22da38bdbadd1bcfae2d51e52e073db56d9cd2 100644 |
--- a/chromeos/dbus/fake_shill_manager_client.cc |
+++ b/chromeos/dbus/fake_shill_manager_client.cc |
@@ -740,6 +740,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 |