On Sat, 19 Dec 2020, Michael Balzer wrote:
> If we need to force good/bad state, I suggest adding a method for this right
> after WifiStaCheckSQ().
Rather than just adding m_wifi_good = false in some place like
WifiStaStop()? Another method doesn't seem warranted. That is a
member variable, not something local to WifiStaCheckSQ().
-- Steve