Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiKeyStore.java295 config.allowedSuiteBCiphers.clear(); in updateNetworkKeys()
307 config.allowedSuiteBCiphers.set( in updateNetworkKeys()
314 config.allowedSuiteBCiphers.set( in updateNetworkKeys()
DWifiConfigurationUtil.java291 if (!Objects.equals(existingConfig.allowedSuiteBCiphers, in hasCredentialChanged()
292 newConfig.allowedSuiteBCiphers)) { in hasCredentialChanged()
DSupplicantStaNetworkHal.java586 if (config.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)) { in saveSuiteBConfig()
591 } else if (config.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA)) { in saveSuiteBConfig()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiKeyStoreTest.java243 assertTrue(savedNetwork.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)); in testConfigureSuiteBRsa3072()
270 savedNetwork.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA)); in testConfigureSuiteBEcdsa()
DSupplicantStaNetworkHalTest.java330 config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testEapSuiteBRsaNetworkWifiConfigurationSaveLoad()
356 config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA); in testEapSuiteBEcdsaNetworkWifiConfigurationSaveLoad()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java479 allowedSuiteBCiphers.clear(); in setSecurityParams()
732 public BitSet allowedSuiteBCiphers; field in WifiConfiguration
2097 allowedSuiteBCiphers = new BitSet(); in WifiConfiguration()
2315 for (int sbc = 0; sbc < this.allowedSuiteBCiphers.size(); sbc++) { in toString()
2316 if (this.allowedSuiteBCiphers.get(sbc)) { in toString()
2745 allowedSuiteBCiphers = (BitSet) source.allowedSuiteBCiphers.clone(); in WifiConfiguration()
2828 writeBitSet(dest, allowedSuiteBCiphers); in writeToParcel()
2903 config.allowedSuiteBCiphers = readBitSet(in);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java455 configuration.allowedSuiteBCiphers.toByteArray()); in writeCommonElementsToXml()
632 byte[] allowedSuiteBCiphers = (byte[]) value; in parseFromXml()
633 configuration.allowedSuiteBCiphers = in parseFromXml()
634 BitSet.valueOf(allowedSuiteBCiphers); in parseFromXml()
/frameworks/base/wifi/api/
Dcurrent.txt122 field @Deprecated @NonNull public java.util.BitSet allowedSuiteBCiphers;
/frameworks/base/api/
Dcurrent.txt31202 field @Deprecated @NonNull public java.util.BitSet allowedSuiteBCiphers;