Home
last modified time | relevance | path

Searched refs:WAPI_PSK (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiConfigurationTest.java508 config.allowedKeyManagement.set(KeyMgmt.WAPI_PSK); in testGetSsidAndSecurityTypeString()
509 assertEquals(mSsid + KeyMgmt.strings[KeyMgmt.WAPI_PSK], in testGetSsidAndSecurityTypeString()
592 config.allowedKeyManagement.set(KeyMgmt.WAPI_PSK); in testGetNetworkKeyString()
593 assertEquals(mSsid + KeyMgmt.strings[KeyMgmt.WAPI_PSK], in testGetNetworkKeyString()
829 assertEquals(KeyMgmt.WAPI_PSK, configuration.getAuthType()); in testGetAuthType()
980 config.allowedKeyManagement.set(KeyMgmt.WAPI_PSK); in testGetProfileKeyString()
982 assertEquals(createProfileKey(mSsid, KeyMgmt.strings[KeyMgmt.WAPI_PSK], TEST_PACKAGE_NAME, in testGetProfileKeyString()
985 assertEquals(createProfileKey(mSsid, KeyMgmt.strings[KeyMgmt.WAPI_PSK], TEST_PACKAGE_NAME, in testGetProfileKeyString()
1076 KeyMgmt.WPA_PSK, KeyMgmt.SAE, KeyMgmt.WAPI_PSK}); in testAddSecurityTypes()
1231 new Pair<>(KeyMgmt.WAPI_PSK, SECURITY_TYPE_WAPI_PSK), in testLegacyConfigurationConversion()
[all …]
DSecurityParamsTest.java231 int[] expectedAllowedKeyManagement = new int[] {KeyMgmt.WAPI_PSK}; in testWapiPskCreator()
DWifiNetworkSuggestionTest.java620 .get(WifiConfiguration.KeyMgmt.WAPI_PSK)); in testWifiNetworkSuggestionBuilderForWapiPskNetwork()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DHalAidlUtil.java85 mask, KeyMgmtMask.WAPI_PSK, in supplicantToWifiConfigurationKeyMgmtMask()
86 bitset, WifiConfiguration.KeyMgmt.WAPI_PSK); in supplicantToWifiConfigurationKeyMgmtMask()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java144 WAPI_PSK,
211 public static final int WAPI_PSK = 13; field in WifiConfiguration.KeyMgmt
745 } else if (allowedKeyManagement.get(KeyMgmt.WAPI_PSK)) { in convertLegacyFieldsToSecurityParamsIfNeeded()
3853 } else if (allowedKeyManagement.get(KeyMgmt.WAPI_PSK)) { in getAuthType()
3854 return KeyMgmt.WAPI_PSK; in getAuthType()
4598 } else if (allowedKeyManagement.get(KeyMgmt.WAPI_PSK)) { in getDefaultSecurityType()
4599 key = KeyMgmt.strings[KeyMgmt.WAPI_PSK]; in getDefaultSecurityType()
DSecurityParams.java794 params.mAllowedKeyManagement.set(KeyMgmt.WAPI_PSK); in createWapiPskParams()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiBackupRestore.java671 WifiConfiguration.KeyMgmt.WAPI_PSK); in createWifiConfiguration()
DSupplicantStaNetworkHalHidlImpl.java889 case WifiConfiguration.KeyMgmt.WAPI_PSK: in wifiConfigurationToSupplicantKeyMgmtMask()
891 .WAPI_PSK; in wifiConfigurationToSupplicantKeyMgmtMask()
1199 .WAPI_PSK, bitset, WifiConfiguration.KeyMgmt.WAPI_PSK); in supplicantToWifiConfigurationKeyMgmtMask()
DSupplicantStaNetworkHalAidlImpl.java948 case WifiConfiguration.KeyMgmt.WAPI_PSK: in wifiConfigurationToSupplicantKeyMgmtMask()
949 mask |= KeyMgmtMask.WAPI_PSK; in wifiConfigurationToSupplicantKeyMgmtMask()
DSupplicantStaIfaceHalAidlImpl.java2601 if ((keyMgmtCapabilities & KeyMgmtMask.WAPI_PSK) != 0) { in getAdvancedCapabilities()
DSupplicantStaIfaceHalHidlImpl.java2995 .KeyMgmtMask.WAPI_PSK) != 0) { in getAdvancedCapabilities()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalAidlImplTest.java1856 checkKeyMgmtCapabilities(KeyMgmtMask.WAPI_PSK, WIFI_FEATURE_WAPI); in testGetKeyMgmtCapabilitiesWapi()
DSupplicantStaIfaceHalHidlImplTest.java2335 .ISupplicantStaNetwork.KeyMgmtMask.WAPI_PSK)) in testGetKeyMgmtCapabilitiesWapi()
/packages/modules/Wifi/framework/api/
Dcurrent.txt255 field @Deprecated public static final int WAPI_PSK = 13; // 0xd