Searched refs:allowedGroupCiphers (Results 1 – 10 of 10) sorted by relevance
120 config.allowedGroupCiphers.set(GroupCipher.WEP40); in getConfig()127 config.allowedGroupCiphers.set(GroupCipher.WEP104); in getConfig()135 config.allowedGroupCiphers.set(GroupCipher.TKIP); in getConfig()143 config.allowedGroupCiphers.set(GroupCipher.CCMP); in getConfig()
345 public BitSet allowedGroupCiphers; field in WifiConfiguration1336 allowedGroupCiphers = new BitSet(); in WifiConfiguration()1500 for (int gc = 0; gc < this.allowedGroupCiphers.size(); gc++) { in toString()1501 if (this.allowedGroupCiphers.get(gc)) { in toString()1857 allowedGroupCiphers = (BitSet) source.allowedGroupCiphers.clone(); in WifiConfiguration()1943 writeBitSet(dest, allowedGroupCiphers); in writeToParcel()2015 config.allowedGroupCiphers = readBitSet(in);
347 readNetworkBitsetVariable(config.networkId, config.allowedGroupCiphers, in readNetworkVariables()670 makeStringWithException(config.allowedGroupCiphers, in saveNetwork()674 if (config.allowedGroupCiphers.cardinality() != 0 && !mWifiNative.setNetworkVariable( in saveNetwork()
2165 if (wasBitSetUpdated(originalConfig.allowedGroupCiphers, in wasCredentialChange()2166 currentConfig.allowedGroupCiphers)) { in wasCredentialChange()
305 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.GTK_NOT_USED); in connect()
1377 updateAllowedGroupCiphersConfig.allowedGroupCiphers.set( in testUpdateAllowedGroupCiphersChanged()1382 updateAllowedGroupCiphersConfig.allowedGroupCiphers, in testUpdateAllowedGroupCiphersChanged()
17906 field public java.util.BitSet allowedGroupCiphers;
24372 field public java.util.BitSet allowedGroupCiphers;
24441 field public java.util.BitSet allowedGroupCiphers;
26601 field public java.util.BitSet allowedGroupCiphers;