Searched refs:isScanResultForWepNetwork (Results 1 – 1 of 1) sorted by relevance
126 if (isScanResultForWepNetwork(scanResult)) { in getSecurityTypesFromScanResult()947 public static boolean isScanResultForWepNetwork(ScanResult scanResult) { in isScanResultForWepNetwork() method in Utils1003 return (!(isScanResultForWepNetwork(scanResult) || isScanResultForPskNetwork(scanResult) in isScanResultForOpenNetwork()