Searched refs:WAPI_PSK (Results 1 – 13 of 13) sorted by relevance
/aosp12/hardware/interfaces/wifi/supplicant/1.3/vts/functional/ |
H A D | supplicant_sta_network_hidl_test.cpp | 72 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 D | WifiConfigurationTest.java | 444 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 D | SecurityParamsTest.java | 227 int[] expectedAllowedKeyManagement = new int[] {KeyMgmt.WAPI_PSK}; in testWapiPskCreator()
|
H A D | WifiNetworkSuggestionTest.java | 615 .get(WifiConfiguration.KeyMgmt.WAPI_PSK)); in testWifiNetworkSuggestionBuilderForWapiPskNetwork()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | WifiConfiguration.java | 134 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 D | SecurityParams.java | 769 params.mAllowedKeyManagement.set(KeyMgmt.WAPI_PSK); in createWapiPskParams()
|
/aosp12/hardware/interfaces/wifi/supplicant/1.3/ |
H A D | ISupplicantStaNetwork.hal | 42 WAPI_PSK = 1 << 12,
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiBackupRestore.java | 661 WifiConfiguration.KeyMgmt.WAPI_PSK); in createWifiConfiguration()
|
H A D | SupplicantStaNetworkHal.java | 879 case WifiConfiguration.KeyMgmt.WAPI_PSK: in wifiConfigurationToSupplicantKeyMgmtMask() 881 .WAPI_PSK; in wifiConfigurationToSupplicantKeyMgmtMask() 1186 .WAPI_PSK, bitset, WifiConfiguration.KeyMgmt.WAPI_PSK); in supplicantToWifiConfigurationKeyMgmtMask()
|
H A D | SupplicantStaIfaceHal.java | 2981 .KeyMgmtMask.WAPI_PSK) != 0) { in getAdvancedCapabilities()
|
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/ |
H A D | Utils.java | 153 } 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 D | SupplicantStaIfaceHalTest.java | 2002 .ISupplicantStaNetwork.KeyMgmtMask.WAPI_PSK)) in testGetKeyMgmtCapabilitiesWapi()
|
/aosp12/packages/modules/Wifi/framework/api/ |
H A D | system-current.txt | 423 field @Deprecated public static final int WAPI_PSK = 13; // 0xd
|