Searched refs:maxApForDistance (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DBatchedScanSettings.java88 public int maxApForDistance; field in class:BatchedScanSettings
99 maxApForDistance = UNSPECIFIED;
109 maxApForDistance = source.maxApForDistance;
133 if (maxApForDistance != UNSPECIFIED && (maxApForDistance < MIN_AP_FOR_DISTANCE ||
134 maxApForDistance > MAX_AP_FOR_DISTANCE)) return true;
164 if (maxApForDistance == UNSPECIFIED) {
165 maxApForDistance = DEFAULT_AP_FOR_DISTANCE;
166 } else if (maxApForDistance < MIN_AP_FOR_DISTANC
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java496 if (settings.maxApForDistance != BatchedScanSettings.UNSPECIFIED) {
497 cmd += " RTT=" + settings.maxApForDistance;

Completed in 112 milliseconds