tmedicci opened a new pull request, #9156:
URL: https://github.com/apache/nuttx/pull/9156
## Summary
Add support to select WPA3-SAE while connecting to an AP. Please note that
STA mode sets a security threshold, i.e, it was able to connect to a WPA3-SAE
network prior to this change because it connects to an equally or more secure
network than the set threshold. Considering this patch, however, the device is
now able to ignore WPA2-PSK APs when WPA3-SAE is set, for instance. It's more a
security improvement than a feature.
## Impact
Being able to filter less-secure wireless networks and avoids the device to
connect to them.
## Testing
Internal CI testing + ESP32/ESP32S3 Wi-Fi set to connect to an AP more
secure (WPA3-SAE) than the available network (WPA2-PSK) and checking the
negated connection due to security reasons.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]