Home
last modified time | relevance | path

Searched refs:badAuth (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLastResortWatchdog.java345 int badAuth = 0; in incrementWifiMetricsTriggerCounts() local
350 badAuth += (entry.getValue().first.authenticationFailure >= FAILURE_THRESHOLD) ? 1 : 0; in incrementWifiMetricsTriggerCounts()
354 if (badAuth > 0) { in incrementWifiMetricsTriggerCounts()
355 mWifiMetrics.addCountToNumLastResortWatchdogBadAuthenticationNetworksTotal(badAuth); in incrementWifiMetricsTriggerCounts()