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
55
public static final int
MAX_BSSID_AGE
= 10;
65
* Cached WifiConfigurations of available networks seen within
MAX_BSSID_AGE
scan results
148
if (entry.getValue().age <
MAX_BSSID_AGE
- 1) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLastResortWatchdogTest.java
125
* 4 networks appear in recentAvailalbeNetworks, after N=
MAX_BSSID_AGE
scans, only 2 remain
135
// Repeatedly buffer candidates 1 & 2,
MAX_BSSID_AGE
- 1 times
142
for (int i = 0; i < WifiLastResortWatchdog.
MAX_BSSID_AGE
- 1; i++) {
161
* This test starts with 4 networks seen, it then buffers N=
MAX_BSSID_AGE
empty scans
182
for (int i = 0; i < WifiLastResortWatchdog.
MAX_BSSID_AGE
; i++) {
186
for (int i = 0; i < WifiLastResortWatchdog.
MAX_BSSID_AGE
; i++) {
221
* Expected behaviour: 4 networks added initially (2 ephemeral). After
MAX_BSSID_AGE
more
235
// Repeatedly buffer candidates 1 & 2,
MAX_BSSID_AGE
- 1 times
242
for (int i = 0; i < WifiLastResortWatchdog.
MAX_BSSID_AGE
- 1; i++) {
[
all
...]
Completed in 145 milliseconds