-
Notifications
You must be signed in to change notification settings - Fork 7.6k
A few changes for WiFiSTA performance #6020
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
Labels
Comments
me-no-dev
added a commit
that referenced
this issue
Dec 14, 2021
a change to do fast scan if channel is selected was just added today. The other change I just added here: #6022 |
me-no-dev
added a commit
that referenced
this issue
Dec 14, 2021
This fix in #6022 doesn't change anything -- best to revert it. The authmode gets overwritten with WIFI_AUTH_WEP a few lines further on, which is where the code should get changed to select WIFI_AUTO_WPA2_PSK instead. |
@YordanYanakiev and @me-no-dev, can you please validate this changes? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Related area
WiFi
Hardware specification
ESP32/ESP8266
Is your feature request related to a problem?
One of the root of the performance issues related to the Wifi.
Describe the solution you'd like
In WiFiSTA.cpp the user "mlord" ( Mark Lord ) ( https://github.com/mlord ) discovered that the performance issues is related with incoherent with the normal setup initialization in the AUTHMODE.
this is incoherent with the nowdays most used WPS2 PSK, and therefore it should be :
aside of that the current scan overdo it with Scanning all chaneles:
and it should be the fast scan:
these changes drop significally the time for connection from 3 to 17 seconds on some setups down to almost instantly
( the problem discussed in here : #2501 (comment) )
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: