Comment 0 for bug 1496349

Revision history for this message
Jonas G. Drange (jonas-drange) wrote : Device should sleep if hotspot is active, but no clients are connected

* Scenario A: Device is awake, hotspot is ON, one or more clients connected.
* Scenario B: Device is awake, hotspot is ON, 0 clients connected.
* Scenario C: Device sleeps, hotspot is ON.

Scenario A is the only one that is handled well right now. B and C aren't handled at all.

What happens:
Scenario B: Device continues to be awake until hotspot is switched OFF.
Scenario C: Never happens.

What should happen:
Scenario B: Device should go to sleep.
Scenario C: If a client connects, the device should wake up.