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
360
badAuth += (entry.getValue().first.
authenticationFailure
>= FAILURE_THRESHOLD) ? 1 : 0;
470
return failCount.
authenticationFailure
;
498
public int
authenticationFailure
= 0;
521
authenticationFailure
++;
535
authenticationFailure
= 0;
544
+ ", Auth: " +
authenticationFailure
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLastResortWatchdogTest.java
294
.get(mBssids[net]).
authenticationFailure
);
346
.get(mBssids[net]).
authenticationFailure
, i + 1);
[
all
...]
Completed in 105 milliseconds