Home
last modified time | relevance | path

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

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