Home
last modified time | relevance | path

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

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
DWifiAssociationTest.java134 config.allowedPairwiseCiphers.set(PairwiseCipher.TKIP); in getConfig()
142 config.allowedPairwiseCiphers.set(PairwiseCipher.CCMP); in getConfig()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java339 public BitSet allowedPairwiseCiphers; field in WifiConfiguration
1335 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);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java344 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()
DWifiConfigManager.java2160 if (wasBitSetUpdated(originalConfig.allowedPairwiseCiphers, in wasCredentialChange()
2161 currentConfig.allowedPairwiseCiphers)) { in wasCredentialChange()
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DWifiNetworkAdapter.java304 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in connect()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java1346 updateAllowedPairwiseCiphersConfig.allowedPairwiseCiphers.set( in testUpdateAllowedPairwiseCiphersChanged()
1351 updateAllowedPairwiseCiphersConfig.allowedPairwiseCiphers, in testUpdateAllowedPairwiseCiphersChanged()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17908 field public java.util.BitSet allowedPairwiseCiphers;
/frameworks/base/api/
Dcurrent.txt24374 field public java.util.BitSet allowedPairwiseCiphers;
Dtest-current.txt24443 field public java.util.BitSet allowedPairwiseCiphers;
Dsystem-current.txt26603 field public java.util.BitSet allowedPairwiseCiphers;