-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
luci-mod-network: Cipher option is not required for WPA3 Enterprise security mode #6962
Comments
morse-sophronia
added a commit
to morse-sophronia/luci
that referenced
this issue
Mar 4, 2024
… Enterprise security mode Signed-off-by: morse-sophronia <160552744+morse-sophronia@users.noreply.github.com>
I agree with this observation, but there may be newer ciphers in the future which could appear there. So the choice field should remain. |
It should be AES and AES192, certainly no TKIP. |
I confirm no TKIP for WPA3:
It must be solved. |
This was referenced Aug 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cipher option is not required for WPA3 Enterprise security mode, as Openwrt only supports CCMP cipher for wpa3.
Steps to reproduce:
Actual behavior:
These options for Cipher is not required and it can default to CCMP
Expected behavior:
if encryption is wpa3, default cipher to CCMP
The text was updated successfully, but these errors were encountered: