commit | 173dae04272c1b40488292f6392a922b4c4b2949 | [log] [tgz] |
---|---|---|
author | Rebecca Silberstein <silberst@google.com> | Fri Aug 05 11:55:39 2016 -0700 |
committer | Rebecca Silberstein <silberst@google.com> | Fri Aug 05 12:12:16 2016 -0700 |
tree | 472e2dee88771d1020c8dc19275f1603882ce860 | |
parent | 01dafe766c969517561dd9fd733ec475bc8eee5d [diff] |
WifiStateMachine: update new mode in initial state When WifiController calls setOperationalMode a CMD_SET_OPERATIONAL_MODE message is sent to WifiStateMachine. When this message is received in the InitialState, it is not handled where it is then dropped in the default state. Dropping this message causes WifiController and WifiStateMachine to get out of sync on the operating mode. BUG:29938263 Change-Id: I8481af8d6826f3da18f5762833a7b145d81b74dd TEST:runtest frameworks-wifi