Searched refs:isScanResultForWepNetwork (Results 1 – 3 of 3) sorted by relevance
207 public static boolean isScanResultForWepNetwork(ScanResult scanResult) { in isScanResultForWepNetwork() method in ScanResultUtil273 return (!(isScanResultForWepNetwork(scanResult) || isScanResultForPskNetwork(scanResult) in isScanResultForOpenNetwork()334 if (ScanResultUtil.isScanResultForWepNetwork(scanResult)) { in generateSecurityParamsListFromScanResult()
101 if (isScanResultForWepNetwork(scanResult)) { in getSecurityTypesFromScanResult()924 public static boolean isScanResultForWepNetwork(ScanResult scanResult) { in isScanResultForWepNetwork() method in Utils980 return (!(isScanResultForWepNetwork(scanResult) || isScanResultForPskNetwork(scanResult) in isScanResultForOpenNetwork()
2177 if (ScanResultUtil.isScanResultForWepNetwork(scanResult)) { in updateMetricsFromScanResult()2877 || ScanResultUtil.isScanResultForWepNetwork(scanResult)) { in countScanResults()