Home
last modified time | relevance | path

Searched refs:kErrorBadWEPKey (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/system/chromeos/network/
Dnetwork_connect.cc503 if (error == shill::kErrorBadWEPKey) in ErrorString()
/external/chromium_org/chromeos/network/
Dnetwork_connection_handler.cc42 return (error == shill::kErrorBadWEPKey || in IsAuthenticationError()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.cc321 const char* kErrorBadWEPKey = "bad-wepkey"; variable
674 { kErrorBadWEPKey, ERROR_BAD_WEPKEY }, in ParseError()