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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java458 private State mSupplicantStartedState = new SupplicantStartedState(); field in class:WifiStateMachine
698 addState(mSupplicantStartedState, mDefaultState);
699 addState(mDriverStartingState, mSupplicantStartedState);
700 addState(mDriverStartedState, mSupplicantStartedState);
711 addState(mWaitForP2pDisableState, mSupplicantStartedState);
712 addState(mDriverStoppingState, mSupplicantStartedState);
713 addState(mDriverStoppedState, mSupplicantStartedState);

Completed in 28 milliseconds