Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_service.cc904 Service::CryptoAlgorithm endpoint_cipher; in ComputeCipher8021x() local
906 endpoint_cipher = Service::kCryptoAes; in ComputeCipher8021x()
908 endpoint_cipher = Service::kCryptoRc4; in ComputeCipher8021x()
912 endpoint_cipher = Service::kCryptoNone; in ComputeCipher8021x()
914 cipher = std::min(cipher, endpoint_cipher); in ComputeCipher8021x()