openwrt / luci

LuCI - OpenWrt Configuration Interface
Apache License 2.0
6.35k stars 2.53k forks source link

luci-mod-network: Cipher option is not required for WPA3 Enterprise security mode #6962

Open morse-sophronia opened 7 months ago

morse-sophronia commented 7 months ago

Cipher option is not required for WPA3 Enterprise security mode, as Openwrt only supports CCMP cipher for wpa3. image

Steps to reproduce:

image

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

morse-sophronia commented 7 months ago

https://github.com/openwrt/luci/pull/6963

systemcrash commented 7 months ago

I agree with this observation, but there may be newer ciphers in the future which could appear there. So the choice field should remain.

brada4 commented 7 months ago

It should be AES and AES192, certainly no TKIP. https://www.wi-fi.org/system/files/Wi-Fi_Alliance_Technical_Note_TKIP_v1.0.pdf

Neustradamus commented 2 months ago

I confirm no TKIP for WPA3:

It must be solved.