Home
last modified time | relevance | path

Searched refs:encryption_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h661 encryption_(SECURITY_NONE), in WifiNetwork()
669 bool encrypted() const { return encryption_ != SECURITY_NONE; } in encrypted()
670 ConnectionSecurity encryption() const { return encryption_; } in encryption()
729 encryption_ = encryption; in set_encryption()
744 ConnectionSecurity encryption_; variable
Dnetwork_library.cc1791 ConnectionSecurity encryption = encryption_; in CalculateUniqueId()
1852 encryption_ = ParseSecurity(security_string); in ParseValue()
2055 switch (encryption_) { in GetEncryptionString()
2080 if (encryption_ == SECURITY_8021X) in IsPassphraseRequired()