Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiKeyStore.java321 config.allowedSuiteBCiphers.clear(); in updateNetworkKeys()
333 config.allowedSuiteBCiphers.set( in updateNetworkKeys()
340 config.allowedSuiteBCiphers.set( in updateNetworkKeys()
DWifiConfigurationUtil.java417 if (!Objects.equals(existingConfig.allowedSuiteBCiphers, in hasCredentialChanged()
418 newConfig.allowedSuiteBCiphers)) { in hasCredentialChanged()
DSupplicantStaNetworkHal.java574 if (config.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)) { in saveSuiteBConfig()
579 } else if (config.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA)) { in saveSuiteBConfig()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java390 allowedSuiteBCiphers.clear(); in setSecurityParams()
606 public BitSet allowedSuiteBCiphers; field in WifiConfiguration
1773 allowedSuiteBCiphers = new BitSet(); in WifiConfiguration()
1983 for (int sbc = 0; sbc < this.allowedSuiteBCiphers.size(); sbc++) { in toString()
1984 if (this.allowedSuiteBCiphers.get(sbc)) { in toString()
2393 allowedSuiteBCiphers = (BitSet) source.allowedSuiteBCiphers.clone(); in WifiConfiguration()
2478 writeBitSet(dest, allowedSuiteBCiphers); in writeToParcel()
2552 config.allowedSuiteBCiphers = readBitSet(in);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java417 configuration.allowedSuiteBCiphers.toByteArray()); in writeCommonElementsToXml()
583 byte[] allowedSuiteBCiphers = (byte[]) value; in parseFromXml()
584 configuration.allowedSuiteBCiphers = in parseFromXml()
585 BitSet.valueOf(allowedSuiteBCiphers); in parseFromXml()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java277 config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testEapSuiteBRsaNetworkWifiConfigurationSaveLoad()
304 config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA); in testEapSuiteBEcdsaNetworkWifiConfigurationSaveLoad()
/frameworks/base/api/
Dcurrent.txt29622 field @Deprecated @NonNull public java.util.BitSet allowedSuiteBCiphers;