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.java367 int clientCertType = getSuiteBCipherFromCert((X509Certificate) clientCert); in updateNetworkKeys() local
368 if (clientCertType < 0) { in updateNetworkKeys()
372 if (clientCertType == caCertType in updateNetworkKeys()
375 clientCertType == WifiConfiguration.SuiteBCipher.ECDHE_ECDSA, in updateNetworkKeys()
376 clientCertType == WifiConfiguration.SuiteBCipher.ECDHE_RSA); in updateNetworkKeys()