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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java100 * The WifiStateMachine supports Soft Ap and Client operations while WifiP2pService
101 * handles Direct. WifiP2pService and WifiStateMachine co-ordinate to ensure only
106 public class WifiStateMachine extends StateMachine { class in inherits:StateMachine
108 private static final String TAG = "WifiStateMachine";
546 public WifiStateMachine(Context context, String wlanInterface) { method in class:WifiStateMachine
1691 mPowerMode = WifiStateMachine.POWER_MODE_AUTO;
1693 if (mPowerMode != WifiStateMachine.POWER_MODE_ACTIVE) {
1694 WifiNative.setPowerModeCommand(WifiStateMachine.POWER_MODE_ACTIVE);
2908 mContext, WifiStateMachine.this, mInterfaceName);
3003 sendMessage(obtainMessage(WifiStateMachine
[all...]

Completed in 68 milliseconds