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

JustWifi::addNetwork wrong max ssid name length #24

Open
profawk opened this issue Oct 2, 2021 · 0 comments
Open

JustWifi::addNetwork wrong max ssid name length #24

profawk opened this issue Oct 2, 2021 · 0 comments

Comments

@profawk
Copy link

profawk commented Oct 2, 2021

if (!ssid || *ssid == 0x00 || strlen(ssid) > 31) {

the max ssid length by the RFC is 32. this causes problems with long ssid names change 31 to 32

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

No branches or pull requests

1 participant