-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enable SSID with spaces #31
Comments
See reference here: http://w1.fi/cgit/hostap/plain/hostapd/hostapd.conf |
Fix for issue #30 forces alphanumerical chars for SSID, which fixes the spaces problem as a temporary workaround. |
We'll use these lines in config file: ssid2=P"MoodleBox"
utf8_ssid=1 |
Issue splitted. We'll focus here on allowing spaces in SSID. See #38 for allowing UTF-8 chars in SSID. |
Seems that we should fix #32 beforehand, so that we can display the SSID correctly in any case. |
Fixed, tested, documentation done. Closing. |
Allow writing SSID with a space. See also #38.
The text was updated successfully, but these errors were encountered: