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: handle open wifi in setKnownStationsWPA correctly #1627

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

daniel-rose
Copy link
Contributor

Currently, open wifis are initialized with key_mgmt WPA. The problem is the function setKnownStationsWPA. It does not differentiate between open and secured wifi. With this pull request, i'm able to connect to open wifis. I think that the issue #1588 is also fixed.

use `... key_mgmt NONE` instead of `... psk XXX`
@billz billz merged commit 98c2a7c into RaspAP:master Aug 2, 2024
3 checks passed
@billz
Copy link
Member

billz commented Aug 2, 2024

@daniel-rose many thanks for the PR

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.

2 participants