HomeSort by relevance Sort by last modified time
    Searched refs:SetPassphraseInternal (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/wifi/
wifi_service.h 318 // passphrase, SetPassphraseInternal will return false. |reason| signals how
319 // the SetPassphraseInternal method was triggered. If the method was called
322 bool SetPassphraseInternal(const std::string& passphrase,
wifi_service.cc 278 return SetPassphraseInternal(passphrase, Service::kReasonPropertyUpdate);
281 bool WiFiService::SetPassphraseInternal(
383 if (SetPassphraseInternal(passphrase, Service::kReasonCredentialsLoaded)) {
    [all...]

Completed in 39 milliseconds