History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/DefaultModeManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f29c56eb230ac7b4148226151e2f4731011d5a43 10-May-2018 Rebecca Silberstein <silberst@google.com> ActiveModeManager: add dump calls

To aid in debugging, add dump calls to active mode managers.

Bug: 79155403
Test: manually verify dumpsys wifi
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: Id37bc7e1dc214d3cac057f1645addd4ef162fdea
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/DefaultModeManager.java
049fa25059870a438c01c5ca13aac443af7efedb 18-Jan-2018 Rebecca Silberstein <silberst@google.com> WifiStateMachinePrime: collapse modes to a single state

With the ModeManagers becoming fully disposable, we no longer need the
idle states. Collapse the idle + active states for each mode in to a
single state. Also adds a DefaultModeManager that will handle calls
servicing WifiManager API calls.

In the case of a failure (scan/softap modes currently), we should move
to the disabled state. Calls will be handled by the DefaultModeManager
when wifi is fully off.

Bug: 71784953
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Test: wifi integration tests
Change-Id: I7fdd8994726616e8b51f3fae6887c73da5da883a
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/DefaultModeManager.java