Searched refs:PairwiseCipher (Results 1 – 15 of 15) sorted by relevance
22 import android.net.wifi.WifiConfiguration.PairwiseCipher;107 config.allowedPairwiseCiphers.set(PairwiseCipher.TKIP); in getConfig()115 config.allowedPairwiseCiphers.set(PairwiseCipher.CCMP); in getConfig()
349 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()
545 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP + 2); in testValidateNegativeCases_InvalidPairwiseCipher()
1831 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()
253 > WifiConfiguration.PairwiseCipher.strings.length) { in clearAnyKnownIssuesInParsedConfiguration()255 WifiConfiguration.PairwiseCipher.strings.length, in clearAnyKnownIssuesInParsedConfiguration()
869 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()
507 WifiConfiguration.PairwiseCipher.strings.length)) { in validateBitSets()
1074 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in setDefaultsInWifiConfiguration()1075 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in setDefaultsInWifiConfiguration()
3020 newWifiConfiguration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in onDppSuccessConfigReceived()
221 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in testEapWifiConfigurationSerializeDeserializeForConfigStore()222 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
219 public static class PairwiseCipher { class in WifiConfiguration220 private PairwiseCipher() { } in PairwiseCipher() method in WifiConfiguration.PairwiseCipher1951 if (pc < PairwiseCipher.strings.length) { in toString()1952 sbuf.append(PairwiseCipher.strings[pc]); in toString()
17946 public static class WifiConfiguration.PairwiseCipher {
29957 @Deprecated public static class WifiConfiguration.PairwiseCipher {
30101 @Deprecated public static class WifiConfiguration.PairwiseCipher {
47115 Landroid/net/wifi/WifiConfiguration$PairwiseCipher;-><init>()V