Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/supplicant/1.3/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp72 if (!(keyMgmtMask & ISupplicantStaNetwork::KeyMgmtMask::WAPI_PSK)) { in isWapiSupported()
120 uint32_t keyMgmt = (uint32_t)ISupplicantStaNetwork::KeyMgmtMask::WAPI_PSK; in TEST_P()
277 uint32_t keyMgmt = (uint32_t)ISupplicantStaNetwork::KeyMgmtMask::WAPI_PSK; in TEST_P()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiConfigurationTest.java444 config.allowedKeyManagement.set(KeyMgmt.WAPI_PSK); in testGetSsidAndSecurityTypeString()
445 assertEquals(mSsid + KeyMgmt.strings[KeyMgmt.WAPI_PSK], in testGetSsidAndSecurityTypeString()
513 config.allowedKeyManagement.set(KeyMgmt.WAPI_PSK); in testGetNetworkKeyString()
514 assertEquals(mSsid + KeyMgmt.strings[KeyMgmt.WAPI_PSK], in testGetNetworkKeyString()
713 assertEquals(KeyMgmt.WAPI_PSK, configuration.getAuthType()); in testGetAuthType()
859 config.allowedKeyManagement.set(KeyMgmt.WAPI_PSK); in testGetProfileKeyString()
861 assertEquals(createProfileKey(mSsid, KeyMgmt.strings[KeyMgmt.WAPI_PSK], TEST_PACKAGE_NAME, in testGetProfileKeyString()
864 assertEquals(createProfileKey(mSsid, KeyMgmt.strings[KeyMgmt.WAPI_PSK], TEST_PACKAGE_NAME, in testGetProfileKeyString()
944 KeyMgmt.WPA_PSK, KeyMgmt.SAE, KeyMgmt.WAPI_PSK}); in testAddSecurityTypes()
1084 new Pair<>(KeyMgmt.WAPI_PSK, SECURITY_TYPE_WAPI_PSK), in testLegacyConfigurationConversion()
[all …]
H A DSecurityParamsTest.java227 int[] expectedAllowedKeyManagement = new int[] {KeyMgmt.WAPI_PSK}; in testWapiPskCreator()
H A DWifiNetworkSuggestionTest.java615 .get(WifiConfiguration.KeyMgmt.WAPI_PSK)); in testWifiNetworkSuggestionBuilderForWapiPskNetwork()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiConfiguration.java134 WAPI_PSK,
209 public static final int WAPI_PSK = 13; field in WifiConfiguration.KeyMgmt
701 } else if (allowedKeyManagement.get(KeyMgmt.WAPI_PSK)) { in convertLegacyFieldsToSecurityParamsIfNeeded()
3318 } else if (allowedKeyManagement.get(KeyMgmt.WAPI_PSK)) { in getAuthType()
3319 return KeyMgmt.WAPI_PSK; in getAuthType()
3390 } else if (allowedKeyManagement.get(KeyMgmt.WAPI_PSK)) { in getSsidAndSecurityTypeString()
3391 key = SSID + KeyMgmt.strings[KeyMgmt.WAPI_PSK]; in getSsidAndSecurityTypeString()
3904 } else if (allowedKeyManagement.get(KeyMgmt.WAPI_PSK)) { in getDefaultSecurityType()
3905 key = KeyMgmt.strings[KeyMgmt.WAPI_PSK]; in getDefaultSecurityType()
H A DSecurityParams.java769 params.mAllowedKeyManagement.set(KeyMgmt.WAPI_PSK); in createWapiPskParams()
/aosp12/hardware/interfaces/wifi/supplicant/1.3/
H A DISupplicantStaNetwork.hal42 WAPI_PSK = 1 << 12,
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiBackupRestore.java661 WifiConfiguration.KeyMgmt.WAPI_PSK); in createWifiConfiguration()
H A DSupplicantStaNetworkHal.java879 case WifiConfiguration.KeyMgmt.WAPI_PSK: in wifiConfigurationToSupplicantKeyMgmtMask()
881 .WAPI_PSK; in wifiConfigurationToSupplicantKeyMgmtMask()
1186 .WAPI_PSK, bitset, WifiConfiguration.KeyMgmt.WAPI_PSK); in supplicantToWifiConfigurationKeyMgmtMask()
H A DSupplicantStaIfaceHal.java2981 .KeyMgmtMask.WAPI_PSK) != 0) { in getAdvancedCapabilities()
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DUtils.java153 } else if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WAPI_PSK)) { in getSecurityTypesFromWifiConfiguration()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java2002 .ISupplicantStaNetwork.KeyMgmtMask.WAPI_PSK)) in testGetKeyMgmtCapabilitiesWapi()
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-current.txt423 field @Deprecated public static final int WAPI_PSK = 13; // 0xd