drivers icon indicating copy to clipboard operation
drivers copied to clipboard

wifinina: panic when trying to connect to AP without password

Open deadprogram opened this issue 3 years ago • 0 comments

When trying to use the WiFiNINA driver, if you attempt to connect to an unsecured access point, you get the following error:

panic: runtime error: index out of range

It appears this is because the firmware expects an empty string param to have length of zero, and then not actually send any data for the null string. I will submit a PR with a fix that appears to address this shortly.

deadprogram avatar Jan 24 '22 20:01 deadprogram