Home
last modified time | relevance | path

Searched refs:PairwiseCipher (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSecurityParamsTest.java28 import android.net.wifi.WifiConfiguration.PairwiseCipher;
103 PairwiseCipher.CCMP, PairwiseCipher.TKIP, PairwiseCipher.GCMP_256}; in testEapCreator()
123 PairwiseCipher.CCMP, PairwiseCipher.GCMP_256}; in testEapPasspointR1R2Creator()
142 PairwiseCipher.CCMP, PairwiseCipher.GCMP_256}; in testEapPasspointR3Creator()
161 PairwiseCipher.CCMP, PairwiseCipher.GCMP_128, PairwiseCipher.GCMP_256}; in testEnhancedOpenCreator()
216 int[] expectedAllowedPairwiseCiphers = new int[] {PairwiseCipher.SMS4}; in testWapiCertCreator()
234 int[] expectedAllowedPairwiseCiphers = new int[] {PairwiseCipher.SMS4}; in testWapiPskCreator()
272 PairwiseCipher.GCMP_128, PairwiseCipher.GCMP_256}; in testWpa3Enterprise192BitCreator()
293 PairwiseCipher.CCMP, PairwiseCipher.GCMP_256}; in testWpa3EnterpriseCreator()
312 PairwiseCipher.CCMP, PairwiseCipher.GCMP_128, PairwiseCipher.GCMP_256}; in testWpa3PersonalCreator()
[all …]
DWifiConfigurationTest.java51 import android.net.wifi.WifiConfiguration.PairwiseCipher;
683 assertTrue(config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.CCMP)); in testSetSecurityParamsForSae()
684 assertTrue(config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_256)); in testSetSecurityParamsForSae()
702 assertTrue(config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.CCMP)); in testSetSecurityParamsForOwe()
703 assertTrue(config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_256)); in testSetSecurityParamsForOwe()
723 assertTrue(config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_256)); in testSetSecurityParamsForSuiteB()
743 assertTrue(config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.CCMP)); in testSetSecurityParamsForWpa3Enterprise()
744 assertTrue(config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_256)); in testSetSecurityParamsForWpa3Enterprise()
1079 PairwiseCipher.CCMP, PairwiseCipher.TKIP, in testAddSecurityTypes()
1080 PairwiseCipher.GCMP_128, PairwiseCipher.GCMP_256, in testAddSecurityTypes()
[all …]
DWifiNetworkSuggestionTest.java622 .get(WifiConfiguration.PairwiseCipher.SMS4)); in testWifiNetworkSuggestionBuilderForWapiPskNetwork()
649 .get(WifiConfiguration.PairwiseCipher.SMS4)); in testWifiNetworkSuggestionBuilderForWapiCertNetwork()
679 .get(WifiConfiguration.PairwiseCipher.SMS4)); in testWifiNetworkSuggestionBuilderForWapiCertAutoNetwork()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSecurityParams.java25 import android.net.wifi.WifiConfiguration.PairwiseCipher;
475 if (pc < PairwiseCipher.strings.length) { in toString()
476 sbuf.append(PairwiseCipher.strings[pc]); in toString()
672 params.mAllowedPairwiseCiphers.set(PairwiseCipher.CCMP); in createWpaWpa2EnterpriseParams()
673 params.mAllowedPairwiseCiphers.set(PairwiseCipher.TKIP); in createWpaWpa2EnterpriseParams()
674 params.mAllowedPairwiseCiphers.set(PairwiseCipher.GCMP_256); in createWpaWpa2EnterpriseParams()
705 params.mAllowedPairwiseCiphers.set(PairwiseCipher.CCMP); in createPasspointParams()
706 params.mAllowedPairwiseCiphers.set(PairwiseCipher.GCMP_256); in createPasspointParams()
725 params.mAllowedPairwiseCiphers.set(PairwiseCipher.CCMP); in createEnhancedOpenParams()
726 params.mAllowedPairwiseCiphers.set(PairwiseCipher.GCMP_128); in createEnhancedOpenParams()
[all …]
DWifiConfiguration.java307 public static class PairwiseCipher { class in WifiConfiguration
308 private PairwiseCipher() { } in PairwiseCipher() method in WifiConfiguration.PairwiseCipher
722 if (allowedPairwiseCiphers.get(PairwiseCipher.TKIP)) return false; in isWpa3EnterpriseConfiguration()
3586 if (pc < PairwiseCipher.strings.length) { in toString()
3587 sbuf.append(PairwiseCipher.strings[pc]); in toString()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DNativeUtilTest.java276 expectedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in testPairwiseCiphersMergedForSaeAutoUpgradeOffloadSupported()
277 expectedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in testPairwiseCiphersMergedForSaeAutoUpgradeOffloadSupported()
278 expectedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.GCMP_128); in testPairwiseCiphersMergedForSaeAutoUpgradeOffloadSupported()
279 expectedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.GCMP_256); in testPairwiseCiphersMergedForSaeAutoUpgradeOffloadSupported()
312 expectedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in testPairwiseCiphersNotMergedForSaeAutoUpgradeOffloadNotSupported()
313 expectedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.GCMP_128); in testPairwiseCiphersNotMergedForSaeAutoUpgradeOffloadNotSupported()
314 expectedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.GCMP_256); in testPairwiseCiphersNotMergedForSaeAutoUpgradeOffloadNotSupported()
/packages/modules/Connectivity/tests/cts/multidevices/snippet/
DConnectivityMultiDevicesSnippet.kt104 wifiConfig.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP) in connectToWifi()
105 wifiConfig.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP) in connectToWifi()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiBackupRestoreTest.java496 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in createNetworkForConfigurationWithUnsupportedTag()
497 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in createNetworkForConfigurationWithUnsupportedTag()
549 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore()
550 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore()
1251 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in createNetworkForConfigurationWithV1_0Data()
1252 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in createNetworkForConfigurationWithV1_0Data()
DSupplicantStaNetworkHalHidlImplTest.java1312 config.allowedPairwiseCiphers.clear(WifiConfiguration.PairwiseCipher.GCMP_256); in testWifiConfigurationSaveLoad()
1317 config.allowedPairwiseCiphers.clear(WifiConfiguration.PairwiseCipher.SMS4); in testWifiConfigurationSaveLoad()
1322 config.allowedPairwiseCiphers.clear(WifiConfiguration.PairwiseCipher.GCMP_128); in testWifiConfigurationSaveLoad()
1540 if (allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_128) in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue()
1548 if (allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.SMS4) in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue()
1556 if (allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_256) in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue()
1564 if (allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.CCMP)) { in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue()
DSupplicantStaNetworkHalAidlImplTest.java1127 if (allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_128)) { in getExpectedPairwiseCiphers()
1131 if (allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.SMS4)) { in getExpectedPairwiseCiphers()
1135 if (allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_256)) { in getExpectedPairwiseCiphers()
1139 if (allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.CCMP)) { in getExpectedPairwiseCiphers()
DNetworkListStoreDataTest.java1015 .get(WifiConfiguration.PairwiseCipher.GCMP_256)); in fixSaeNetworkWithLegacySecurity()
DWifiConfigurationUtilTest.java755 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP + 4); in testValidateNegativeCases_InvalidPairwiseCipher()
DWifiNetworkSuggestionsManagerTest.java1112 legacyConfig.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForLegacyConfig()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHalHidlImpl.java1057 case WifiConfiguration.PairwiseCipher.NONE: in wifiConfigurationToSupplicantPairwiseCipherMask()
1060 case WifiConfiguration.PairwiseCipher.TKIP: in wifiConfigurationToSupplicantPairwiseCipherMask()
1063 case WifiConfiguration.PairwiseCipher.CCMP: in wifiConfigurationToSupplicantPairwiseCipherMask()
1066 case WifiConfiguration.PairwiseCipher.GCMP_256: in wifiConfigurationToSupplicantPairwiseCipherMask()
1078 case WifiConfiguration.PairwiseCipher.SMS4: in wifiConfigurationToSupplicantPairwiseCipherMask()
1086 case WifiConfiguration.PairwiseCipher.GCMP_128: in wifiConfigurationToSupplicantPairwiseCipherMask()
1316 WifiConfiguration.PairwiseCipher.NONE); in supplicantToWifiConfigurationPairwiseCipherMask()
1319 WifiConfiguration.PairwiseCipher.TKIP); in supplicantToWifiConfigurationPairwiseCipherMask()
1322 WifiConfiguration.PairwiseCipher.CCMP); in supplicantToWifiConfigurationPairwiseCipherMask()
1326 WifiConfiguration.PairwiseCipher.GCMP_256); in supplicantToWifiConfigurationPairwiseCipherMask()
[all …]
DWifiBackupDataV1Parser.java308 > WifiConfiguration.PairwiseCipher.strings.length) { in clearAnyKnownIssuesInParsedConfiguration()
310 WifiConfiguration.PairwiseCipher.strings.length, in clearAnyKnownIssuesInParsedConfiguration()
DSupplicantStaNetworkHalAidlImpl.java1099 case WifiConfiguration.PairwiseCipher.NONE: in wifiConfigurationToSupplicantPairwiseCipherMask()
1102 case WifiConfiguration.PairwiseCipher.TKIP: in wifiConfigurationToSupplicantPairwiseCipherMask()
1105 case WifiConfiguration.PairwiseCipher.CCMP: in wifiConfigurationToSupplicantPairwiseCipherMask()
1108 case WifiConfiguration.PairwiseCipher.GCMP_256: in wifiConfigurationToSupplicantPairwiseCipherMask()
1116 case WifiConfiguration.PairwiseCipher.SMS4: in wifiConfigurationToSupplicantPairwiseCipherMask()
1119 case WifiConfiguration.PairwiseCipher.GCMP_128: in wifiConfigurationToSupplicantPairwiseCipherMask()
DWifiConfigurationUtil.java662 WifiConfiguration.PairwiseCipher.strings.length)) { in validateBitSets()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProvider.java243 wifiConf.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in updateForWPAConfiguration()
244 wifiConf.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in updateForWPAConfiguration()
/packages/modules/Wifi/framework/api/
Dcurrent.txt265 @Deprecated public static class WifiConfiguration.PairwiseCipher {
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1562 Landroid/net/wifi/WifiConfiguration$PairwiseCipher;-><init>()V