History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiStateMachinePrime.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fa528234cf518fda63435cf9c4956576d64e8860 30-Sep-2016 Rebecca Silberstein <silberst@google.com> WifiStateMachinePrime: allow for configs in softap

WifiConfigurations need to be passed to SoftApManager. Add this path to
SoftApMode and SoftApModeActiveState along with tests.

Bug: 31846822
Test: runtests.sh
Change-Id: Ied383499f699619e55d4b05ba93260bf7a8440f5
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiStateMachinePrime.java
bfc30bd4c2ff0c62d6cfff22088a935878966a46 22-Sep-2016 Rebecca Silberstein <silberst@google.com> WifiStateMachinePrime: Implement SoftApMode path

Implement the logic to start, stop and maintain softap mode in
WifiStateMachinePrime. This CL covers the implementation and tests, but
does not include the call from WifiController to start softap with the
new code.

Bug: 31831721
Test: runtests.sh

Change-Id: Ib3250eb804b5b6a8e2b3b7218145a422205b2b45
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiStateMachinePrime.java
613dbfbefbe570c2fd5e1e6d959411bf75f6265b 25-Oct-2016 Rebecca Silberstein <silberst@google.com> WifiStateMachine: add DisabledState

Add a disabled state to maintain messages in the WifiStateMachinePrime
state machine.

Bug: 32402687
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: I636e70968ff2f97f457769d594ce3ce724d845a5
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiStateMachinePrime.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/WifiStateMachinePrime.java
33b9e8b153b1600e4e2187bd41075b367d9c15e0 01-Sep-2016 Rebecca Silberstein <silberst@google.com> WifiStateMachine: create class file for refactor

Create a new class called WifiStateMachinePrime that will be used as the
basis for the WifiStateMachine refactor.

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

Change-Id: I451bcb7c03d38d80ce2e3b6c2a52bd4b49ed5509
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiStateMachinePrime.java