Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiKeyStore.java358 int clientCertType = getSuiteBCipherFromCert((X509Certificate) clientCert); in updateNetworkKeys() local
359 if (clientCertType < 0) { in updateNetworkKeys()
363 if (clientCertType == caCertType) { in updateNetworkKeys()
365 clientCertType == WifiConfiguration.SuiteBCipher.ECDHE_ECDSA, in updateNetworkKeys()
366 clientCertType == WifiConfiguration.SuiteBCipher.ECDHE_RSA); in updateNetworkKeys()