Home
last modified time | relevance | path

Searched refs:TKIP (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
DWifiAssociationTest.java107 config.allowedPairwiseCiphers.set(PairwiseCipher.TKIP); in getConfig()
108 config.allowedGroupCiphers.set(GroupCipher.TKIP); in getConfig()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiBackupRestoreTest.java347 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.TKIP); in createNetworkForConfigurationWithUnsupportedTag()
349 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in createNetworkForConfigurationWithUnsupportedTag()
400 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.TKIP); in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore()
402 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore()
978 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.TKIP); in createNetworkForConfigurationWithV1_0Data()
980 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in createNetworkForConfigurationWithV1_0Data()
DWifiConfigManagerTest.java4686 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in setDefaults()
4690 configuration.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.TKIP); in setDefaults()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java816 case WifiConfiguration.GroupCipher.TKIP: in wifiConfigurationToSupplicantGroupCipherMask()
817 mask |= ISupplicantStaNetwork.GroupCipherMask.TKIP; in wifiConfigurationToSupplicantGroupCipherMask()
872 case WifiConfiguration.PairwiseCipher.TKIP: in wifiConfigurationToSupplicantPairwiseCipherMask()
873 mask |= ISupplicantStaNetwork.PairwiseCipherMask.TKIP; in wifiConfigurationToSupplicantPairwiseCipherMask()
1037 mask, ISupplicantStaNetwork.GroupCipherMask.TKIP, bitset, in supplicantToWifiConfigurationGroupCipherMask()
1038 WifiConfiguration.GroupCipher.TKIP); in supplicantToWifiConfigurationGroupCipherMask()
1082 mask, ISupplicantStaNetwork.PairwiseCipherMask.TKIP, bitset, in supplicantToWifiConfigurationPairwiseCipherMask()
1083 WifiConfiguration.PairwiseCipher.TKIP); in supplicantToWifiConfigurationPairwiseCipherMask()
DWifiConfigManager.java1075 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in setDefaultsInWifiConfiguration()
1078 configuration.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.TKIP); in setDefaultsInWifiConfiguration()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java222 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java228 public static final int TKIP = 1; field in WifiConfiguration.PairwiseCipher
265 public static final int TKIP = 2; field in WifiConfiguration.GroupCipher
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17930 field public static final int TKIP = 2; // 0x2
17949 field public static final int TKIP = 1; // 0x1
/frameworks/base/non-updatable-api/
Dcurrent.txt29932 field @Deprecated public static final int TKIP = 2; // 0x2
29961 field @Deprecated public static final int TKIP = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt30076 field @Deprecated public static final int TKIP = 2; // 0x2
30105 field @Deprecated public static final int TKIP = 1; // 0x1