Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanResultMatchInfoTest.java489 .getBestMatchingSecurityParams(configPskWithSaeSecurityType, scanResult)); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()
495 .getBestMatchingSecurityParams(configPskWithSaeSecurityType, securityParamsList)); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()
506 .getBestMatchingSecurityParams(configPskWithSaeSecurityType, scanResult)); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()
508 .getBestMatchingSecurityParams(configPskWithSaeSecurityType, securityParamsList)); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()
527 .getBestMatchingSecurityParams(configOpenWithOweSecurityType, scanResult)); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
533 .getBestMatchingSecurityParams(configOpenWithOweSecurityType, securityParamsList)); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
544 .getBestMatchingSecurityParams(configOpenWithOweSecurityType, scanResult)); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
546 .getBestMatchingSecurityParams(configOpenWithOweSecurityType, securityParamsList)); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanResultMatchInfo.java136 public static @Nullable SecurityParams getBestMatchingSecurityParams( in getBestMatchingSecurityParams() method in ScanResultMatchInfo
149 public static @Nullable SecurityParams getBestMatchingSecurityParams( in getBestMatchingSecurityParams() method in ScanResultMatchInfo
DWifiNetworkSelector.java1516 SecurityParams params = ScanResultMatchInfo.getBestMatchingSecurityParams( in updateNetworkCandidateSecurityParams()