Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DScanResultUtil.java77 public static boolean isScanResultForWepNetwork(ScanResult scanResult) { in isScanResultForWepNetwork() method in ScanResultUtil
119 return (!(isScanResultForWepNetwork(scanResult) || isScanResultForPskNetwork(scanResult) in isScanResultForOpenNetwork()
158 } else if (isScanResultForWepNetwork(scanResult)) { in setAllowedKeyManagementFromScanResult()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanResultMatchInfo.java90 } else if (ScanResultUtil.isScanResultForWepNetwork(scanResult)) { in getNetworkType()
DWifiMetrics.java1174 if (ScanResultUtil.isScanResultForWepNetwork(scanResult)) { in updateMetricsFromScanResult()
1685 || ScanResultUtil.isScanResultForWepNetwork(scanResult)) { in countScanResults()