Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
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()