Lines Matching defs:WifiStateMachine

145  * The WifiStateMachine handles SoftAp and Client operations while WifiP2pService
150 public class WifiStateMachine extends StateMachine implements WifiNative.WifiRssiEventHandler {
159 private static final String TAG = "WifiStateMachine";
563 // WifiStateMachine starts up
809 * Used to handle messages bounced between WifiStateMachine and IpManager.
825 AsyncChannel.class, WifiStateMachine.class, DhcpClient.class };
1003 public WifiStateMachine(Context context, FrameworkFacade facade, Looper looper,
1007 super("WifiStateMachine", looper);
1609 return mWifiNative.startRssiMonitoring(maxRssi, minRssi, WifiStateMachine.this);
1689 // TODO this is a temporary measure to bridge between WifiScanner and WifiStateMachine until
1690 // scan functionality is refactored out of WifiStateMachine.
1717 // ignore all events since WifiStateMachine is registered for the supplicant events
2510 case WifiStateMachine.CMD_AUTO_SAVE_NETWORK:
3677 msg.obj = WifiStateMachine.this;
3751 logd("WifiStateMachine: handleSuccessfulIpConfiguration and no scan results" +
4761 // We can't do this in the constructor because WifiStateMachine is created before the
4768 WifiStateMachine.this, mWifiScanner, mWifiConfigManager, mWifiInfo,
4833 mWifiP2pChannel.sendMessage(WifiStateMachine.CMD_ENABLE_P2P);
5005 mWifiP2pChannel.sendMessage(WifiStateMachine.CMD_DISABLE_P2P_REQ);
5012 case WifiStateMachine.CMD_DISABLE_P2P_RSP:
5973 // When connecting to an access point, WifiStateMachine wants to update the
6100 case WifiStateMachine.CMD_AUTO_SAVE_NETWORK:
6407 WifiStateMachine.this.sendMessage(CMD_ACCEPT_UNVALIDATED, accept ? 1 : 0);
6412 WifiStateMachine.this.sendMessage(
6418 WifiStateMachine.this.sendMessage(
6436 WifiStateMachine.this.sendMessage(CMD_STOP_RSSI_MONITORING_OFFLOAD,
6452 WifiStateMachine.this.sendMessage(CMD_STOP_RSSI_MONITORING_OFFLOAD,
6459 WifiStateMachine.this.sendMessage(CMD_START_RSSI_MONITORING_OFFLOAD,
6910 case WifiStateMachine.CMD_AUTO_SAVE_NETWORK:
7134 logd("WifiStateMachine: Leaving Roaming state");
7432 logd("WifiStateMachine: Leaving Connected state");