OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_BSSID_AGE
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLastResortWatchdog.java
54
public static final int
MAX_BSSID_AGE
= 10;
64
* Cached WifiConfigurations of available networks seen within
MAX_BSSID_AGE
scan results
151
if (entry.getValue().age <
MAX_BSSID_AGE
- 1) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLastResortWatchdogTest.java
124
* 4 networks appear in recentAvailalbeNetworks, after N=
MAX_BSSID_AGE
scans, only 2 remain
134
// Repeatedly buffer candidates 1 & 2,
MAX_BSSID_AGE
- 1 times
141
for (int i = 0; i < WifiLastResortWatchdog.
MAX_BSSID_AGE
- 1; i++) {
160
* This test starts with 4 networks seen, it then buffers N=
MAX_BSSID_AGE
empty scans
181
for (int i = 0; i < WifiLastResortWatchdog.
MAX_BSSID_AGE
; i++) {
185
for (int i = 0; i < WifiLastResortWatchdog.
MAX_BSSID_AGE
; i++) {
220
* Expected behaviour: 4 networks added initially (2 ephemeral). After
MAX_BSSID_AGE
more
234
// Repeatedly buffer candidates 1 & 2,
MAX_BSSID_AGE
- 1 times
241
for (int i = 0; i < WifiLastResortWatchdog.
MAX_BSSID_AGE
- 1; i++) {
[
all
...]
Completed in 89 milliseconds