OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isScanResultForWepNetwork
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ScanResultUtil.java
68
public static boolean
isScanResultForWepNetwork
(ScanResult scanResult) {
78
return !(
isScanResultForWepNetwork
(scanResult) || isScanResultForPskNetwork(scanResult)
108
if (ScanResultUtil.
isScanResultForWepNetwork
(scanResult)
142
} else if (
isScanResultForWepNetwork
(scanResult)) {
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/util/
ScanResultUtil.java
55
public static boolean
isScanResultForWepNetwork
(ScanResult scanResult) {
65
return !(
isScanResultForWepNetwork
(scanResult)
141
if (ScanResultUtil.
isScanResultForWepNetwork
(scanResult)
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java
534
if (ScanResultUtil.
isScanResultForWepNetwork
(scanResult)) {
[
all
...]
Completed in 2294 milliseconds