Searched defs:mSupplicantStartedState (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java728 private State mSupplicantStartedState = new SupplicantStartedState(); field in class:WifiStateMachine
1035 addState(mSupplicantStartedState, mDefaultState);
1036 addState(mDriverStartingState, mSupplicantStartedState);
1037 addState(mDriverStartedState, mSupplicantStartedState);
1048 addState(mWaitForP2pDisableState, mSupplicantStartedState);
1049 addState(mDriverStoppingState, mSupplicantStartedState);
1050 addState(mDriverStoppedState, mSupplicantStartedState);

Completed in 37 milliseconds