Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

netconnectd does not recognize all valid wireless SSID values #17

Open
crawlingChaos opened this issue Oct 21, 2016 · 1 comment
Open

Comments

@crawlingChaos
Copy link

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?

@foosel
Copy link
Owner

foosel commented Oct 27, 2016

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants