Home
last modified time | relevance | path

Searched refs:PairwiseCipher (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
DWifiAssociationTest.java22 import android.net.wifi.WifiConfiguration.PairwiseCipher;
107 config.allowedPairwiseCiphers.set(PairwiseCipher.TKIP); in getConfig()
115 config.allowedPairwiseCiphers.set(PairwiseCipher.CCMP); in getConfig()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiBackupRestoreTest.java349 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in createNetworkForConfigurationWithUnsupportedTag()
350 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in createNetworkForConfigurationWithUnsupportedTag()
402 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore()
403 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore()
980 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in createNetworkForConfigurationWithV1_0Data()
981 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in createNetworkForConfigurationWithV1_0Data()
DWifiConfigurationUtilTest.java545 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP + 2); in testValidateNegativeCases_InvalidPairwiseCipher()
DWifiConfigManagerTest.java1831 assertFalse(pskNetwork.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.NONE)); in testUpdateAllowedPairwiseCiphersClearsHasEverConnected()
1832 pskNetwork.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.NONE); in testUpdateAllowedPairwiseCiphersClearsHasEverConnected()
4685 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in setDefaults()
4686 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in setDefaults()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiBackupDataV1Parser.java253 > WifiConfiguration.PairwiseCipher.strings.length) { in clearAnyKnownIssuesInParsedConfiguration()
255 WifiConfiguration.PairwiseCipher.strings.length, in clearAnyKnownIssuesInParsedConfiguration()
DSupplicantStaNetworkHal.java869 case WifiConfiguration.PairwiseCipher.NONE: in wifiConfigurationToSupplicantPairwiseCipherMask()
872 case WifiConfiguration.PairwiseCipher.TKIP: in wifiConfigurationToSupplicantPairwiseCipherMask()
875 case WifiConfiguration.PairwiseCipher.CCMP: in wifiConfigurationToSupplicantPairwiseCipherMask()
878 case WifiConfiguration.PairwiseCipher.GCMP_256: in wifiConfigurationToSupplicantPairwiseCipherMask()
1080 WifiConfiguration.PairwiseCipher.NONE); in supplicantToWifiConfigurationPairwiseCipherMask()
1083 WifiConfiguration.PairwiseCipher.TKIP); in supplicantToWifiConfigurationPairwiseCipherMask()
1086 WifiConfiguration.PairwiseCipher.CCMP); in supplicantToWifiConfigurationPairwiseCipherMask()
1090 WifiConfiguration.PairwiseCipher.GCMP_256); in supplicantToWifiConfigurationPairwiseCipherMask()
DWifiConfigurationUtil.java507 WifiConfiguration.PairwiseCipher.strings.length)) { in validateBitSets()
DWifiConfigManager.java1074 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in setDefaultsInWifiConfiguration()
1075 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in setDefaultsInWifiConfiguration()
DSupplicantStaIfaceHal.java3020 newWifiConfiguration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in onDppSuccessConfigReceived()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java221 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
222 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java219 public static class PairwiseCipher { class in WifiConfiguration
220 private PairwiseCipher() { } in PairwiseCipher() method in WifiConfiguration.PairwiseCipher
1951 if (pc < PairwiseCipher.strings.length) { in toString()
1952 sbuf.append(PairwiseCipher.strings[pc]); in toString()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17946 public static class WifiConfiguration.PairwiseCipher {
/frameworks/base/non-updatable-api/
Dcurrent.txt29957 @Deprecated public static class WifiConfiguration.PairwiseCipher {
/frameworks/base/api/
Dcurrent.txt30101 @Deprecated public static class WifiConfiguration.PairwiseCipher {
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt47115 Landroid/net/wifi/WifiConfiguration$PairwiseCipher;-><init>()V