OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authenticationFailure
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLastResortWatchdog.java
347
badAuth += (entry.getValue().first.
authenticationFailure
>= FAILURE_THRESHOLD) ? 1 : 0;
456
return failCount.
authenticationFailure
;
492
public int
authenticationFailure
= 0;
515
authenticationFailure
++;
529
authenticationFailure
= 0;
538
+ ", Auth: " +
authenticationFailure
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLastResortWatchdogTest.java
293
.get(mBssids[net]).
authenticationFailure
);
345
.get(mBssids[net]).
authenticationFailure
, i + 1);
[
all
...]
Completed in 84 milliseconds