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

Add password length check to Wifi.beginAP() #811

Closed
megacct opened this issue Dec 25, 2023 · 1 comment · Fixed by #826
Closed

Add password length check to Wifi.beginAP() #811

megacct opened this issue Dec 25, 2023 · 1 comment · Fixed by #826
Assignees
Labels
bug Something isn't working WiFi

Comments

@megacct
Copy link

megacct commented Dec 25, 2023

Supplying a password of length < 8 currently crashes GIGA R1 with:

whd_wifi_init_ap() ERROR: 33555478
++ MbedOS Error Info ++
Error Status: 0x80010134 Code: 308 Module: 1
Error Message: Semaphore: 0x0, Parameter error
Location: 0x8050BF3
Error Value: 0x0
Current Thread: WHD Id: 0x24017868 Entry: 0x80570ED StackSize: 0x1400 StackMem: 0x240178B0 SP: 0x2407FEF4
For more info, visit: https://mbed.com/s/error?error=0x80010134&osver=61700&core=0x411FC271&comp=2&ver=90200&tgt=GIGA
-- MbedOS Error Info --

@facchinm facchinm added bug Something isn't working WiFi labels Jan 9, 2024
@Rocketct
Copy link
Contributor

ciao this should be fixed by #826

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working WiFi
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants