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.java85 public static boolean isScanResultForOweNetwork(ScanResult scanResult) { in isScanResultForOweNetwork() method in ScanResultUtil
160 } else if (isScanResultForOweNetwork(scanResult)) { in setAllowedKeyManagementFromScanResult()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanResultMatchInfo.java92 } else if (ScanResultUtil.isScanResultForOweNetwork(scanResult)) { in getNetworkType()
DWifiNetworkSelector.java469 if (ScanResultUtil.isScanResultForOweNetwork(scanResult) in getFilteredScanDetailsForOpenUnsavedNetworks()
DWifiMetrics.java1687 } else if (ScanResultUtil.isScanResultForOweNetwork(scanResult)) { in countScanResults()