acassis opened a new pull request, #1343:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1343

   ## Summary
   Avoid setting a password with invalid size, according with IEEE802.11i:
   "A pass-phrase is a sequence of between 8 and 63 ASCII-encoded characters. 
The limit of 63 comes from the desire to distinguish between a pass-phrase and 
a PSK displayed as 64 hexadecimal characters."
   ## Impact
   Some WIFI libs like the ESP32 expects that the password size respect the 
norm.
   ## Testing
   ```
   nsh> wapi psk wlan1 SmallP 3
   The password should have between 8 and 63 characters!
   ERROR: Process command (psk) failed.
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to