Home
last modified time | relevance | path

Searched refs:allowedSuiteBCiphers (Results 1 – 8 of 8) 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.java309 if (!Objects.equals(existingConfig.allowedSuiteBCiphers, in hasCredentialChanged()
310 newConfig.allowedSuiteBCiphers)) { in hasCredentialChanged()
DSupplicantStaNetworkHal.java566 if (config.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)) { in saveSuiteBConfig()
571 } else if (config.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA)) { in saveSuiteBConfig()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java391 allowedSuiteBCiphers.clear(); in setSecurityParams()
607 public BitSet allowedSuiteBCiphers; field in WifiConfiguration
1774 allowedSuiteBCiphers = new BitSet(); in WifiConfiguration()
1984 for (int sbc = 0; sbc < this.allowedSuiteBCiphers.size(); sbc++) { in toString()
1985 if (this.allowedSuiteBCiphers.get(sbc)) { in toString()
2394 allowedSuiteBCiphers = (BitSet) source.allowedSuiteBCiphers.clone(); in WifiConfiguration()
2479 writeBitSet(dest, allowedSuiteBCiphers); in writeToParcel()
2553 config.allowedSuiteBCiphers = readBitSet(in);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java452 configuration.allowedSuiteBCiphers.toByteArray()); in writeCommonElementsToXml()
626 byte[] allowedSuiteBCiphers = (byte[]) value; in parseFromXml()
627 configuration.allowedSuiteBCiphers = in parseFromXml()
628 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/non-updatable-api/
Dcurrent.txt29907 field @Deprecated @NonNull public java.util.BitSet allowedSuiteBCiphers;
/frameworks/base/api/
Dcurrent.txt30051 field @Deprecated @NonNull public java.util.BitSet allowedSuiteBCiphers;