Home
last modified time | relevance | path

Searched refs:KeyMgmt (Results 1 – 25 of 48) sorted by relevance

12

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiConfigurationTest.java44 import android.net.wifi.WifiConfiguration.KeyMgmt;
229 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testIsOpenNetwork_NotOpen_HasAuthTypeNoneAndMore()
230 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in testIsOpenNetwork_NotOpen_HasAuthTypeNoneAndMore()
282 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP); in testGetKeyIdForCredentials()
289 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP); in testGetKeyIdForCredentials()
297 config.allowedKeyManagement.set(KeyMgmt.SUITE_B_192); in testGetKeyIdForCredentials()
305 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X); in testGetKeyIdForCredentials()
315 config.allowedKeyManagement.set(KeyMgmt.WPA2_PSK); in testGetKeyIdForCredentials()
343 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP); in testGetKeyIdForCredentialsForSuggestion()
350 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP); in testGetKeyIdForCredentialsForSuggestion()
[all …]
DSecurityParamsTest.java27 import android.net.wifi.WifiConfiguration.KeyMgmt;
99 int[] expectedAllowedKeyManagement = new int[] {KeyMgmt.WPA_EAP, KeyMgmt.IEEE8021X}; in testEapCreator()
117 int[] expectedAllowedKeyManagement = new int[] {KeyMgmt.WPA_EAP, KeyMgmt.IEEE8021X}; in testEapPasspointR1R2Creator()
135 int[] expectedAllowedKeyManagement = new int[] {KeyMgmt.WPA_EAP, KeyMgmt.IEEE8021X}; in testEapPasspointR3Creator()
153 int[] expectedAllowedKeyManagement = new int[] {KeyMgmt.OWE}; in testEnhancedOpenCreator()
173 int[] expectedAllowedKeyManagement = new int[] {KeyMgmt.NONE}; in testOpenCreator()
191 int[] expectedAllowedKeyManagement = new int[] {KeyMgmt.OSEN}; in testOsenCreator()
209 int[] expectedAllowedKeyManagement = new int[] {KeyMgmt.WAPI_CERT}; in testWapiCertCreator()
227 int[] expectedAllowedKeyManagement = new int[] {KeyMgmt.WAPI_PSK}; in testWapiPskCreator()
245 int[] expectedAllowedKeyManagement = new int[] {KeyMgmt.NONE}; in testWepCreator()
[all …]
DWifiNetworkSpecifierTest.java77 .get(WifiConfiguration.KeyMgmt.NONE)); in testWifiNetworkSpecifierBuilderForOpenNetworkWithSsidPattern()
103 .get(WifiConfiguration.KeyMgmt.WPA_PSK)); in testWifiNetworkSpecifierBuilderForWpa2PskNetworkWithBssidPattern()
136 .get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testWifiNetworkSpecifierBuilderForWpa2EapHiddenNetworkWithSsidAndBssid()
138 .get(WifiConfiguration.KeyMgmt.IEEE8021X)); in testWifiNetworkSpecifierBuilderForWpa2EapHiddenNetworkWithSsidAndBssid()
167 .get(WifiConfiguration.KeyMgmt.IEEE8021X)); in testWifiNetworkSpecifierBuilderForWpa3EapNetwork()
169 .get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testWifiNetworkSpecifierBuilderForWpa3EapNetwork()
171 .get(WifiConfiguration.KeyMgmt.SUITE_B_192)); in testWifiNetworkSpecifierBuilderForWpa3EapNetwork()
201 .get(WifiConfiguration.KeyMgmt.IEEE8021X)); in testWifiNetworkSpecifierBuilderForWpa3EapNetworkWithStandardApi()
203 .get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testWifiNetworkSpecifierBuilderForWpa3EapNetworkWithStandardApi()
205 .get(WifiConfiguration.KeyMgmt.SUITE_B_192)); in testWifiNetworkSpecifierBuilderForWpa3EapNetworkWithStandardApi()
[all …]
DWifiNetworkSuggestionTest.java71 .get(WifiConfiguration.KeyMgmt.NONE)); in testWifiNetworkSuggestionBuilderForOpenNetworkWithReqAppInteraction()
100 .get(WifiConfiguration.KeyMgmt.WPA_PSK)); in testWifiNetworkSuggestionBuilderForWpa2EapNetworkWithPriorityAndReqAppInteraction()
131 .get(WifiConfiguration.KeyMgmt.WPA_PSK)); in testWifiNetworkSuggestionBuilderForWpa2PskNetworkWithMeteredAndReqUserInteraction()
162 .get(WifiConfiguration.KeyMgmt.WPA_PSK)); in testWifiNetworkSuggestionBuilderForWpa2PskNetworkWithNotMeteredAndReqUserInteraction()
190 .get(WifiConfiguration.KeyMgmt.OWE)); in testWifiNetworkSuggestionBuilderForEnhancedOpenNetworkWithBssid()
216 .get(WifiConfiguration.KeyMgmt.OWE)); in testWifiNetworkSuggestionBuilderForOemPaidEnhancedOpenNetworkWithBssid()
244 .get(WifiConfiguration.KeyMgmt.OWE)); in testWifiNetworkSuggestionBuilderForOemPrivateEnhancedOpenNetworkWithBssid()
269 .get(WifiConfiguration.KeyMgmt.SAE)); in testWifiNetworkSuggestionBuilderForWpa3PskNetwork()
296 .get(WifiConfiguration.KeyMgmt.IEEE8021X)); in testWifiNetworkSuggestionBuilderForWpa3EapNetwork()
298 .get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testWifiNetworkSuggestionBuilderForWpa3EapNetwork()
[all …]
DWifiNetworkAgentSpecifierTest.java96 wifiConfiguration2.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testWifiNetworkAgentSpecifierDoesNotEqualsWhenKeyMgmtDifferent()
193 .set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkAgentSpecifierSatisfiesNetworkSpecifierWithSsidPattern()
222 .set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkAgentSpecifierSatisfiesNetworkSpecifierWithBssidPattern()
251 .set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkAgentSpecifierSatisfiesNetworkSpecifierWithSsidAndBssidPattern()
283 .set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkAgentSpecifierDoesNotSatisfyNetworkSpecifierWithSsidPattern()
312 .set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkAgentSpecifierBandMatching()
357 .set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkAgentSpecifierLocalOnlyMatching()
423 .set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkAgentSpecifierDoesNotSatisfyNetworkSpecifierWithBssidPattern()
456 .set(WifiConfiguration.KeyMgmt.WPA_PSK); in testWifiNetworkAgentSpecifierDoesNotSatisfyNetworkSpecifierWithSsidAndBssidPattern()
484 wificonfigurationNetworkSpecifier.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in testWifiNetworkAgentSpecifierDoesNotSatisfyNetworkSpecifierWithDifferentKeyMgmt()
[all …]
DSoftApConfigurationTest.java345 assertThat(wifiConfig_2g.getAuthType()).isEqualTo(WifiConfiguration.KeyMgmt.WPA2_PSK); in testToWifiConfigurationWithSupportedParameter()
358 assertThat(wifiConfig_5g.getAuthType()).isEqualTo(WifiConfiguration.KeyMgmt.WPA2_PSK); in testToWifiConfigurationWithSupportedParameter()
371 assertThat(wifiConfig_2g5g.getAuthType()).isEqualTo(WifiConfiguration.KeyMgmt.WPA2_PSK); in testToWifiConfigurationWithSupportedParameter()
385 .isEqualTo(WifiConfiguration.KeyMgmt.WPA2_PSK); in testToWifiConfigurationWithSupportedParameter()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java115 public static class KeyMgmt { class in WifiConfiguration
116 private KeyMgmt() { } in KeyMgmt() method in WifiConfiguration.KeyMgmt
699 if (allowedKeyManagement.get(KeyMgmt.WAPI_CERT)) { in convertLegacyFieldsToSecurityParamsIfNeeded()
701 } else if (allowedKeyManagement.get(KeyMgmt.WAPI_PSK)) { in convertLegacyFieldsToSecurityParamsIfNeeded()
703 } else if (allowedKeyManagement.get(KeyMgmt.SUITE_B_192)) { in convertLegacyFieldsToSecurityParamsIfNeeded()
705 } else if (allowedKeyManagement.get(KeyMgmt.OWE)) { in convertLegacyFieldsToSecurityParamsIfNeeded()
707 } else if (allowedKeyManagement.get(KeyMgmt.SAE)) { in convertLegacyFieldsToSecurityParamsIfNeeded()
709 } else if (allowedKeyManagement.get(KeyMgmt.OSEN)) { in convertLegacyFieldsToSecurityParamsIfNeeded()
711 } else if (allowedKeyManagement.get(KeyMgmt.WPA2_PSK)) { in convertLegacyFieldsToSecurityParamsIfNeeded()
713 } else if (allowedKeyManagement.get(KeyMgmt.WPA_EAP)) { in convertLegacyFieldsToSecurityParamsIfNeeded()
[all …]
DSecurityParams.java24 import android.net.wifi.WifiConfiguration.KeyMgmt;
264 mAllowedKeyManagement.set(KeyMgmt.FILS_SHA256); in enableFils()
268 mAllowedKeyManagement.set(KeyMgmt.FILS_SHA384); in enableFils()
369 return mAllowedKeyManagement.get(KeyMgmt.WPA_EAP) in isEnterpriseSecurityType()
370 || mAllowedKeyManagement.get(KeyMgmt.IEEE8021X) in isEnterpriseSecurityType()
371 || mAllowedKeyManagement.get(KeyMgmt.SUITE_B_192) in isEnterpriseSecurityType()
372 || mAllowedKeyManagement.get(KeyMgmt.WAPI_CERT); in isEnterpriseSecurityType()
438 if (k < KeyMgmt.strings.length) { in toString()
439 sbuf.append(KeyMgmt.strings[k]); in toString()
645 params.mAllowedKeyManagement.set(KeyMgmt.WPA_EAP); in createWpaWpa2EnterpriseParams()
[all …]
DWifiAnnotations.java117 public @interface KeyMgmt {} annotation in WifiAnnotations
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppUtils.java25 import android.net.wifi.WifiConfiguration.KeyMgmt;
135 if (wifiConfiguration.allowedKeyManagement.get(KeyMgmt.NONE) in getPresharedKey()
165 if (config.allowedKeyManagement.get(KeyMgmt.SAE)) { in getSecurityString()
168 if (config.allowedKeyManagement.get(KeyMgmt.OWE)) { in getSecurityString()
171 if (config.allowedKeyManagement.get(KeyMgmt.WPA_PSK) || in getSecurityString()
172 config.allowedKeyManagement.get(KeyMgmt.WPA2_PSK)) { in getSecurityString()
499 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.SAE)) { in getSecurityTypeFromWifiConfiguration()
502 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) { in getSecurityTypeFromWifiConfiguration()
505 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.SUITE_B_192)) { in getSecurityTypeFromWifiConfiguration()
508 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP) in getSecurityTypeFromWifiConfiguration()
[all …]
DWifiNetworkConfig.java27 import android.net.wifi.WifiConfiguration.KeyMgmt;
249 openNetworkWifiConfiguration.allowedKeyManagement.set(KeyMgmt.NONE); in getWifiConfigurations()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java225 keyMgmtMask.get(WifiConfiguration.KeyMgmt.FILS_SHA256), in loadWifiConfiguration()
226 keyMgmtMask.get(WifiConfiguration.KeyMgmt.FILS_SHA384)); in loadWifiConfiguration()
329 if (keyMgmtMask.get(WifiConfiguration.KeyMgmt.SUITE_B_192) in saveWifiConfiguration()
838 case WifiConfiguration.KeyMgmt.NONE: in wifiConfigurationToSupplicantKeyMgmtMask()
841 case WifiConfiguration.KeyMgmt.WPA_PSK: in wifiConfigurationToSupplicantKeyMgmtMask()
844 case WifiConfiguration.KeyMgmt.WPA_EAP: in wifiConfigurationToSupplicantKeyMgmtMask()
847 case WifiConfiguration.KeyMgmt.IEEE8021X: in wifiConfigurationToSupplicantKeyMgmtMask()
850 case WifiConfiguration.KeyMgmt.OSEN: in wifiConfigurationToSupplicantKeyMgmtMask()
853 case WifiConfiguration.KeyMgmt.FT_PSK: in wifiConfigurationToSupplicantKeyMgmtMask()
856 case WifiConfiguration.KeyMgmt.FT_EAP: in wifiConfigurationToSupplicantKeyMgmtMask()
[all …]
DWifiBackupRestore.java468 public static final String SUPPLICANT_KEY_KEY_MGMT = WifiConfiguration.KeyMgmt.varName;
634 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in createWifiConfiguration()
635 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in createWifiConfiguration()
649 WifiConfiguration.KeyMgmt.NONE); in createWifiConfiguration()
652 WifiConfiguration.KeyMgmt.WPA_PSK); in createWifiConfiguration()
655 WifiConfiguration.KeyMgmt.WPA_EAP); in createWifiConfiguration()
658 WifiConfiguration.KeyMgmt.IEEE8021X); in createWifiConfiguration()
661 WifiConfiguration.KeyMgmt.WAPI_PSK); in createWifiConfiguration()
664 WifiConfiguration.KeyMgmt.WAPI_CERT); in createWifiConfiguration()
DWifiConfigurationUtil.java563 WifiConfiguration.KeyMgmt.strings.length)) { in validateBitSets()
605 if (!keyMgmnt.get(WifiConfiguration.KeyMgmt.WPA_EAP)) { in validateKeyMgmt()
609 if (!keyMgmnt.get(WifiConfiguration.KeyMgmt.IEEE8021X) in validateKeyMgmt()
610 && !keyMgmnt.get(WifiConfiguration.KeyMgmt.WPA_PSK)) { in validateKeyMgmt()
616 && !(keyMgmnt.get(WifiConfiguration.KeyMgmt.WPA_EAP) in validateKeyMgmt()
617 && keyMgmnt.get(WifiConfiguration.KeyMgmt.IEEE8021X) in validateKeyMgmt()
618 && keyMgmnt.get(WifiConfiguration.KeyMgmt.SUITE_B_192))) { in validateKeyMgmt()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DWifiConfigHelper.java26 import android.net.wifi.WifiConfiguration.KeyMgmt;
90 config.allowedKeyManagement.set(KeyMgmt.NONE); in setConfigKeyManagementBySecurity()
93 config.allowedKeyManagement.set(KeyMgmt.NONE); in setConfigKeyManagementBySecurity()
98 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK); in setConfigKeyManagementBySecurity()
101 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP); in setConfigKeyManagementBySecurity()
102 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X); in setConfigKeyManagementBySecurity()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProviderTest.java115 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)); in testWpa()
127 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)); in testWep()
138 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)); in testWep2()
149 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)); in testNone()
160 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)); in testNull()
454 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X)); in assertEAPAllowedKeyManagement()
455 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)); in assertEAPAllowedKeyManagement()
/packages/apps/Nfc/src/com/android/nfc/
DNfcWifiProtectedSetup.java162 if (result.getAuthType() == WifiConfiguration.KeyMgmt.NONE) { in parseCredential()
179 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in populateAllowedKeyManagement()
181 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in populateAllowedKeyManagement()
183 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in populateAllowedKeyManagement()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
DWifiSecurityUtil.java54 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) { in getSecurity()
57 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP) in getSecurity()
58 || config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X)) { in getSecurity()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProvider.java124 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in generateWifiConfiguration()
160 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X); in maybeUpdateForEAPConfigurationOrThrow()
161 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in maybeUpdateForEAPConfigurationOrThrow()
239 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in updateForWPAConfiguration()
253 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in updateForWEPConfiguration()
/packages/apps/Settings/src/com/android/settings/wifi/addappnetworks/
DAddAppNetworksFragment.java28 import android.net.wifi.WifiConfiguration.KeyMgmt;
346 case KeyMgmt.NONE: in isSavedWifiConfiguration()
350 case KeyMgmt.OWE: in isSavedWifiConfiguration()
352 case KeyMgmt.WPA_PSK: in isSavedWifiConfiguration()
353 case KeyMgmt.WPA2_PSK: in isSavedWifiConfiguration()
354 case KeyMgmt.SAE: in isSavedWifiConfiguration()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/addappnetworks/
DAddAppNetworksFragmentTest.java107 WifiConfiguration.KeyMgmt.WPA_PSK, "1234567890"); in setUp()
109 WifiConfiguration.KeyMgmt.NONE, null); in setUp()
111 WifiConfiguration.KeyMgmt.WPA_PSK, "\"1234567890\""); in setUp()
519 case WifiConfiguration.KeyMgmt.NONE: in generateRegularWifiSuggestion()
524 case WifiConfiguration.KeyMgmt.WPA_PSK: in generateRegularWifiSuggestion()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiBackupRestoreTest.java428 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in createNetworkForConfigurationWithUnsupportedTag()
481 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore()
1008 expectedConfiguration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey()
1111 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in createNetworkForConfigurationWithV1_0Data()
1193 if (configuration.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)) { in writeConfigurationToWpaSupplicantConf()
1196 if (configuration.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) { in writeConfigurationToWpaSupplicantConf()
1199 if (configuration.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)) { in writeConfigurationToWpaSupplicantConf()
1202 if (configuration.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X)) { in writeConfigurationToWpaSupplicantConf()
DWifiConfigurationUtilTest.java491 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X); in testValidateNegativeCases_BadKeyMgmtPskEap()
503 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testValidateNegativeCases_BadKeyMgmtOpenPsk()
515 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X); in testValidateNegativeCases_BadKeyMgmt()
527 config.allowedKeyManagement.clear(WifiConfiguration.KeyMgmt.IEEE8021X); in testValidateNegativeCases_BadSuiteBKeyMgmt()
528 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testValidateNegativeCases_BadSuiteBKeyMgmt()
557 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.FT_EAP + 1); in testValidateNegativeCases_InvalidKeyMgmt()
572 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)); in testValidateNegativeCases_InvalidKeyMgmtWithPreSharedKey()
573 assertFalse(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.OSEN)); in testValidateNegativeCases_InvalidKeyMgmtWithPreSharedKey()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/security/
DWifiSecurityHelper.java115 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in getConfig()
119 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in getConfig()
132 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in getConfig()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/dpp/
DWifiDppUtilsTest.java27 import android.net.wifi.WifiConfiguration.KeyMgmt;
74 mWifiConfiguration.allowedKeyManagement.set(KeyMgmt.WPA_PSK); in getConfiguratorQrCodeScannerIntentOrNull_hiddenSsidNetwork_hasHiddenSsidExtra()

12