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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java98 * The WifiStateMachine handles SoftAp and Client operations while WifiP2pService
103 public class WifiStateMachine extends StateMachine { class in inherits:StateMachine
105 private static final String TAG = "WifiStateMachine";
570 public WifiStateMachine(Context context, String wlanInterface) { method in class:WifiStateMachine
2771 if (mP2pSupported) mWifiP2pChannel.sendMessage(WifiStateMachine.CMD_ENABLE_P2P);
2933 mWifiP2pChannel.sendMessage(WifiStateMachine.CMD_DISABLE_P2P_REQ);
2939 case WifiStateMachine.CMD_DISABLE_P2P_RSP:
3364 mContext, WifiStateMachine.this, mInterfaceName);
3843 case WifiStateMachine.CMD_RESPONSE_AP_CONFIG:

Completed in 62 milliseconds