Skip to content

WifiStateChangeService fixes

WifiStateChangeService had a number of issues, including being run often when there was no change, and being run twice at start-up. Also, its complete broadcast was being sent twice, in effect. That made for a lot of flaky behavior for the things that rely on that information, namely wifi swap.

Merge request reports