Home | History | Annotate | Download | only in wifi

Lines Matching refs:passphrase

162   // of a connection with particular EAP credentials or a passphrase.
268 static void ValidateWEPPassphrase(const std::string& passphrase,
270 static void ValidateWPAPassphrase(const std::string& passphrase,
272 static void ParseWEPPassphrase(const std::string& passphrase,
276 static bool CheckWEPIsHex(const std::string& passphrase, Error* error);
277 static bool CheckWEPKeyIndex(const std::string& passphrase, Error* error);
278 static bool CheckWEPPrefix(const std::string& passphrase, Error* error);
306 // Called from DBus and during Load to validate and apply a passphrase for
307 // this service. If the passphrase is successfully changed, UpdateConnectable
309 // method will return false if the passphrase cannot be set. If the
310 // passphrase is already set to the value of |passphrase|, this method will
313 bool SetPassphrase(const std::string& passphrase, Error* error);
316 // passphrase change. |passphrase| is the new passphrase to be used for the
317 // service. If the new passphrase is not different from the existing
318 // passphrase, SetPassphraseInternal will return false. |reason| signals how
322 bool SetPassphraseInternal(const std::string& passphrase,