Searched defs:mSupplicantStoppingState (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java730 private State mSupplicantStoppingState = new SupplicantStoppingState(); field in class:WifiStateMachine
1051 addState(mSupplicantStoppingState, mDefaultState);
5141 transitionTo(mSupplicantStoppingState);
5640 mTransitionToState = mSupplicantStoppingState;

Completed in 99 milliseconds