Home
last modified time | relevance | path

Searched refs:fromWifiConfiguration (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DScanResultMatchInfoTest.java101 assertEquals(ScanResultMatchInfo.fromWifiConfiguration(conf), in testScanResultMatchesWifiConfiguration()
106 assertEquals(ScanResultMatchInfo.fromWifiConfiguration(conf), in testScanResultMatchesWifiConfiguration()
108 assertTrue(ScanResultMatchInfo.fromWifiConfiguration(conf) in testScanResultMatchesWifiConfiguration()
114 assertEquals(ScanResultMatchInfo.fromWifiConfiguration(conf), in testScanResultMatchesWifiConfiguration()
119 assertEquals(ScanResultMatchInfo.fromWifiConfiguration(conf), in testScanResultMatchesWifiConfiguration()
309 .fromWifiConfiguration(baseTypeConfig); in verifyUpgradeMatching()
313 .fromWifiConfiguration(upgradeTypeConfig); in verifyUpgradeMatching()
424 .fromWifiConfiguration(wifiConfigurationOwe); in testOweToOpenDoesNotDowngrade()
457 .fromWifiConfiguration(wifiConfigurationWpa3Enterprise); in testWpa3EnterpriseToWpa2EnterpriseDoesNotDowngrade()
491 ScanResultMatchInfo fromWifiConfig = ScanResultMatchInfo.fromWifiConfiguration( in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()
[all …]
H A DWakeupEvaluatorTest.java86 networks.add(ScanResultMatchInfo.fromWifiConfiguration( in getSavedNetworks()
89 networks.add(ScanResultMatchInfo.fromWifiConfiguration( in getSavedNetworks()
H A DWifiCandidatesTest.java189 ScanResultMatchInfo matchInfo1 = ScanResultMatchInfo.fromWifiConfiguration(mConfig1); in testKeyEquivalence()
190 ScanResultMatchInfo matchInfo1Prime = ScanResultMatchInfo.fromWifiConfiguration(mConfig1); in testKeyEquivalence()
191 ScanResultMatchInfo matchInfo2 = ScanResultMatchInfo.fromWifiConfiguration(mConfig2); in testKeyEquivalence()
H A DWifiNetworkSelectorTestUtil.java179 ScanResultMatchInfo.fromWifiConfiguration(config)); in checkConsistencyOfScanDetailsAndWifiConfigs()
H A DWifiNetworkSuggestionsManagerTest.java3987 () -> ScanResultMatchInfo.fromWifiConfiguration( in getMatchingScanResultsTestWithPasspointAndNonPasspointMatch()
4025 when(ScanResultMatchInfo.fromWifiConfiguration(any(WifiConfiguration.class))) in getMatchingScanResultsTestWithMatchNothing()
4059 when(ScanResultMatchInfo.fromWifiConfiguration(any(WifiConfiguration.class))) in getMatchingScanResultsTestWithInvalidWifiConfiguration()
H A DWifiServiceImplTest.java1240 ApConfigUtil.fromWifiConfiguration(wifiApConfig))); in testSetWifiApConfigurationSuccess()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DLruConnectionTracker.java49 mList.add(ScanResultMatchInfo.fromWifiConfiguration(config)); in addNetwork()
56 mList.remove(ScanResultMatchInfo.fromWifiConfiguration(config)); in removeNetwork()
65 int index = mList.indexOf(ScanResultMatchInfo.fromWifiConfiguration(config)); in getAgeIndexOfNetwork()
H A DApConfigUtil.java591 public static SoftApConfiguration fromWifiConfiguration( in fromWifiConfiguration() method in ApConfigUtil
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkFactory.java1003 ScanResultMatchInfo.fromWifiConfiguration(networkToConnect)); in handleConnectToNetworkUserSelectionInternal()
1434 ScanResultMatchInfo fromWifiConfiguration = in doesScanResultMatchWifiNetworkSpecifier() local
1435 ScanResultMatchInfo.fromWifiConfiguration(wns.wifiConfiguration); in doesScanResultMatchWifiNetworkSpecifier()
1436 return fromScanResult.networkTypeEquals(fromWifiConfiguration); in doesScanResultMatchWifiNetworkSpecifier()
1657 ScanResultMatchInfo fromWifiConfiguration = in addNetworkToUserApprovedAccessPointMap() local
1658 ScanResultMatchInfo.fromWifiConfiguration(network); in addNetworkToUserApprovedAccessPointMap()
1661 SecurityParams params = fromScanResult.matchForNetworkSelection(fromWifiConfiguration); in addNetworkToUserApprovedAccessPointMap()
1704 ScanResultMatchInfo.fromWifiConfiguration( in triggerConnectIfUserApprovedMatchFound()
H A DWakeupController.java369 goodNetworks.add(ScanResultMatchInfo.fromWifiConfiguration(config)); in getGoodSavedNetworksAndSuggestions()
377 ScanResultMatchInfo.fromWifiConfiguration(suggestion.wifiConfiguration)); in getGoodSavedNetworksAndSuggestions()
H A DConfigurationMap.java68 ScanResultMatchInfo.fromWifiConfiguration(config), config); in put()
H A DWifiCandidates.java512 .matchForNetworkSelection(ScanResultMatchInfo.fromWifiConfiguration(config)); in keyFromScanDetailAndConfig()
580 ScanResultMatchInfo key2 = ScanResultMatchInfo.fromWifiConfiguration(config); in validConfigAndScanDetail()
H A DScanResultMatchInfo.java51 public static ScanResultMatchInfo fromWifiConfiguration(WifiConfiguration config) { in fromWifiConfiguration() method in ScanResultMatchInfo
H A DWifiNetworkSuggestionsManager.java706 ScanResultMatchInfo.fromWifiConfiguration( in addToScanResultMatchInfoMap()
737 ScanResultMatchInfo.fromWifiConfiguration( in removeFromScanResultMatchInfoMapAndRemoveRelatedScoreCard()
1774 ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in getNetworkSuggestionsForWifiConfiguration()
2368 ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in getMatchingScanResults()
H A DWifiNetworkSelector.java854 ScanResultMatchInfo.fromWifiConfiguration(currentNetwork), in getCandidatesFromScan()
H A DWifiServiceImpl.java1140 softApConfig = ApConfigUtil.fromWifiConfiguration(wifiConfig); in startSoftAp()
2210 SoftApConfiguration softApConfig = ApConfigUtil.fromWifiConfiguration(wifiConfig); in setWifiApConfiguration()
H A DClientModeImpl.java2611 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromWifiConfiguration(wifiConfig);
6219 ScanResultMatchInfo key1 = ScanResultMatchInfo.fromWifiConfiguration(config);
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DApConfigUtilTest.java612 assertNull(ApConfigUtil.fromWifiConfiguration(wifiConfig)); in testConvertInvalidWifiConfigurationToSoftApConfiguration()
623 assertNull(ApConfigUtil.fromWifiConfiguration(wifiConfig)); in testConvertInvalidKeyMgmtWifiConfigurationToSoftApConfiguration()