Home
last modified time | relevance | path

Searched refs:SoftApStateMachine (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java192 private final SoftApStateMachine mStateMachine;
307 mStateMachine.sendMessage(SoftApStateMachine.CMD_FAILURE);
312 mStateMachine.sendMessage(SoftApStateMachine.CMD_FAILURE, instanceName);
334 SoftApStateMachine.CMD_AP_INFO_CHANGED, 0, 0, apInfo);
343 mStateMachine.sendMessage(SoftApStateMachine.CMD_ASSOCIATED_STATIONS_CHANGED,
459 SoftApStateMachine.CMD_SAFE_CHANNEL_FREQUENCY_CHANGED); in SoftApManager()
495 mStateMachine = new SoftApStateMachine(looper); in SoftApManager()
512 mStateMachine.sendMessage(SoftApStateMachine.CMD_START, requestorWs); in SoftApManager()
530 mStateMachine.sendMessage(SoftApStateMachine.CMD_STOP); in stop()
621 mStateMachine.sendMessage(SoftApStateMachine.CMD_UPDATE_CAPABILITY, capability); in updateCapability()
[all …]