Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DScanResultUtil.java52 public static boolean isScanResultForPskNetwork(ScanResult scanResult) { in isScanResultForPskNetwork() method in ScanResultUtil
151 return (!(isScanResultForWepNetwork(scanResult) || isScanResultForPskNetwork(scanResult) in isScanResultForOpenNetwork()
190 } else if (isScanResultForPskNetwork(scanResult)) { in setAllowedKeyManagementFromScanResult()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanResultMatchInfo.java97 } else if (ScanResultUtil.isScanResultForPskNetwork(scanResult)) { in getNetworkType()
DWifiMetrics.java1704 } else if (ScanResultUtil.isScanResultForPskNetwork(scanResult) in updateMetricsFromScanResult()
2385 } else if (ScanResultUtil.isScanResultForPskNetwork(scanResult) in countScanResults()
DClientModeImpl.java6405 if (ScanResultUtil.isScanResultForPskNetwork(scanResult) in updateWifiConfigOnStartConnection()