Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/util/
DScanResultUtil.java165 public static boolean isScanResultForWepNetwork(@NonNull ScanResult scanResult) { in isScanResultForWepNetwork() method in ScanResultUtil
292 return (!(isScanResultForWepNetwork(scanResult) in isScanResultForOpenNetwork()
356 if (ScanResultUtil.isScanResultForWepNetwork(scanResult)) { in generateSecurityParamsListFromScanResult()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java2914 if (ScanResultUtil.isScanResultForWepNetwork(scanResult)) { in updateMetricsFromScanResult()
3614 || ScanResultUtil.isScanResultForWepNetwork(scanResult)) { in countScanResults()