Searched defs:CheckWEPIsHex (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/wifi/
H A Dwifi_service.cc970 if (CheckWEPIsHex(passphrase, error)) {
979 CheckWEPIsHex(passphrase.substr(2), error)) {
984 CheckWEPIsHex(passphrase.substr(2), error)) {
994 CheckWEPIsHex(passphrase.substr(4), error)) {
1020 bool WiFiService::CheckWEPIsHex(const string& passphrase, Error* error) { function in class:shill::WiFiService

Completed in 8 milliseconds