Home
last modified time | relevance | path

Searched refs:WPA_EAP (Results 1 – 21 of 21) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiConfigurationTest.java230 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()
343 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP); in testGetKeyIdForCredentialsForSuggestion()
350 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP); in testGetKeyIdForCredentialsForSuggestion()
401 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP); in testGetSsidAndSecurityTypeString()
402 assertEquals(mSsid + KeyMgmt.strings[KeyMgmt.WPA_EAP], in testGetSsidAndSecurityTypeString()
470 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP); in testGetNetworkKeyString()
471 assertEquals(mSsid + KeyMgmt.strings[KeyMgmt.WPA_EAP], in testGetNetworkKeyString()
605 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testSetSecurityParamsForSuiteB()
[all …]
DSecurityParamsTest.java99 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()
264 KeyMgmt.WPA_EAP, KeyMgmt.IEEE8021X, KeyMgmt.SUITE_B_192}; in testWpa3Enterprise192BitCreator()
285 int[] expectedAllowedKeyManagement = new int[] {KeyMgmt.WPA_EAP, KeyMgmt.IEEE8021X}; in testWpa3EnterpriseCreator()
DWifiNetworkSpecifierTest.java136 .get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testWifiNetworkSpecifierBuilderForWpa2EapHiddenNetworkWithSsidAndBssid()
169 .get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testWifiNetworkSpecifierBuilderForWpa3EapNetwork()
203 .get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testWifiNetworkSpecifierBuilderForWpa3EapNetworkWithStandardApi()
241 .get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testWifiNetworkSpecifierBuilderForWpa3EapNetworkWithSuiteBRsaCerts()
279 .get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testWifiNetworkSpecifierBuilderForWpa3EapNetworkWithSuiteBEccCerts()
DWifiNetworkSuggestionTest.java298 .get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testWifiNetworkSuggestionBuilderForWpa3EapNetwork()
333 .get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testWifiNetworkSuggestionBuilderForWpa3EapNetworkWithStandardApi()
372 .get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testWifiNetworkSuggestionBuilderForWpa3EapNetworkWithSuiteBRsaCerts()
411 .get(WifiConfiguration.KeyMgmt.WPA_EAP)); in testWifiNetworkSuggestionBuilderForWpa3EapNetworkWithSuiteBEccCerts()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java123 WPA_EAP,
145 public static final int WPA_EAP = 2; field in WifiConfiguration.KeyMgmt
713 } else if (allowedKeyManagement.get(KeyMgmt.WPA_EAP)) { in convertLegacyFieldsToSecurityParamsIfNeeded()
3221 if (allowedKeyManagement.get(KeyMgmt.WPA_EAP)) { in getKeyIdForCredentials()
3222 keyMgmt += KeyMgmt.strings[KeyMgmt.WPA_EAP]; in getKeyIdForCredentials()
3291 if (allowedKeyManagement.get(KeyMgmt.WPA_EAP)) { in getAuthType()
3294 return KeyMgmt.WPA_EAP; in getAuthType()
3308 } else if (allowedKeyManagement.get(KeyMgmt.WPA_EAP)) { in getAuthType()
3309 return KeyMgmt.WPA_EAP; in getAuthType()
3374 } else if (allowedKeyManagement.get(KeyMgmt.WPA_EAP) in getSsidAndSecurityTypeString()
[all …]
DSecurityParams.java369 return mAllowedKeyManagement.get(KeyMgmt.WPA_EAP) in isEnterpriseSecurityType()
645 params.mAllowedKeyManagement.set(KeyMgmt.WPA_EAP); in createWpaWpa2EnterpriseParams()
677 params.mAllowedKeyManagement.set(KeyMgmt.WPA_EAP); in createPasspointParams()
810 params.mAllowedKeyManagement.set(KeyMgmt.WPA_EAP); in createWpa3Enterprise192BitParams()
838 params.mAllowedKeyManagement.set(KeyMgmt.WPA_EAP); in createWpa3EnterpriseParams()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
DWifiSecurityUtil.java57 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP) in getSecurity()
/packages/apps/Nfc/src/com/android/nfc/
DNfcWifiProtectedSetup.java181 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in populateAllowedKeyManagement()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiBackupRestore.java635 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in createWifiConfiguration()
655 WifiConfiguration.KeyMgmt.WPA_EAP); in createWifiConfiguration()
DWifiConfigurationUtil.java605 if (!keyMgmnt.get(WifiConfiguration.KeyMgmt.WPA_EAP)) { in validateKeyMgmt()
616 && !(keyMgmnt.get(WifiConfiguration.KeyMgmt.WPA_EAP) in validateKeyMgmt()
DSupplicantStaNetworkHal.java844 case WifiConfiguration.KeyMgmt.WPA_EAP: in wifiConfigurationToSupplicantKeyMgmtMask()
845 mask |= ISupplicantStaNetwork.KeyMgmtMask.WPA_EAP; in wifiConfigurationToSupplicantKeyMgmtMask()
1155 mask, ISupplicantStaNetwork.KeyMgmtMask.WPA_EAP, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
1156 WifiConfiguration.KeyMgmt.WPA_EAP); in supplicantToWifiConfigurationKeyMgmtMask()
3767 if (keyManagementFlags.get(WifiConfiguration.KeyMgmt.WPA_EAP)) { in addFastTransitionFlags()
3803 if (keyManagementFlags.get(WifiConfiguration.KeyMgmt.WPA_EAP)) { in addSha256KeyMgmtFlags()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DWifiConfigHelper.java101 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP); in setConfigKeyManagementBySecurity()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppUtils.java508 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP) in getSecurityTypeFromWifiConfiguration()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProvider.java161 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in maybeUpdateForEAPConfigurationOrThrow()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProviderTest.java455 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)); in assertEAPAllowedKeyManagement()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java620 wifiConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in testConvertInvalidKeyMgmtWifiConfigurationToSoftApConfiguration()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiBackupRestoreTest.java1199 if (configuration.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)) { in writeConfigurationToWpaSupplicantConf()
DClientModeImplTest.java5067 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in setupFilsTest()
DWifiMetricsTest.java1791 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in setupNetworkAndVerify()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java338 assertTrue(wifiConfig.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)); in verifyWifiConfigWithTestData()
/packages/modules/Wifi/framework/api/
Dcurrent.txt184 field @Deprecated public static final int WPA_EAP = 2; // 0x2