HomeSort by relevance Sort by last modified time
    Searched refs:supState (Results 1 - 2 of 2) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
WpsStateMachine.java 144 SupplicantState supState = (SupplicantState) stateChangeResult.state;
145 switch (supState) {
169 if (DBG) Log.d(TAG, "Ignoring supplicant state " + supState.name());
SupplicantStateTracker.java 96 SupplicantState supState = (SupplicantState) stateChangeResult.state;
98 if (DBG) Log.d(TAG, "Supplicant state: " + supState.toString() + "\n");
100 switch (supState) {
131 Log.e(TAG, "Unknown supplicant state " + supState);

Completed in 1948 milliseconds