Home
last modified time | relevance | path

Searched refs:PairwiseCipher (Results 1 – 11 of 11) 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/util/
DXmlUtilTest.java194 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
195 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java163 public static class PairwiseCipher { class in WifiConfiguration
164 private PairwiseCipher() { } in PairwiseCipher() method in WifiConfiguration.PairwiseCipher
1574 if (pc < PairwiseCipher.strings.length) { in toString()
1575 sbuf.append(PairwiseCipher.strings[pc]); in toString()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java693 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()
DWifiConfigManager.java845 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in setDefaultsInWifiConfiguration()
846 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in setDefaultsInWifiConfiguration()
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
DPlatformAdapter.java246 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in connect()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java1309 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()
/frameworks/base/services/
Dprofile-classes1899 Landroid/net/wifi/WifiConfiguration$PairwiseCipher;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17946 public static class WifiConfiguration.PairwiseCipher {
/frameworks/base/api/
Dcurrent.txt26390 public static class WifiConfiguration.PairwiseCipher {
Dsystem-current.txt28889 public static class WifiConfiguration.PairwiseCipher {