You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: try multiple times to connect to an AP
I sometimes get "connection refused" for no apparent reason, even though
the same AP works at other times. So when that happens, try again with a
different AP.
I don't know why this happens, but with this patch the connection code
should be a bit more robust.
(cherry picked from commit 0ad7f6a)