Skip to content
New issue

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

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

Already on GitHub? # to your account

Change default WiFi STA encryption to WIFI_AUTH_WPA2_PSK #6022

Merged
merged 1 commit into from
Dec 14, 2021

Conversation

me-no-dev
Copy link
Member

Fixes: #6020

@me-no-dev me-no-dev changed the title Change default WiFi encryption to WIFI_AUTH_WPA2_PSK Change default WiFi STA encryption to WIFI_AUTH_WPA2_PSK Dec 14, 2021
@me-no-dev me-no-dev merged commit 40a5c1e into master Dec 14, 2021
@me-no-dev me-no-dev deleted the me-no-dev-patch-1 branch December 14, 2021 18:07
Copy link

@mlord mlord left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change has no effect, because it fixed the wrong line.

Instead of this change, modify this line further down instead:
wifi_config->sta.threshold.authmode = WIFI_AUTH_WEP;

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A few changes for WiFiSTA performance
2 participants