Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStateTracker.java56 private boolean mAuthFailureInSupplicantBroadcast = false; field in SupplicantStateTracker
223 mAuthFailureInSupplicantBroadcast = true; in processMessage()
228 sendSupplicantStateChangedBroadcast(state, mAuthFailureInSupplicantBroadcast); in processMessage()
229 mAuthFailureInSupplicantBroadcast = false; in processMessage()
318 mAuthFailureInSupplicantBroadcast); in processMessage()
348 sendSupplicantStateChangedBroadcast(state, mAuthFailureInSupplicantBroadcast); in processMessage()
380 pw.println("mAuthFailureInSupplicantBroadcast " + mAuthFailureInSupplicantBroadcast); in dump()