Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DSecurityParams.java115 private BitSet mAllowedSuiteBCiphers = new BitSet(); field in SecurityParams
148 this.mAllowedSuiteBCiphers = in SecurityParams()
149 (BitSet) source.mAllowedSuiteBCiphers.clone(); in SecurityParams()
176 if (!this.mAllowedSuiteBCiphers.equals(that.mAllowedSuiteBCiphers)) return false; in equals()
190 mAllowedSuiteBCiphers, mRequirePmf, in hashCode()
322 mAllowedSuiteBCiphers.set(SuiteBCipher.ECDHE_ECDSA); in enableSuiteBCiphers()
328 mAllowedSuiteBCiphers.set(SuiteBCipher.ECDHE_RSA); in enableSuiteBCiphers()
338 return (BitSet) mAllowedSuiteBCiphers.clone(); in getAllowedSuiteBCiphers()
508 if (mAllowedSuiteBCiphers.get(sbc)) { in toString()
556 writeBitSet(dest, mAllowedSuiteBCiphers); in writeToParcel()
[all …]