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.java104 private final SoftApStateMachine mStateMachine;
198 mStateMachine.sendMessage(SoftApStateMachine.CMD_FAILURE);
216 SoftApStateMachine.CMD_AP_INFO_CHANGED, 0, 0, apInfo);
225 mStateMachine.sendMessage(SoftApStateMachine.CMD_ASSOCIATED_STATIONS_CHANGED,
239 mStateMachine.sendMessage(SoftApStateMachine.CMD_SAFE_CHANNEL_FREQUENCY_CHANGED);
351 mStateMachine = new SoftApStateMachine(looper); in SoftApManager()
370 mStateMachine.sendMessage(SoftApStateMachine.CMD_START, requestorWs); in SoftApManager()
388 mStateMachine.sendMessage(SoftApStateMachine.CMD_STOP); in stop()
439 mStateMachine.sendMessage(SoftApStateMachine.CMD_UPDATE_CAPABILITY, capability); in updateCapability()
449 mStateMachine.sendMessage(SoftApStateMachine.CMD_UPDATE_CONFIG, config); in updateConfiguration()
[all …]