Home
last modified time | relevance | path

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

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
DWifiAssociationTest.java120 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()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java345 public BitSet allowedGroupCiphers; field in WifiConfiguration
1336 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);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java347 readNetworkBitsetVariable(config.networkId, config.allowedGroupCiphers, in readNetworkVariables()
670 makeStringWithException(config.allowedGroupCiphers, in saveNetwork()
674 if (config.allowedGroupCiphers.cardinality() != 0 && !mWifiNative.setNetworkVariable( in saveNetwork()
DWifiConfigManager.java2165 if (wasBitSetUpdated(originalConfig.allowedGroupCiphers, in wasCredentialChange()
2166 currentConfig.allowedGroupCiphers)) { in wasCredentialChange()
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DWifiNetworkAdapter.java305 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.GTK_NOT_USED); in connect()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java1377 updateAllowedGroupCiphersConfig.allowedGroupCiphers.set( in testUpdateAllowedGroupCiphersChanged()
1382 updateAllowedGroupCiphersConfig.allowedGroupCiphers, in testUpdateAllowedGroupCiphersChanged()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17906 field public java.util.BitSet allowedGroupCiphers;
/frameworks/base/api/
Dcurrent.txt24372 field public java.util.BitSet allowedGroupCiphers;
Dtest-current.txt24441 field public java.util.BitSet allowedGroupCiphers;
Dsystem-current.txt26601 field public java.util.BitSet allowedGroupCiphers;