shill: Added new error strings for Service::ConnectFailure additions
am: 0fd44ac7a2

Change-Id: I0ae83fb38114fa264e1ec42f0daaff4ed5a3767d
diff --git a/dbus/shill/dbus-constants.h b/dbus/shill/dbus-constants.h
index 62880b0..a037542 100644
--- a/dbus/shill/dbus-constants.h
+++ b/dbus/shill/dbus-constants.h
@@ -455,6 +455,7 @@
 const char kTypePPP[] = "ppp";
 
 // Flimflam error options.
+const char kError4WayTimeout[] = "4way-handshake-timeout";
 const char kErrorAaaFailed[] = "aaa-failed";
 const char kErrorActivationFailed[] = "activation-failed";
 const char kErrorBadPassphrase[] = "bad-passphrase";
@@ -470,10 +471,13 @@
 const char kErrorNeedEvdo[] = "need-evdo";
 const char kErrorNeedHomeNetwork[] = "need-home-network";
 const char kErrorNoFailure[] = "no-failure";
+const char kErrorNotAssociated[] = "not-associated";
+const char kErrorNotAuthenticated[] = "not-authenticated";
 const char kErrorOtaspFailed[] = "otasp-failed";
 const char kErrorOutOfRange[] = "out-of-range";
 const char kErrorPinMissing[] = "pin-missing";
 const char kErrorPppAuthFailed[] = "ppp-auth-failed";
+const char kErrorTooManySTAs[] = "too-many-stas";
 const char kErrorUnknownFailure[] = "unknown-failure";
 
 // Flimflam error result codes.