Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/util/
DScanResultUtil.java69 private static boolean isScanResultForPmfMandatoryNetwork(@NonNull ScanResult scanResult) { in isScanResultForPmfMandatoryNetwork() method in ScanResultUtil
97 if (!isScanResultForPmfMandatoryNetwork(scanResult)) return false; in isEapScanResultForPasspointR3Network()
119 && !isScanResultForPmfMandatoryNetwork(scanResult) in isScanResultForWpa3EnterpriseTransitionNetwork()
140 && isScanResultForPmfMandatoryNetwork(scanResult) in isScanResultForWpa3EnterpriseOnlyNetwork()
158 && isScanResultForPmfMandatoryNetwork(scanResult); in isScanResultForEapSuiteBNetwork()