Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiKeyStore.java334 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in updateNetworkKeys()
DSupplicantStaNetworkHal.java566 if (config.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)) { in saveSuiteBConfig()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java325 public static final int ECDHE_RSA = 1; field in WifiConfiguration.SuiteBCipher
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java277 config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testEapSuiteBRsaNetworkWifiConfigurationSaveLoad()