Home
last modified time | relevance | path

Searched refs:allowedKeyManagement (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiConfigurationTest.java128 config.allowedKeyManagement.clear(); in testIsOpenNetwork_IsOpen_NullWepKeys()
137 config.allowedKeyManagement.clear(); in testIsOpenNetwork_IsOpen_ZeroLengthWepKeysArray()
146 config.allowedKeyManagement.clear(); in testIsOpenNetwork_IsOpen_NullWepKeysArray()
155 config.allowedKeyManagement.clear(); in testIsOpenNetwork_NotOpen_HasWepKeys()
164 config.allowedKeyManagement.clear(); in testIsOpenNetwork_NotOpen_HasNullWepKeyFollowedByNonNullKey()
178 config.allowedKeyManagement.clear(); in testIsOpenNetwork_NotOpen_HasAuthType()
179 config.allowedKeyManagement.set(keyMgmt); in testIsOpenNetwork_NotOpen_HasAuthType()
190 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testIsOpenNetwork_NotOpen_HasAuthTypeNoneAndMore()
191 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in testIsOpenNetwork_NotOpen_HasAuthTypeNoneAndMore()
282 config.allowedKeyManagement.set(KeyMgmt.WPA2_PSK); in testSoftApConfigBackupAndRestore()
[all …]
DWifiNetworkSuggestionTest.java57 assertTrue(suggestion.wifiConfiguration.allowedKeyManagement in testWifiNetworkSuggestionBuilderForOpenNetworkWithReqAppInteraction()
82 assertTrue(suggestion.wifiConfiguration.allowedKeyManagement in testWifiNetworkSuggestionBuilderForWpa2EapNetworkWithPriorityAndReqAppInteraction()
109 assertTrue(suggestion.wifiConfiguration.allowedKeyManagement in testWifiNetworkSuggestionBuilderForWpa2PskNetworkWithMeteredAndReqUserInteraction()
134 assertTrue(suggestion.wifiConfiguration.allowedKeyManagement in testWifiNetworkSuggestionBuilderForEnhancedOpenNetworkWithBssid()
152 assertTrue(suggestion.wifiConfiguration.allowedKeyManagement in testWifiNetworkSuggestionBuilderForWpa3PskNetwork()
176 assertTrue(suggestion.wifiConfiguration.allowedKeyManagement in testWifiNetworkSuggestionBuilderForWpa3EapNetwork()
321 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testWifiNetworkSuggestionParcel()
355 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkSuggestionEqualsSame()
363 configuration1.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkSuggestionEqualsSame()
379 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testWifiNetworkSuggestionEqualsFailsWhenSsidIsDifferent()
[all …]
DWifiNetworkAgentSpecifierTest.java101 wifiConfiguration2.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testWifiNetworkAgentSpecifierDoesNotEqualsWhenKeyMgmtDifferent()
202 wificonfigurationNetworkSpecifier.allowedKeyManagement in testWifiNetworkAgentSpecifierSatisfiesNetworkSpecifierWithSsidPattern()
231 wificonfigurationNetworkSpecifier.allowedKeyManagement in testWifiNetworkAgentSpecifierSatisfiesNetworkSpecifierWithBssidPattern()
260 wificonfigurationNetworkSpecifier.allowedKeyManagement in testWifiNetworkAgentSpecifierSatisfiesNetworkSpecifierWithSsidAndBssidPattern()
293 wificonfigurationNetworkSpecifier.allowedKeyManagement in testWifiNetworkAgentSpecifierDoesNotSatisfyNetworkSpecifierWithSsidPattern()
327 wificonfigurationNetworkSpecifier.allowedKeyManagement in testWifiNetworkAgentSpecifierDoesNotSatisfyNetworkSpecifierWithBssidPattern()
361 wificonfigurationNetworkSpecifier.allowedKeyManagement in testWifiNetworkAgentSpecifierDoesNotSatisfyNetworkSpecifierWithSsidAndBssidPattern()
390 wificonfigurationNetworkSpecifier.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testWifiNetworkAgentSpecifierDoesNotSatisfyNetworkSpecifierWithDifferentKeyMgmt()
418 wificonfigurationNetworkSpecifier.allowedKeyManagement in testWifiNetworkAgentSpecifierDoesNotSatisfyNetworkSpecifierWithDifferentUid()
434 wifiConfiguration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in createDefaultWifiConfiguration()
DWifiNetworkSpecifierTest.java70 assertTrue(wifiNetworkSpecifier.wifiConfiguration.allowedKeyManagement in testWifiNetworkSpecifierBuilderForOpenNetworkWithSsidPattern()
96 assertTrue(wifiNetworkSpecifier.wifiConfiguration.allowedKeyManagement in testWifiNetworkSpecifierBuilderForWpa2PskNetworkWithBssidPattern()
129 assertTrue(wifiNetworkSpecifier.wifiConfiguration.allowedKeyManagement in testWifiNetworkSpecifierBuilderForWpa2EapHiddenNetworkWithSsidAndBssid()
131 assertTrue(wifiNetworkSpecifier.wifiConfiguration.allowedKeyManagement in testWifiNetworkSpecifierBuilderForWpa2EapHiddenNetworkWithSsidAndBssid()
361 wifiConfiguration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkSpecifierParcel()
393 wifiConfiguration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkSpecifierSatisfiesNullAndAllMatch()
415 wifiConfiguration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkSpecifierSatisfiesSame()
444 wifiConfiguration1.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkSpecifierDoesNotSatisfyWhenKeyMgmtDifferent()
455 wifiConfiguration2.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testWifiNetworkSpecifierDoesNotSatisfyWhenKeyMgmtDifferent()
475 wifiConfiguration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkSpecifierDoesNotSatisfyWhenSsidDifferent()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java123 return config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK); in isConfigForPskNetwork()
130 return config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.SAE); in isConfigForSaeNetwork()
137 return config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.OWE); in isConfigForOweNetwork()
144 return (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP) in isConfigForEapNetwork()
145 || config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X)); in isConfigForEapNetwork()
152 return config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.SUITE_B_192); in isConfigForEapSuiteBNetwork()
159 return (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE) in isConfigForWepNetwork()
286 if (!Objects.equals(existingConfig.allowedKeyManagement, in hasCredentialChanged()
287 newConfig.allowedKeyManagement)) { in hasCredentialChanged()
478 if (!validateBitSet(config.allowedKeyManagement, in validateBitSets()
[all …]
DCarrierNetworkNotifier.java66 network.allowedKeyManagement.set(KeyMgmt.WPA_EAP); in createRecommendedNetworkConfig()
67 network.allowedKeyManagement.set(KeyMgmt.IEEE8021X); in createRecommendedNetworkConfig()
DWifiBackupRestore.java597 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in createWifiConfiguration()
598 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in createWifiConfiguration()
611 configuration.allowedKeyManagement.set( in createWifiConfiguration()
614 configuration.allowedKeyManagement.set( in createWifiConfiguration()
617 configuration.allowedKeyManagement.set( in createWifiConfiguration()
620 configuration.allowedKeyManagement.set( in createWifiConfiguration()
DWifiApConfigStore.java290 config.allowedKeyManagement.set(authType); in loadApConfiguration()
342 config.allowedKeyManagement.set(KeyMgmt.WPA2_PSK); in getDefaultApConfiguration()
365 config.allowedKeyManagement.set(KeyMgmt.WPA2_PSK); in generateLocalOnlyHotspotConfig()
437 if (apConfig.allowedKeyManagement == null) { in validateApWifiConfiguration()
DWifiBackupDataV1Parser.java224 if (config.allowedKeyManagement.length() in clearAnyKnownIssuesInParsedConfiguration()
226 config.allowedKeyManagement.clear( in clearAnyKnownIssuesInParsedConfiguration()
228 config.allowedKeyManagement.length()); in clearAnyKnownIssuesInParsedConfiguration()
324 configuration.allowedKeyManagement = BitSet.valueOf(allowedKeyMgmt); in parseWifiConfigurationFromXmlInternal()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java385 allowedKeyManagement.clear(); in setSecurityParams()
395 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in setSecurityParams()
398 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in setSecurityParams()
403 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in setSecurityParams()
406 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in setSecurityParams()
407 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X); in setSecurityParams()
410 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.SAE); in setSecurityParams()
414 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.SUITE_B_192); in setSecurityParams()
422 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.OWE); in setSecurityParams()
566 public BitSet allowedKeyManagement; field in WifiConfiguration
[all …]
DWifiNetworkAgentSpecifier.java132 checkNotNull(ns.wifiConfiguration.allowedKeyManagement); in satisfiesNetworkSpecifier()
135 checkNotNull(this.mWifiConfiguration.allowedKeyManagement); in satisfiesNetworkSpecifier()
149 if (!ns.wifiConfiguration.allowedKeyManagement.equals( in satisfiesNetworkSpecifier()
150 this.mWifiConfiguration.allowedKeyManagement)) { in satisfiesNetworkSpecifier()
167 mWifiConfiguration.allowedKeyManagement, in hashCode()
183 && Objects.equals(this.mWifiConfiguration.allowedKeyManagement, in equals()
184 lhs.mWifiConfiguration.allowedKeyManagement) in equals()
DWifiNetworkSuggestion.java534 wifiConfiguration.allowedKeyManagement, suggestorUid, suggestorPackageName); in hashCode()
551 && Objects.equals(this.wifiConfiguration.allowedKeyManagement, in equals()
552 lhs.wifiConfiguration.allowedKeyManagement) in equals()
DWifiNetworkSpecifier.java545 wifiConfiguration.allowedKeyManagement, in hashCode()
564 && Objects.equals(this.wifiConfiguration.allowedKeyManagement, in equals()
565 lhs.wifiConfiguration.allowedKeyManagement) in equals()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java139 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in generateWifiConfig()
142 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in generateWifiConfig()
146 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.SAE); in generateWifiConfig()
151 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.OWE); in generateWifiConfig()
156 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in generateWifiConfig()
157 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X); in generateWifiConfig()
162 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.SUITE_B_192); in generateWifiConfig()
489 if (configuration.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) { in getScanResultCapsForNetwork()
491 } else if (configuration.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP) in getScanResultCapsForNetwork()
492 || configuration.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X)) { in getScanResultCapsForNetwork()
[all …]
DWifiBackupRestoreTest.java341 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in createNetworkForConfigurationWithUnsupportedTag()
394 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore()
919 expectedConfiguration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey()
972 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in createNetworkForConfigurationWithV1_0Data()
1049 String allowedKeyManagement = ""; in writeConfigurationToWpaSupplicantConf() local
1053 if (configuration.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)) { in writeConfigurationToWpaSupplicantConf()
1054 allowedKeyManagement += "NONE"; in writeConfigurationToWpaSupplicantConf()
1056 if (configuration.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) { in writeConfigurationToWpaSupplicantConf()
1057 allowedKeyManagement += "WPA-PSK "; in writeConfigurationToWpaSupplicantConf()
1059 if (configuration.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)) { in writeConfigurationToWpaSupplicantConf()
[all …]
DHostapdHalTest.java225 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testAddAccessPointSuccess_Psk_Band2G()
259 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testAddAccessPointSuccess_Open_Band5G()
292 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testAddAccessPointSuccess_Psk_Band5G_Hidden()
330 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testAddAccessPointSuccess_Psk_Band2G_WithACS()
368 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testAddAccessPointSuccess_Psk_Band2G_WithIeee80211AC()
405 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testAddAccessPointSuccess_Psk_BandAny_WithACS()
443 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testAddAccessPointSuccess_Psk_BandAny_Downgraded_WithoutACS()
509 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testAddAccessPointSuccess_Psk_BandAny_WithACS_AcsChannels()
543 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testAddAccessPointInvalidBandFailure()
561 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testAddAccessPointFailure()
[all …]
DWifiApConfigStoreTest.java162 config.allowedKeyManagement.set(keyManagement); in setupApConfig()
193 assertTrue(config.allowedKeyManagement.get(KeyMgmt.WPA2_PSK)); in verifyDefaultApConfig()
204 assertTrue(config.allowedKeyManagement.get(KeyMgmt.WPA2_PSK)); in verifyDefaultLocalOnlyApConfig()
641 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testOpenNetworkConfigInValidateApWifiConfigurationCheck()
663 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testWpa2PskNetworkConfigInValidateApWifiConfigurationCheck()
706 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testInvalidAuthTypeInValidateApWifiConfigurationCheck()
707 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testInvalidAuthTypeInValidateApWifiConfigurationCheck()
719 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testUnsupportedAuthTypeInValidateApWifiConfigurationCheck()
DDppManagerTest.java171 selectedNetwork.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testStartDppAsConfiguratorInitiatorFailAddPeer()
217 selectedNetwork.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testStartDppAsConfiguratorInitiatorFailStart()
261 selectedNetwork.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testStartDppAsConfiguratorInitiatorStartCorrectlyWpa2Psk()
286 selectedNetwork.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.SAE); in testStartDppAsConfiguratorInitiatorStartCorrectlyWpa3Sae()
310 selectedNetwork.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testStartDppAsConfiguratorInitiatorFailOpenNetwork()
333 selectedNetwork.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in testStartDppAsConfiguratorInitiatorFailEapNetwork()
370 selectedNetwork.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.SAE); in testStartDppAsConfiguratorInitiatorStartCorrectlyAndRejectConcurrentRequest()
422 selectedNetwork.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.SAE); in testStartDppAsConfiguratorInitiatorStartOnSuccessCallback()
484 selectedNetwork.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.SAE); in testStartDppAsEnrolleeInitiatorStartCorrectlyOnSuccessCallback()
515 selectedNetwork.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.SAE); in testStartDppAsConfiguratorInitiatorStartOnFailureCallback()
[all …]
DCarrierNetworkEvaluatorTest.java248 assertTrue(config1.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testSelectOneFromMultiple()
252 assertTrue(config2.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testSelectOneFromMultiple()
257 assertTrue(config3.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testSelectOneFromMultiple()
261 assertTrue(config4.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testSelectOneFromMultiple()
DConfigurationMapTest.java290 config.allowedKeyManagement.clear(); in testScanResultDoesNotMatchWithOtherNetworks()
291 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testScanResultDoesNotMatchWithOtherNetworks()
DWifiConfigurationUtilTest.java441 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X); in testValidateNegativeCases_BadKeyMgmtPskEap()
453 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testValidateNegativeCases_BadKeyMgmtOpenPsk()
465 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X); in testValidateNegativeCases_BadKeyMgmt()
494 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.FT_EAP + 1); in testValidateNegativeCases_InvalidKeyMgmt()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DScanResultUtilTest.java98 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)); in testNetworkCreationFromScanResult()
103 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)); in testNetworkCreationFromScanResult()
110 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)); in testNetworkCreationFromScanResult()
115 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testNetworkCreationFromScanResult()
116 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X)); in testNetworkCreationFromScanResult()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DWifiConfigurationHelper.java61 config.allowedKeyManagement.set(KeyMgmt.NONE); in createOpenConfig()
81 config.allowedKeyManagement.set(KeyMgmt.NONE); in createWepConfig()
102 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK); in createPskConfig()
125 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP); in createEapConfig()
126 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X); in createEapConfig()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
DWifiClientTest.java118 config.allowedKeyManagement.set(KeyMgmt.NONE); in testAddRemoveNetwork()
155 config.allowedKeyManagement.set(KeyMgmt.NONE); in testEnableDisableNetwork()
205 config.allowedKeyManagement.set(KeyMgmt.NONE); in testSaveConfig()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java1340 mConfig.allowedKeyManagement.set(KeyMgmt.NONE); in generateOpenNetworkConfig()
1342 mConfig.allowedKeyManagement.set(KeyMgmt.OWE); in generateOpenNetworkConfig()
1745 if (config.allowedKeyManagement.get(KeyMgmt.SAE)) { in getSecurity()
1748 if (config.allowedKeyManagement.get(KeyMgmt.WPA_PSK)) { in getSecurity()
1751 if (config.allowedKeyManagement.get(KeyMgmt.SUITE_B_192)) { in getSecurity()
1754 if (config.allowedKeyManagement.get(KeyMgmt.WPA_EAP) || in getSecurity()
1755 config.allowedKeyManagement.get(KeyMgmt.IEEE8021X)) { in getSecurity()
1758 if (config.allowedKeyManagement.get(KeyMgmt.OWE)) { in getSecurity()

12