Home
last modified time | relevance | path

Searched refs:createPskSaeNetwork (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DNativeUtilTest.java261 WifiConfigurationTestUtil.createPskSaeNetwork(), in testPmfIsDisableWhenPmfEnabledAndAutoUpgradeOffloadSupported()
282 WifiConfigurationTestUtil.createPskSaeNetwork(), in testPairwiseCiphersMergedForSaeAutoUpgradeOffloadSupported()
294 WifiConfigurationTestUtil.createPskSaeNetwork(), in testPairwiseCiphersMergedForSaeAutoUpgradeOffloadSupported()
317 WifiConfigurationTestUtil.createPskSaeNetwork(), in testPairwiseCiphersNotMergedForSaeAutoUpgradeOffloadNotSupported()
326 WifiConfigurationTestUtil.createPskSaeNetwork(), in testPairwiseCiphersNotMergedForSaeAutoUpgradeOffloadNotSupported()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanResultMatchInfoTest.java350 WifiConfigurationTestUtil.createPskSaeNetwork("\"Upgrade\""), in testEqualityRulesForPskToSaeUpgrade()
363 WifiConfigurationTestUtil.createPskSaeNetwork("\"Upgrade\""), in testEqualityRulesForPskToSaeUpgradeWithOverlayDisable()
477 WifiConfigurationTestUtil.createPskSaeNetwork(TEST_SSID); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()
DSupplicantStaNetworkHalAidlImplTest.java727 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testPmfDisabledWhenAutoUpgradeOffloadIsSupportedAndSaeSelected()
746 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testPmfEnabledWhenAutoUpgradeOffloadNotSupportedAndSaeSelected()
789 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testCiphersMergedWhenAutoUpgradeOffloadIsSupportedAndPskSelected()
813 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testCiphersNotChangedWhenAutoUpgradeOffloadNotSupportedAndPskSelected()
835 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testCiphersMergedWhenAutoUpgradeOffloadIsSupportedAndSaeSelected()
859 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testCiphersNotChangedWhenAutoUpgradeOffloadNotSupportedAndSaeSelected()
DWifiConfigurationTestUtil.java353 public static WifiConfiguration createPskSaeNetwork() { in createPskSaeNetwork() method in WifiConfigurationTestUtil
354 return createPskSaeNetwork(createNewSSID()); in createPskSaeNetwork()
357 public static WifiConfiguration createPskSaeNetwork(String ssid) { in createPskSaeNetwork() method in WifiConfigurationTestUtil
DSupplicantStaNetworkHalHidlImplTest.java1013 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testPmfDisabledWhenAutoUpgradeOffloadIsSupportedAndSaeSelected()
1036 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testPmfEnabledWhenAutoUpgradeOffloadNotSupportedAndSaeSelected()
1061 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testCiphersMergedWhenAutoUpgradeOffloadIsSupportedAndPskSelected()
1095 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testCiphersNotChangedWhenAutoUpgradeOffloadNotSupportedAndPskSelected()
1121 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testCiphersMergedWhenAutoUpgradeOffloadIsSupportedAndSaeSelected()
1155 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testCiphersNotChangedWhenAutoUpgradeOffloadNotSupportedAndSaeSelected()
DWifiNetworkSelectorTest.java2827 WifiConfigurationTestUtil.createPskSaeNetwork(TEST_AUTO_UPGRADE_SSID), in testSaeAutoUpgradeWithPskNetworkWhenAutoUpgradeEnabled()
2882 WifiConfigurationTestUtil.createPskSaeNetwork(TEST_AUTO_UPGRADE_SSID), in testSaeAutoUpgradeWithPskNetworkWhenPskTypeIsDisabled()
2917 WifiConfigurationTestUtil.createPskSaeNetwork(TEST_AUTO_UPGRADE_SSID), in testSaeNoAutoUpgradeWithPskNetworkWhenAutoUpgradeDisabled()
2950 WifiConfigurationTestUtil.createPskSaeNetwork(TEST_AUTO_UPGRADE_SSID), in testSaeNoAutoUpgradeWithPskNetworkWhenSaeNotSupported()
3281 WifiConfigurationTestUtil.createPskSaeNetwork(TEST_AUTO_UPGRADE_SSID), in testPskWithPskOnlyForPskSaeTransitionNetworks()
3315 WifiConfigurationTestUtil.createPskSaeNetwork(TEST_AUTO_UPGRADE_SSID), in testNetworkSelectionForUserSelectedNetwork()
DSupplicantStaIfaceHalAidlImplTest.java1916 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testSetPmkWhenSaeIsSelected()
1951 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testAddPmkEntryNotCalledIfPskIsSelected()
1978 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testAddPmkEntryNotCalledIfNoSecurityParamsIsSelected()
DSupplicantStaIfaceHalHidlImplTest.java2434 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testSetPmkWhenSaeIsSelected()
2462 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testAddPmkEntryNotCalledIfPskIsSelected()
2488 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testAddPmkEntryNotCalledIfNoSecurityParamsIsSelected()
DClientModeImplTest.java9654 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in verifyUpdateAutoUpgradeFlagForSaeOnR()
10489 WifiConfiguration config = WifiConfigurationTestUtil.createPskSaeNetwork(); in verifyConnectWithDisabledPskType()
10745 mConnectedNetwork = spy(WifiConfigurationTestUtil.createPskSaeNetwork()); in testUpdateAkmByConnectionInfo()
DWifiServiceImplTest.java10141 multiTypeConfigs.add(WifiConfigurationTestUtil.createPskSaeNetwork()); in setupMultiTypeConfigs()
10341 WifiConfiguration testConfig = WifiConfigurationTestUtil.createPskSaeNetwork(); in testGetPrivilegedConnectedNetworkSuccess()
DWifiMetricsTest.java7097 config = WifiConfigurationTestUtil.createPskSaeNetwork(); in testConnectionNetworkTypeByCandidateSecurityParams()