-
Notifications
You must be signed in to change notification settings - Fork 3k
REALTEK_RTL8195AM Wifi driver - adds check of credentials validity #5577
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
REALTEK_RTL8195AM Wifi driver - adds check of credentials validity #5577
Conversation
Adds checks that SSID is non-empty and that password is 8-63 characters long when security is enabled
@SeppoTakalo , @jarlamsa , @mikaleppanen , please review |
cc @ARMmbed/team-realtek |
@ARMmbed/team-realtek Are you happy with this patch? |
Yes, this patch seems reasonable. |
/morph build |
Build : SUCCESSBuild number : 637 Triggering tests/morph test |
Test : SUCCESSBuild number : 462 |
Exporter Build : FAILUREBuild number : 267 |
Test : SUCCESSBuild number : 465 |
Restarting due to CI error /morph export-build |
Exporter Build : SUCCESSBuild number : 295 |
Adds checks that SSID is non-empty and that password is 8-63 characters
long when security is enabled
Description
Enables checking of SSID and password validity when set_credentials() is called
Status
READY
Migrations
NO
Steps to test or reproduce