Searched refs:allowedPairwiseCiphers (Results 1 – 10 of 10) sorted by relevance
134 config.allowedPairwiseCiphers.set(PairwiseCipher.TKIP); in getConfig()142 config.allowedPairwiseCiphers.set(PairwiseCipher.CCMP); in getConfig()
339 public BitSet allowedPairwiseCiphers; field in WifiConfiguration1335 allowedPairwiseCiphers = new BitSet(); in WifiConfiguration()1488 for (int pc = 0; pc < this.allowedPairwiseCiphers.size(); pc++) { in toString()1489 if (this.allowedPairwiseCiphers.get(pc)) { in toString()1856 allowedPairwiseCiphers = (BitSet) source.allowedPairwiseCiphers.clone(); in WifiConfiguration()1942 writeBitSet(dest, allowedPairwiseCiphers); in writeToParcel()2014 config.allowedPairwiseCiphers = readBitSet(in);
344 readNetworkBitsetVariable(config.networkId, config.allowedPairwiseCiphers, in readNetworkVariables()658 String allowedPairwiseCiphersString = makeString(config.allowedPairwiseCiphers, in saveNetwork()660 if (config.allowedPairwiseCiphers.cardinality() != 0 && !mWifiNative.setNetworkVariable( in saveNetwork()
2160 if (wasBitSetUpdated(originalConfig.allowedPairwiseCiphers, in wasCredentialChange()2161 currentConfig.allowedPairwiseCiphers)) { in wasCredentialChange()
304 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in connect()
1346 updateAllowedPairwiseCiphersConfig.allowedPairwiseCiphers.set( in testUpdateAllowedPairwiseCiphersChanged()1351 updateAllowedPairwiseCiphersConfig.allowedPairwiseCiphers, in testUpdateAllowedPairwiseCiphersChanged()
17908 field public java.util.BitSet allowedPairwiseCiphers;
24374 field public java.util.BitSet allowedPairwiseCiphers;
24443 field public java.util.BitSet allowedPairwiseCiphers;
26603 field public java.util.BitSet allowedPairwiseCiphers;