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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java96 * The WifiStateMachine handles SoftAp and Client operations while WifiP2pService
101 public class WifiStateMachine extends StateMachine { class in inherits:StateMachine
540 public WifiStateMachine(Context context, String wlanInterface) { method in class:WifiStateMachine
541 super("WifiStateMachine");
1788 mContext, WifiStateMachine.this, mInterfaceName);
2479 if (mP2pSupported) mWifiP2pChannel.sendMessage(WifiStateMachine.CMD_ENABLE_P2P);
2639 mWifiP2pChannel.sendMessage(WifiStateMachine.CMD_DISABLE_P2P_REQ);
2644 case WifiStateMachine.CMD_DISABLE_P2P_RSP:
3572 case WifiStateMachine.CMD_RESPONSE_AP_CONFIG:

Completed in 36 milliseconds