History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/ActiveModeManager.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/ActiveModeManager.java
a7798d5d92a8a324ba8e70148a2601547a138d2e 04-Apr-2018 Rebecca Silberstein <silberst@google.com> ActiveModeManager: add default scan available bcast

Add a default implementation to send the ScanAvailable
broadcast for mode implementations to use - in particular, when they are
entering a mode. This allows modes to signal the proper state to
WifiScanningService without adding ref counting that would complicate
the ScanningService impl when only one STA interface is available. At
the point multiple STA interfaces can be running in parallel, this will
need to be changed.

Note: the scan available update in WSMP for softap mode will be removed
when softap is independent of the other modes.

Bug: 76168955
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Test: manually verified WifiScanner state when toggling wifi, location
and softap
Test: wifi integration tests

Change-Id: Ie6857478aa1082e3b9886a2497916225a56296c2
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ActiveModeManager.java
4569b3880ba8d741d466e2f880f91b29b56d5e18 02-Sep-2016 Rebecca Silberstein <silberst@google.com> WifiStateMachine: create mode manager classes

Add states and mode managers for WifiStateMachine refactor.

Bug: 31470190
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh

Change-Id: Iac6069316efddf17288fb1ad8a8b81ba054e40de
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ActiveModeManager.java