Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DSecurityParams.java116 private BitSet mAllowedSuiteBCiphers = new BitSet(); field in SecurityParams
149 this.mAllowedSuiteBCiphers = in SecurityParams()
150 (BitSet) source.mAllowedSuiteBCiphers.clone(); in SecurityParams()
177 if (!this.mAllowedSuiteBCiphers.equals(that.mAllowedSuiteBCiphers)) return false; in equals()
191 mAllowedSuiteBCiphers, mRequirePmf, in hashCode()
236 config.allowedSuiteBCiphers = (BitSet) mAllowedSuiteBCiphers.clone(); in updateLegacyWifiConfiguration()
323 mAllowedSuiteBCiphers.set(SuiteBCipher.ECDHE_ECDSA); in enableSuiteBCiphers()
325 mAllowedSuiteBCiphers.clear(SuiteBCipher.ECDHE_ECDSA); in enableSuiteBCiphers()
329 mAllowedSuiteBCiphers.set(SuiteBCipher.ECDHE_RSA); in enableSuiteBCiphers()
331 mAllowedSuiteBCiphers.clear(SuiteBCipher.ECDHE_RSA); in enableSuiteBCiphers()
[all …]