/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | SecurityParams.java | 25 import android.net.wifi.WifiConfiguration.PairwiseCipher; 474 if (pc < PairwiseCipher.strings.length) { in toString() 475 sbuf.append(PairwiseCipher.strings[pc]); in toString() 651 params.mAllowedPairwiseCiphers.set(PairwiseCipher.CCMP); in createWpaWpa2EnterpriseParams() 652 params.mAllowedPairwiseCiphers.set(PairwiseCipher.TKIP); in createWpaWpa2EnterpriseParams() 682 params.mAllowedPairwiseCiphers.set(PairwiseCipher.CCMP); in createPasspointParams() 700 params.mAllowedPairwiseCiphers.set(PairwiseCipher.CCMP); in createEnhancedOpenParams() 737 params.mAllowedPairwiseCiphers.set(PairwiseCipher.CCMP); in createOsenParams() 738 params.mAllowedPairwiseCiphers.set(PairwiseCipher.TKIP); in createOsenParams() 756 params.mAllowedPairwiseCiphers.set(PairwiseCipher.SMS4); in createWapiCertParams() [all …]
|
H A D | WifiConfiguration.java | 302 public static class PairwiseCipher { class in WifiConfiguration 303 private PairwiseCipher() { } in PairwiseCipher() method in WifiConfiguration.PairwiseCipher 3067 if (pc < PairwiseCipher.strings.length) { in toString() 3068 sbuf.append(PairwiseCipher.strings[pc]); in toString()
|
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
H A D | SecurityParamsTest.java | 28 import android.net.wifi.WifiConfiguration.PairwiseCipher; 157 PairwiseCipher.CCMP, PairwiseCipher.GCMP_128, PairwiseCipher.GCMP_256}; in testEnhancedOpenCreator() 212 int[] expectedAllowedPairwiseCiphers = new int[] {PairwiseCipher.SMS4}; in testWapiCertCreator() 230 int[] expectedAllowedPairwiseCiphers = new int[] {PairwiseCipher.SMS4}; in testWapiPskCreator() 268 PairwiseCipher.GCMP_128, PairwiseCipher.GCMP_256}; in testWpa3Enterprise192BitCreator() 289 PairwiseCipher.CCMP, PairwiseCipher.GCMP_256}; in testWpa3EnterpriseCreator() 308 PairwiseCipher.CCMP, PairwiseCipher.GCMP_128, PairwiseCipher.GCMP_256}; in testWpa3PersonalCreator() 353 allowedPairwiseCiphers.set(PairwiseCipher.CCMP); in testCommonSetterGetter() 354 allowedPairwiseCiphers.set(PairwiseCipher.TKIP); in testCommonSetterGetter() 370 assertTrue(params.getAllowedPairwiseCiphers().get(PairwiseCipher.CCMP)); in testCommonSetterGetter() [all …]
|
H A D | WifiConfigurationTest.java | 46 import android.net.wifi.WifiConfiguration.PairwiseCipher; 567 assertTrue(config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.CCMP)); in testSetSecurityParamsForSae() 568 assertTrue(config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_256)); in testSetSecurityParamsForSae() 586 assertTrue(config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.CCMP)); in testSetSecurityParamsForOwe() 587 assertTrue(config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_256)); in testSetSecurityParamsForOwe() 607 assertTrue(config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_256)); in testSetSecurityParamsForSuiteB() 627 assertTrue(config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.CCMP)); in testSetSecurityParamsForWpa3Enterprise() 628 assertTrue(config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_256)); in testSetSecurityParamsForWpa3Enterprise() 947 PairwiseCipher.CCMP, PairwiseCipher.TKIP, in testAddSecurityTypes() 948 PairwiseCipher.GCMP_128, PairwiseCipher.GCMP_256, in testAddSecurityTypes() [all …]
|
H A D | WifiNetworkSuggestionTest.java | 617 .get(WifiConfiguration.PairwiseCipher.SMS4)); in testWifiNetworkSuggestionBuilderForWapiPskNetwork() 644 .get(WifiConfiguration.PairwiseCipher.SMS4)); in testWifiNetworkSuggestionBuilderForWapiCertNetwork() 674 .get(WifiConfiguration.PairwiseCipher.SMS4)); in testWifiNetworkSuggestionBuilderForWapiCertAutoNetwork()
|
/aosp12/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
H A D | WifiAssociationTest.java | 22 import android.net.wifi.WifiConfiguration.PairwiseCipher; 107 config.allowedPairwiseCiphers.set(PairwiseCipher.TKIP); in getConfig() 115 config.allowedPairwiseCiphers.set(PairwiseCipher.CCMP); in getConfig()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiBackupRestoreTest.java | 436 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in createNetworkForConfigurationWithUnsupportedTag() 437 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in createNetworkForConfigurationWithUnsupportedTag() 489 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore() 490 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore() 1119 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in createNetworkForConfigurationWithV1_0Data() 1120 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in createNetworkForConfigurationWithV1_0Data()
|
H A D | SupplicantStaNetworkHalTest.java | 1119 config.allowedPairwiseCiphers.clear(WifiConfiguration.PairwiseCipher.GCMP_256); in testWifiConfigurationSaveLoad() 1124 config.allowedPairwiseCiphers.clear(WifiConfiguration.PairwiseCipher.SMS4); in testWifiConfigurationSaveLoad() 1129 config.allowedPairwiseCiphers.clear(WifiConfiguration.PairwiseCipher.GCMP_128); in testWifiConfigurationSaveLoad() 1347 if (allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_128) in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue() 1355 if (allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.SMS4) in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue() 1363 if (allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_256) in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue() 1371 if (allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.CCMP)) { in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue()
|
H A D | NetworkListStoreDataTest.java | 823 .get(WifiConfiguration.PairwiseCipher.GCMP_256)); in fixSaeNetworkWithLegacySecurity()
|
H A D | WifiConfigurationUtilTest.java | 623 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP + 4); in testValidateNegativeCases_InvalidPairwiseCipher()
|
H A D | WifiNetworkSuggestionsManagerTest.java | 1074 legacyConfig.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForLegacyConfig()
|
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/ |
H A D | WifiConfigurationProvider.java | 243 wifiConf.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in updateForWPAConfiguration() 244 wifiConf.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in updateForWPAConfiguration()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | SupplicantStaNetworkHal.java | 1044 case WifiConfiguration.PairwiseCipher.NONE: in wifiConfigurationToSupplicantPairwiseCipherMask() 1047 case WifiConfiguration.PairwiseCipher.TKIP: in wifiConfigurationToSupplicantPairwiseCipherMask() 1050 case WifiConfiguration.PairwiseCipher.CCMP: in wifiConfigurationToSupplicantPairwiseCipherMask() 1053 case WifiConfiguration.PairwiseCipher.GCMP_256: in wifiConfigurationToSupplicantPairwiseCipherMask() 1065 case WifiConfiguration.PairwiseCipher.SMS4: in wifiConfigurationToSupplicantPairwiseCipherMask() 1303 WifiConfiguration.PairwiseCipher.NONE); in supplicantToWifiConfigurationPairwiseCipherMask() 1306 WifiConfiguration.PairwiseCipher.TKIP); in supplicantToWifiConfigurationPairwiseCipherMask() 1309 WifiConfiguration.PairwiseCipher.CCMP); in supplicantToWifiConfigurationPairwiseCipherMask() 1313 WifiConfiguration.PairwiseCipher.GCMP_256); in supplicantToWifiConfigurationPairwiseCipherMask() 1317 WifiConfiguration.PairwiseCipher.SMS4); in supplicantToWifiConfigurationPairwiseCipherMask() [all …]
|
H A D | WifiBackupDataV1Parser.java | 281 > WifiConfiguration.PairwiseCipher.strings.length) { in clearAnyKnownIssuesInParsedConfiguration() 283 WifiConfiguration.PairwiseCipher.strings.length, in clearAnyKnownIssuesInParsedConfiguration()
|
H A D | WifiConfigurationUtil.java | 591 WifiConfiguration.PairwiseCipher.strings.length)) { in validateBitSets()
|
/aosp12/hardware/interfaces/wifi/supplicant/1.4/ |
H A D | ISupplicantStaNetwork.hal | 38 * Possible mask of values for PairwiseCipher param.
|
/aosp12/hardware/interfaces/wifi/supplicant/1.2/ |
H A D | ISupplicantStaNetwork.hal | 50 /** Possble mask of values for PairwiseCipher param. */
|
/aosp12/hardware/interfaces/wifi/supplicant/1.3/ |
H A D | ISupplicantStaNetwork.hal | 58 * Possible mask of values for PairwiseCipher param.
|
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/ |
H A D | Utils.java | 165 && !config.allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.TKIP) in getSecurityTypesFromWifiConfiguration()
|
/aosp12/hardware/interfaces/wifi/supplicant/1.0/ |
H A D | ISupplicantStaNetwork.hal | 84 /** Possble mask of values for PairwiseCipher param. */
|
/aosp12/packages/modules/Wifi/framework/api/ |
H A D | current.txt | 190 @Deprecated public static class WifiConfiguration.PairwiseCipher {
|
/aosp12/packages/modules/Wifi/apex/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 1562 Landroid/net/wifi/WifiConfiguration$PairwiseCipher;-><init>()V
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 17946 public static class WifiConfiguration.PairwiseCipher {
|