Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DScanResultUtil.java207 public static boolean isScanResultForWepNetwork(ScanResult scanResult) { in isScanResultForWepNetwork() method in ScanResultUtil
273 return (!(isScanResultForWepNetwork(scanResult) || isScanResultForPskNetwork(scanResult) in isScanResultForOpenNetwork()
334 if (ScanResultUtil.isScanResultForWepNetwork(scanResult)) { in generateSecurityParamsListFromScanResult()
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DUtils.java101 if (isScanResultForWepNetwork(scanResult)) { in getSecurityTypesFromScanResult()
924 public static boolean isScanResultForWepNetwork(ScanResult scanResult) { in isScanResultForWepNetwork() method in Utils
980 return (!(isScanResultForWepNetwork(scanResult) || isScanResultForPskNetwork(scanResult) in isScanResultForOpenNetwork()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java2177 if (ScanResultUtil.isScanResultForWepNetwork(scanResult)) { in updateMetricsFromScanResult()
2877 || ScanResultUtil.isScanResultForWepNetwork(scanResult)) { in countScanResults()