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
{{ message }}
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
A wireless SSID can be any set of octets of length from 1 to 32. There is no restriction limiting a SSID to printable characters.
I have functioning wireless networks with names that consist only of varying numbers of space characters. wpa_supplicant has no problem with them yet netconnectd does. Presumably because it parses the SSID as a string?
The text was updated successfully, but these errors were encountered:
Or because it relies on /etc/network/interfaces and the wifi library to perform wifi configuration. Have you ever created a working client connection to one of those no-printable-character-SSIDs via /etc/network/interfaces instead of wpa-supplicant? If so, it might be possible to patch things up (I have admit though that I haven't had time to look into netconnectd for ages now since at the moment I don't use it myself).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A wireless SSID can be any set of octets of length from 1 to 32. There is no restriction limiting a SSID to printable characters.
I have functioning wireless networks with names that consist only of varying numbers of space characters. wpa_supplicant has no problem with them yet netconnectd does. Presumably because it parses the SSID as a string?
The text was updated successfully, but these errors were encountered: