Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java319 private int mSupplicantRestartCount = 0; field in WifiStateMachine
4352 mSupplicantRestartCount = 0; in processMessage()
4375 if (++mSupplicantRestartCount <= SUPPLICANT_RESTART_TRIES) { in processMessage()
4381 loge("Failed " + mSupplicantRestartCount + in processMessage()
4383 mSupplicantRestartCount = 0; in processMessage()