Home
last modified time | relevance | path

Searched refs:getBestMatchingSecurityParams (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DScanResultMatchInfoTest.java482 .getBestMatchingSecurityParams(configPskWithSaeSecurityType, scanResult)); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()
488 .getBestMatchingSecurityParams(configPskWithSaeSecurityType, securityParamsList)); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()
499 .getBestMatchingSecurityParams(configPskWithSaeSecurityType, scanResult)); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()
501 .getBestMatchingSecurityParams(configPskWithSaeSecurityType, securityParamsList)); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()
520 .getBestMatchingSecurityParams(configOpenWithOweSecurityType, scanResult)); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
526 .getBestMatchingSecurityParams(configOpenWithOweSecurityType, securityParamsList)); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
537 .getBestMatchingSecurityParams(configOpenWithOweSecurityType, scanResult)); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
539 .getBestMatchingSecurityParams(configOpenWithOweSecurityType, securityParamsList)); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DScoredNetworkNominator.java274 SecurityParams params = ScanResultMatchInfo.getBestMatchingSecurityParams( in trackUntrustedCandidate()
298 SecurityParams params = ScanResultMatchInfo.getBestMatchingSecurityParams( in trackExternallyScoredCandidate()
360 SecurityParams params = ScanResultMatchInfo.getBestMatchingSecurityParams( in getCandidateConfiguration()
H A DScanResultMatchInfo.java135 public static @Nullable SecurityParams getBestMatchingSecurityParams( in getBestMatchingSecurityParams() method in ScanResultMatchInfo
148 public static @Nullable SecurityParams getBestMatchingSecurityParams( in getBestMatchingSecurityParams() method in ScanResultMatchInfo
H A DWifiNetworkSelector.java1020 SecurityParams params = ScanResultMatchInfo.getBestMatchingSecurityParams( in selectNetwork()
1298 SecurityParams params = ScanResultMatchInfo.getBestMatchingSecurityParams(network, in updateCandidatesSecurityParams()