Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStateTracker.java141 SupplicantState supState = (SupplicantState) stateChangeResult.state; in transitionOnSupplicantStateChange() local
143 if (DBG) Log.d(TAG, "Supplicant state: " + supState.toString() + "\n"); in transitionOnSupplicantStateChange()
145 switch (supState) { in transitionOnSupplicantStateChange()
176 Log.e(TAG, "Unknown supplicant state " + supState); in transitionOnSupplicantStateChange()