Skip to content
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

Fixed SSID length limit to 32 bytes #4691

Closed
wants to merge 1 commit into from
Closed

Conversation

jgesser
Copy link

@jgesser jgesser commented Apr 27, 2018

Wifi was rejecting connections for SSID with 32 bytes.
It was also returning trash bytes at the end of SSIDs when scanning ...

@devyte
Copy link
Collaborator

devyte commented Apr 28, 2018

@jgesser Thanks! However, this PR is incomplete. There are other places where ssid is used, which need to be modified.
Examples off the top of my head:

There may be other places. A thorough search of code that sets/gets/uses the ssid must be done.

Also, there is the SoftAP ssid to consider in ESP8266WiFiAP.cpp.

And having said that, I just realized that 64-char passphrase is not supported for SoftAP. Not sure if it makes sense, though.

Copy link
Collaborator

@devyte devyte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR is incomplete, see Conversation.

@devyte
Copy link
Collaborator

devyte commented Dec 2, 2018

Closing in favor of #5411 .

@devyte devyte closed this Dec 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants