Searched refs:PairwiseCipher (Results 1 – 11 of 11) 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()
194 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in testEapWifiConfigurationSerializeDeserializeForConfigStore()195 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
163 public static class PairwiseCipher { class in WifiConfiguration164 private PairwiseCipher() { } in PairwiseCipher() method in WifiConfiguration.PairwiseCipher1574 if (pc < PairwiseCipher.strings.length) { in toString()1575 sbuf.append(PairwiseCipher.strings[pc]); in toString()
693 case WifiConfiguration.PairwiseCipher.NONE: in wifiConfigurationToSupplicantPairwiseCipherMask()696 case WifiConfiguration.PairwiseCipher.TKIP: in wifiConfigurationToSupplicantPairwiseCipherMask()699 case WifiConfiguration.PairwiseCipher.CCMP: in wifiConfigurationToSupplicantPairwiseCipherMask()861 WifiConfiguration.PairwiseCipher.NONE); in supplicantToWifiConfigurationPairwiseCipherMask()864 WifiConfiguration.PairwiseCipher.TKIP); in supplicantToWifiConfigurationPairwiseCipherMask()867 WifiConfiguration.PairwiseCipher.CCMP); in supplicantToWifiConfigurationPairwiseCipherMask()
845 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in setDefaultsInWifiConfiguration()846 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in setDefaultsInWifiConfiguration()
246 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in connect()
1309 assertFalse(pskNetwork.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.NONE)); in testUpdateAllowedPairwiseCiphersClearsHasEverConnected()1310 pskNetwork.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.NONE); in testUpdateAllowedPairwiseCiphersClearsHasEverConnected()3300 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in setDefaults()3301 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in setDefaults()
1899 Landroid/net/wifi/WifiConfiguration$PairwiseCipher;
17946 public static class WifiConfiguration.PairwiseCipher {
26390 public static class WifiConfiguration.PairwiseCipher {
28889 public static class WifiConfiguration.PairwiseCipher {