Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DScanResultUtil.java101 public static boolean isScanResultForOweNetwork(ScanResult scanResult) { in isScanResultForOweNetwork() method in ScanResultUtil
198 } else if (isScanResultForOweNetwork(scanResult)) { in setAllowedKeyManagementFromScanResult()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanResultMatchInfo.java105 } else if (ScanResultUtil.isScanResultForOweNetwork(scanResult)) { in getNetworkType()
DWifiNetworkSelector.java495 if (ScanResultUtil.isScanResultForOweNetwork(scanResult) in getFilteredScanDetailsForOpenUnsavedNetworks()
DWifiMetrics.java2388 } else if (ScanResultUtil.isScanResultForOweNetwork(scanResult)) { in countScanResults()