Home
last modified time | relevance | path

Searched refs:scanResultCandidate (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java874 ScanResult scanResultCandidate = candidate.getNetworkSelectionStatus().getCandidate(); in connectToNetwork() local
875 if (scanResultCandidate == null) { in connectToNetwork()
877 + " scanResult: " + scanResultCandidate); in connectToNetwork()
881 String targetBssid = scanResultCandidate.BSSID; in connectToNetwork()
933 mStateMachine.startRoamToNetwork(candidate.networkId, scanResultCandidate); in connectToNetwork()
DWifiNetworkSelector.java649 ScanResult scanResultCandidate = candidate.getNetworkSelectionStatus().getCandidate(); in overrideCandidateWithUserConnectChoice() local
659 scanResultCandidate = tempStatus.getCandidate(); in overrideCandidateWithUserConnectChoice()
671 + scanResultCandidate.BSSID); in overrideCandidateWithUserConnectChoice()
DClientModeImpl.java6382 ScanResult scanResultCandidate = config.getNetworkSelectionStatus().getCandidate(); in updateWifiConfigOnStartConnection() local
6383 if (isFrameworkWpa3SaeUpgradePossible && scanResultCandidate != null) { in updateWifiConfigOnStartConnection()
6385 .fromScanResult(scanResultCandidate); in updateWifiConfigOnStartConnection()
6416 && scanResultCandidate == null) { in updateWifiConfigOnStartConnection()