-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/cyw43_ll: Add checks for STA and AP password lengths.
Add constants for WPA and SAE password lengths. Use these to replace magic numbers and check the key length is in range. Also move some private constants into the source file to avoid confusion.
- Loading branch information
1 parent
7885eb3
commit faf3638
Showing
2 changed files
with
31 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters