Searched refs:allowedGroupCiphers (Results 1 – 24 of 24) sorted by relevance
93 config.allowedGroupCiphers.set(GroupCipher.WEP40); in getConfig()100 config.allowedGroupCiphers.set(GroupCipher.WEP104); in getConfig()108 config.allowedGroupCiphers.set(GroupCipher.TKIP); in getConfig()116 config.allowedGroupCiphers.set(GroupCipher.CCMP); in getConfig()
432 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.WEP40); in createNetworkForConfigurationWithUnsupportedTag()433 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.WEP104); in createNetworkForConfigurationWithUnsupportedTag()434 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.TKIP); in createNetworkForConfigurationWithUnsupportedTag()435 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.CCMP); in createNetworkForConfigurationWithUnsupportedTag()485 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.WEP40); in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore()486 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.WEP104); in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore()487 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.TKIP); in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore()488 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.CCMP); in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore()1115 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.WEP40); in createNetworkForConfigurationWithV1_0Data()1117 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.TKIP); in createNetworkForConfigurationWithV1_0Data()[all …]
1120 config.allowedGroupCiphers.clear(WifiConfiguration.GroupCipher.GCMP_256); in testWifiConfigurationSaveLoad()1125 config.allowedGroupCiphers.clear(WifiConfiguration.GroupCipher.SMS4); in testWifiConfigurationSaveLoad()1130 config.allowedGroupCiphers.clear(WifiConfiguration.GroupCipher.GCMP_128); in testWifiConfigurationSaveLoad()1383 BitSet allowedGroupCiphers = config.getDefaultSecurityParams().getAllowedGroupCiphers(); in putAllSupportingGroupCiphersAndReturnExpectedHalCiphersValue() local1386 if (allowedGroupCiphers.get(WifiConfiguration.GroupCipher.GCMP_128) in putAllSupportingGroupCiphersAndReturnExpectedHalCiphersValue()1394 if (allowedGroupCiphers.get(WifiConfiguration.GroupCipher.GCMP_256) in putAllSupportingGroupCiphersAndReturnExpectedHalCiphersValue()1402 if (allowedGroupCiphers.get(WifiConfiguration.GroupCipher.CCMP)) { in putAllSupportingGroupCiphersAndReturnExpectedHalCiphersValue()
719 assertEquals(expected.allowedGroupCiphers, actual.allowedGroupCiphers); in assertCommonConfigurationElementsEqual()
824 assertTrue(retrievedNetworkList.get(0).allowedGroupCiphers in fixSaeNetworkWithLegacySecurity()
610 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.GTK_NOT_USED + 4); in testValidateNegativeCases_InvalidGroupCipher()
3434 config.allowedGroupCiphers = intToBitSet(TEST_ALLOWED_GROUP_CIPHERS); in createComplexWifiConfig()3452 assertEquals(config.allowedGroupCiphers, intToBitSet(info.allowedGroupCiphers)); in assertConfigInfoEqualsWifiConfig()
1752 network.allowedGroupCiphers.clear(); in testUpdateSingleNetworkWithNullValues()1783 network.allowedGroupCiphers.clear(); in testUpdateSingleNetworkWithNullValues()
1075 legacyConfig.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.CCMP); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForLegacyConfig()
245 wifiConf.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.TKIP); in updateForWPAConfiguration()246 wifiConf.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.CCMP); in updateForWPAConfiguration()256 wifiConf.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.WEP40); in updateForWEPConfiguration()257 wifiConf.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.WEP104); in updateForWEPConfiguration()258 wifiConf.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.TKIP); in updateForWEPConfiguration()259 wifiConf.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.CCMP); in updateForWEPConfiguration()
273 if (config.allowedGroupCiphers.length() in clearAnyKnownIssuesInParsedConfiguration()275 config.allowedGroupCiphers.clear( in clearAnyKnownIssuesInParsedConfiguration()277 config.allowedGroupCiphers.length()); in clearAnyKnownIssuesInParsedConfiguration()369 byte[] allowedGroupCiphers = (byte[]) value; in parseWifiConfigurationFromXmlInternal()370 configuration.allowedGroupCiphers = BitSet.valueOf(allowedGroupCiphers); in parseWifiConfigurationFromXmlInternal()
328 if (!Objects.equals(existingConfig.allowedGroupCiphers, in hasCredentialChanged()329 newConfig.allowedGroupCiphers)) { in hasCredentialChanged()583 if (!validateBitSet(config.allowedGroupCiphers, in validateBitSets()586 + config.allowedGroupCiphers); in validateBitSets()
351 BitSet allowedGroupCiphers = securityParams.getAllowedGroupCiphers(); in saveWifiConfiguration() local352 if (allowedGroupCiphers.cardinality() != 0 in saveWifiConfiguration()354 allowedGroupCiphers)))) { in saveWifiConfiguration()628 BitSet allowedGroupCiphers = securityParams.getAllowedGroupCiphers(); in saveSuiteBConfig() local629 if (allowedGroupCiphers.cardinality() != 0 in saveSuiteBConfig()631 allowedGroupCiphers))) { in saveSuiteBConfig()
5509 info.allowedGroupCiphers = bitSetToInt(config.allowedGroupCiphers); in createConfigInfo()5826 .append(" allowed_group_ciphers=").append(info.allowedGroupCiphers) in configInfoToString()
356 BitSet allowedGroupCiphers = new BitSet(); in testCommonSetterGetter() local357 allowedGroupCiphers.set(GroupCipher.CCMP); in testCommonSetterGetter()358 allowedGroupCiphers.set(GroupCipher.TKIP); in testCommonSetterGetter()359 allowedGroupCiphers.set(GroupCipher.WEP40); in testCommonSetterGetter()360 allowedGroupCiphers.set(GroupCipher.WEP104); in testCommonSetterGetter()373 assertEquals(allowedGroupCiphers, params.getAllowedGroupCiphers()); in testCommonSetterGetter()
172 assertTrue(wifiNetworkSpecifier.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSpecifierBuilderForWpa3EapNetwork()206 assertTrue(wifiNetworkSpecifier.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSpecifierBuilderForWpa3EapNetworkWithStandardApi()244 assertTrue(wifiNetworkSpecifier.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSpecifierBuilderForWpa3EapNetworkWithSuiteBRsaCerts()282 assertTrue(wifiNetworkSpecifier.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSpecifierBuilderForWpa3EapNetworkWithSuiteBEccCerts()314 assertTrue(wifiNetworkSpecifier.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSpecifierBuilderForWpa3SuiteBRsaEapNetwork()348 assertTrue(wifiNetworkSpecifier.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSpecifierBuilderForWpa3SuiteBEccEapNetwork()383 assertTrue(wifiNetworkSpecifier.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSpecifierBuilderForWpa3SuiteBRsaEapNetworkWith192BitApi()418 assertTrue(wifiNetworkSpecifier.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSpecifierBuilderForWpa3SuiteBEccEapNetworkWith192BitApi()
301 assertTrue(suggestion.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSuggestionBuilderForWpa3EapNetwork()336 assertTrue(suggestion.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSuggestionBuilderForWpa3EapNetworkWithStandardApi()375 assertTrue(suggestion.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSuggestionBuilderForWpa3EapNetworkWithSuiteBRsaCerts()414 assertTrue(suggestion.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSuggestionBuilderForWpa3EapNetworkWithSuiteBEccCerts()447 assertTrue(suggestion.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSuggestionBuilderForWpa3SuiteBRsaEapNetwork()483 assertTrue(suggestion.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSuggestionBuilderForWpa3SuiteBRsaEapNetworWith192BitApi()518 assertTrue(suggestion.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSuggestionBuilderForWpa3SuiteBEccEapNetwork()554 assertTrue(suggestion.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSuggestionBuilderForWpa3SuiteBEccEapNetworkWith192BitApi()618 assertTrue(suggestion.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSuggestionBuilderForWapiPskNetwork()645 assertTrue(suggestion.wifiConfiguration.allowedGroupCiphers in testWifiNetworkSuggestionBuilderForWapiCertNetwork()[all …]
569 assertTrue(config.allowedGroupCiphers.get(WifiConfiguration.GroupCipher.CCMP)); in testSetSecurityParamsForSae()570 assertTrue(config.allowedGroupCiphers.get(WifiConfiguration.GroupCipher.GCMP_256)); in testSetSecurityParamsForSae()588 assertTrue(config.allowedGroupCiphers.get(WifiConfiguration.GroupCipher.CCMP)); in testSetSecurityParamsForOwe()589 assertTrue(config.allowedGroupCiphers.get(WifiConfiguration.GroupCipher.GCMP_256)); in testSetSecurityParamsForOwe()608 assertTrue(config.allowedGroupCiphers.get(WifiConfiguration.GroupCipher.GCMP_256)); in testSetSecurityParamsForSuiteB()629 assertTrue(config.allowedGroupCiphers.get(WifiConfiguration.GroupCipher.CCMP)); in testSetSecurityParamsForWpa3Enterprise()630 assertTrue(config.allowedGroupCiphers.get(WifiConfiguration.GroupCipher.GCMP_256)); in testSetSecurityParamsForWpa3Enterprise()
1178 public BitSet allowedGroupCiphers; field in WifiConfiguration2860 allowedGroupCiphers = new BitSet(); in WifiConfiguration()3076 for (int gc = 0; gc < this.allowedGroupCiphers.size(); gc++) { in toString()3077 if (this.allowedGroupCiphers.get(gc)) { in toString()3576 allowedGroupCiphers = (BitSet) source.allowedGroupCiphers.clone(); in WifiConfiguration()3670 writeBitSet(dest, allowedGroupCiphers); in writeToParcel()3756 config.allowedGroupCiphers = readBitSet(in);
233 config.allowedGroupCiphers = (BitSet) mAllowedGroupCiphers.clone(); in updateLegacyWifiConfiguration()
487 configuration.allowedGroupCiphers.toByteArray()); in writeCommonElementsToXml()729 byte[] allowedGroupCiphers = (byte[]) value; in parseFromXml()730 configuration.allowedGroupCiphers = BitSet.valueOf(allowedGroupCiphers); in parseFromXml()
132 field @Deprecated @NonNull public java.util.BitSet allowedGroupCiphers;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
17906 field public java.util.BitSet allowedGroupCiphers;