RaspAP / raspap-webgui

Simple wireless AP setup & management for Debian-based devices
https://raspap.com/
GNU General Public License v3.0
4.43k stars 786 forks source link

fix: handle open wifi in `setKnownStationsWPA` correctly #1627

Closed daniel-rose closed 1 month ago

daniel-rose commented 2 months ago

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.

billz commented 1 month ago

@daniel-rose many thanks for the PR