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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java105 * The WifiStateMachine handles SoftAp and Client operations while WifiP2pService
110 public class WifiStateMachine extends StateMachine { class in inherits:StateMachine
237 private WifiStateMachine mWifiStateMachine;
239 InterfaceObserver(WifiStateMachine wifiStateMachine) {
643 public WifiStateMachine(Context context, String wlanInterface) { method in class:WifiStateMachine
644 super("WifiStateMachine");
2348 mContext, WifiStateMachine.this, mInterfaceName);
3064 mWifiP2pChannel.sendMessage(WifiStateMachine.CMD_ENABLE_P2P);
3257 mWifiP2pChannel.sendMessage(WifiStateMachine.CMD_DISABLE_P2P_REQ);
3262 case WifiStateMachine
[all...]

Completed in 40 milliseconds