Searched refs:PairwiseCipher (Results 1 – 12 of 12) 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()
1774 assertFalse(pskNetwork.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.NONE)); in testUpdateAllowedPairwiseCiphersClearsHasEverConnected()1775 pskNetwork.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.NONE); in testUpdateAllowedPairwiseCiphersClearsHasEverConnected()4590 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in setDefaults()4591 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in setDefaults()
252 > WifiConfiguration.PairwiseCipher.strings.length) { in clearAnyKnownIssuesInParsedConfiguration()254 WifiConfiguration.PairwiseCipher.strings.length, in clearAnyKnownIssuesInParsedConfiguration()
877 case WifiConfiguration.PairwiseCipher.NONE: in wifiConfigurationToSupplicantPairwiseCipherMask()880 case WifiConfiguration.PairwiseCipher.TKIP: in wifiConfigurationToSupplicantPairwiseCipherMask()883 case WifiConfiguration.PairwiseCipher.CCMP: in wifiConfigurationToSupplicantPairwiseCipherMask()886 case WifiConfiguration.PairwiseCipher.GCMP_256: in wifiConfigurationToSupplicantPairwiseCipherMask()1088 WifiConfiguration.PairwiseCipher.NONE); in supplicantToWifiConfigurationPairwiseCipherMask()1091 WifiConfiguration.PairwiseCipher.TKIP); in supplicantToWifiConfigurationPairwiseCipherMask()1094 WifiConfiguration.PairwiseCipher.CCMP); in supplicantToWifiConfigurationPairwiseCipherMask()1098 WifiConfiguration.PairwiseCipher.GCMP_256); in supplicantToWifiConfigurationPairwiseCipherMask()
507 WifiConfiguration.PairwiseCipher.strings.length)) { in validateBitSets()
988 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in setDefaultsInWifiConfiguration()989 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in setDefaultsInWifiConfiguration()
2996 newWifiConfiguration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in onDppSuccessConfigReceived()
195 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in testEapWifiConfigurationSerializeDeserializeForConfigStore()196 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
218 public static class PairwiseCipher { class in WifiConfiguration219 private PairwiseCipher() { } in PairwiseCipher() method in WifiConfiguration.PairwiseCipher1950 if (pc < PairwiseCipher.strings.length) { in toString()1951 sbuf.append(PairwiseCipher.strings[pc]); in toString()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...