Searched refs:mAllowedSuiteBCiphers (Results 1 – 1 of 1) sorted by relevance
116 private BitSet mAllowedSuiteBCiphers = new BitSet(); field in SecurityParams149 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 …]