You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can of course add wifi manually to /etc/wpa_supplicant/wpa_supplicant.conf, but it's the way it should be done.
Moreover, I did that and tried to remove the wifi network with spaces from raspap-webgui, but I encourtered the same error:
WPA passphrase must be between 8 and 63 characters
Seems that in configure_client.php quotation marks should be added to exec(); functions where wpa_passphrase is called.
Checklist
Bug description
When trying to connect to wifi network with spaces in it's name RaspAP reports following error:
Passphrase must be 8..63 characters
Your environment
Steps to reproduce
Connect to WiFi network with spaces in it's name from Wifi Client web page
Screenshots
Additional context
wpa_passphrase needs quotation mark ("") when wifi name has spaces in it's name. otherwise it will wrongly parse the input provided by raspap
The text was updated successfully, but these errors were encountered: