Searched refs:isScanResultForPskNetwork (Results 1 – 4 of 4) sorted by relevance
52 public static boolean isScanResultForPskNetwork(ScanResult scanResult) { in isScanResultForPskNetwork() method in ScanResultUtil151 return (!(isScanResultForWepNetwork(scanResult) || isScanResultForPskNetwork(scanResult) in isScanResultForOpenNetwork()190 } else if (isScanResultForPskNetwork(scanResult)) { in setAllowedKeyManagementFromScanResult()
97 } else if (ScanResultUtil.isScanResultForPskNetwork(scanResult)) { in getNetworkType()
1704 } else if (ScanResultUtil.isScanResultForPskNetwork(scanResult) in updateMetricsFromScanResult()2385 } else if (ScanResultUtil.isScanResultForPskNetwork(scanResult) in countScanResults()
6405 if (ScanResultUtil.isScanResultForPskNetwork(scanResult) in updateWifiConfigOnStartConnection()