Home
last modified time | relevance | path

Searched refs:createScanDetailForNetwork (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanResultMatchInfoTest.java42 ScanDetail scan = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA"); in testScanResultMatchesWifiConfiguration()
47 scan = createScanDetailForNetwork(conf, "BB:BB:BB:BB:BB:BB"); in testScanResultMatchesWifiConfiguration()
60 ScanDetail scan1 = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA"); in testDifferentBssidScanResultsMatch()
61 ScanDetail scan2 = createScanDetailForNetwork(conf, "BB:BB:BB:BB:BB:BB"); in testDifferentBssidScanResultsMatch()
79 ScanDetail scanOpen1 = createScanDetailForNetwork(open1, "AA:AA:AA:AA:AA:AA"); in testDifferentNetworkScanResultsDontMatch()
80 ScanDetail scanOpen2 = createScanDetailForNetwork(open2, "BB:BB:BB:BB:BB:BB"); in testDifferentNetworkScanResultsDontMatch()
81 ScanDetail scanPsk = createScanDetailForNetwork(psk, "CC:CC:CC:CC:CC:CC"); in testDifferentNetworkScanResultsDontMatch()
129 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration, in testEqualityRulesForPsk()
163 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration, in testEqualityRulesForSae()
214 private ScanDetail createScanDetailForNetwork( in createScanDetailForNetwork() method in ScanResultMatchInfoTest
[all …]
DWifiConfigManagerTest.java1580 ScanDetail openNetworkScanDetail = createScanDetailForNetwork(openNetwork); in testNoMatchScanDetailToNetwork()
1581 ScanDetail wepNetworkScanDetail = createScanDetailForNetwork(wepNetwork); in testNoMatchScanDetailToNetwork()
1582 ScanDetail pskNetworkScanDetail = createScanDetailForNetwork(pskNetwork); in testNoMatchScanDetailToNetwork()
1583 ScanDetail eapNetworkScanDetail = createScanDetailForNetwork(eapNetwork); in testNoMatchScanDetailToNetwork()
1584 ScanDetail saeNetworkScanDetail = createScanDetailForNetwork(saeNetwork); in testNoMatchScanDetailToNetwork()
1585 ScanDetail oweNetworkScanDetail = createScanDetailForNetwork(oweNetwork); in testNoMatchScanDetailToNetwork()
1586 ScanDetail eapSuiteBNetworkScanDetail = createScanDetailForNetwork(eapSuiteBNetwork); in testNoMatchScanDetailToNetwork()
1641 ScanDetail scanDetail = createScanDetailForNetwork(testNetwork); in testUpdateScanDetailForNetwork()
1674 createScanDetailForNetwork( in testScanDetailCacheTrimForNetwork()
1688 createScanDetailForNetwork( in testScanDetailCacheTrimForNetwork()
[all …]
DWifiNetworkSuggestionsManagerTest.java509 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp()
537 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatch()
580 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion1.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithMultipleMatch()
598 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidOneMatch()
628 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatch()
675 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatchFromSamePackage()
714 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration1); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidAndWithoutBssidMultipleMatch()
784 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailFailureOnAppNotApproved()
798 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailFailureOnSuggestionRemoval()
837 ScanDetail scanDetail = createScanDetailForNetwork( in testGetNetworkSuggestionsForScanDetailFailureOnWrongNetwork()
[all …]
DConfigurationMapTest.java186 return WifiConfigurationTestUtil.createScanDetailForNetwork(config, "", 0, 0, 0, 0) in createScanResultForNetwork()
DWifiConfigurationTestUtil.java521 public static ScanDetail createScanDetailForNetwork( in createScanDetailForNetwork() method in WifiConfigurationTestUtil