Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WiFi] Fix connecting to strongest WiFi AP #3983

Merged
merged 3 commits into from
Mar 30, 2022

Conversation

TD-er
Copy link
Member

@TD-er TD-er commented Mar 30, 2022

  • Prevent duplicate entries in AP scan results: This also prevents issues where an AP changed channel and has worse RSSI. The previous known one may be attempted to connect to for ages until it expired.
  • Properly keep track if ongoing WiFi connect in progress.

The last one may otherwise try the next best candidate, which in a typical mesh setup, or any setup where multiple APs with the same SSID are present, is not the one with the strongest WiFi signal.

This also prevents issues where an AP changed channel and has worse RSSI. The previous known one may be attempted to connect to for ages until it expired.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant