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

Fix wrong password same SSID #5124

Merged
merged 2 commits into from Jun 10, 2021
Merged

Fix wrong password same SSID #5124

merged 2 commits into from Jun 10, 2021

Conversation

Lumics
Copy link
Contributor

@Lumics Lumics commented Apr 28, 2021

When iterating through APlist from first to the last element, a corrected password for already known SSID is not used. Therefore, I propose to iterate from the back of the list. With iterating from the back through the vector, an already known SSID with a corrected password is used instead.

Look at last element of list first (with hopefully correct password)
@CLAassistant
Copy link

CLAassistant commented Apr 28, 2021

CLA assistant check
All committers have signed the CLA.

@me-no-dev me-no-dev merged commit 5ae3e83 into espressif:master Jun 10, 2021
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.

None yet

3 participants