Home
last modified time | relevance | path

Searched refs:createWapiPskNetwork (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanResultMatchInfoTest.java117 conf = WifiConfigurationTestUtil.createWapiPskNetwork(); in testScanResultMatchesWifiConfiguration()
122 conf = WifiConfigurationTestUtil.createWapiPskNetwork(); in testScanResultMatchesWifiConfiguration()
DWifiConfigurationUtilTest.java394 WifiConfiguration config = WifiConfigurationTestUtil.createWapiPskNetwork(); in testValidateNegativeCases_BadAsciiPskLengthWapi()
442 WifiConfiguration config = WifiConfigurationTestUtil.createWapiPskNetwork(); in testValidateNegativeCases_MalformedAsciiPskStringWapi()
485 WifiConfiguration config = WifiConfigurationTestUtil.createWapiPskNetwork(); in testValidateNegativeCases_BadHexPskLengthWapi()
515 WifiConfiguration config = WifiConfigurationTestUtil.createWapiPskNetwork(); in testValidateNegativeCases_MalformedHexPskStringWapi()
DSupplicantStaNetworkHalAidlImplTest.java355 WifiConfiguration config = WifiConfigurationTestUtil.createWapiPskNetwork(); in testWapiPskNetworkWifiConfigurationSaveLoad()
364 WifiConfiguration config = WifiConfigurationTestUtil.createWapiPskNetwork(); in testWapiPskHexNetworkWifiConfigurationSaveLoad()
DWifiConfigurationTestUtil.java521 public static WifiConfiguration createWapiPskNetwork() { in createWapiPskNetwork() method in WifiConfigurationTestUtil
DSupplicantStaNetworkHalHidlImplTest.java475 WifiConfiguration config = WifiConfigurationTestUtil.createWapiPskNetwork(); in testWapiPskNetworkWifiConfigurationSaveLoad()
487 WifiConfiguration config = WifiConfigurationTestUtil.createWapiPskNetwork(); in testWapiPskHexNetworkWifiConfigurationSaveLoad()
DWifiMetricsTest.java741 testSavedNetworks.add(WifiConfigurationTestUtil.createWapiPskNetwork()); in buildSavedNetworkList()
7107 config = WifiConfigurationTestUtil.createWapiPskNetwork(); in testConnectionNetworkTypeByCandidateSecurityParams()
DWifiConfigManagerTest.java512 WifiConfiguration wapiPskNetwork = WifiConfigurationTestUtil.createWapiPskNetwork(); in testAddWapiPskNetwork()
532 WifiConfiguration wapiPskNetwork = WifiConfigurationTestUtil.createWapiPskNetwork(); in testAddWapiPskHexNetwork()
DClientModeImplTest.java7518 mConnectedNetwork = spy(WifiConfigurationTestUtil.createWapiPskNetwork()); in testIpReachabilityFailureConfirmDoesNotTriggersDisconnectionForWapi()