Home
last modified time | relevance | path

Searched refs:isScanResultForPmfMandatoryNetwork (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DScanResultUtil.java98 private static boolean isScanResultForPmfMandatoryNetwork(ScanResult scanResult) { in isScanResultForPmfMandatoryNetwork() method in ScanResultUtil
138 if (!isScanResultForPmfMandatoryNetwork(scanResult)) return false; in isScanResultForPasspointR3Network()
161 && !isScanResultForPmfMandatoryNetwork(scanResult) in isScanResultForWpa3EnterpriseTransitionNetwork()
182 && isScanResultForPmfMandatoryNetwork(scanResult) in isScanResultForWpa3EnterpriseOnlyNetwork()
200 && isScanResultForPmfMandatoryNetwork(scanResult); in isScanResultForEapSuiteBNetwork()
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DUtils.java848 private static boolean isScanResultForPmfMandatoryNetwork(ScanResult scanResult) { in isScanResultForPmfMandatoryNetwork() method in Utils
874 && !isScanResultForPmfMandatoryNetwork(scanResult) in isScanResultForWpa3EnterpriseTransitionNetwork()
896 && isScanResultForPmfMandatoryNetwork(scanResult) in isScanResultForWpa3EnterpriseOnlyNetwork()
916 && isScanResultForPmfMandatoryNetwork(scanResult); in isScanResultForEapSuiteBNetwork()