diff options
| author | Felix Fietkau <nbd@nbd.name> | 2023-08-31 13:02:00 +0200 |
|---|---|---|
| committer | Felix Fietkau <nbd@nbd.name> | 2023-08-31 13:05:13 +0200 |
| commit | 8c03dc962f8e10f9fef0877a0f8d8235f619ef7d (patch) | |
| tree | afac2f6cfe927c8a081b71678d518d598db136fc | |
| parent | b63df6ce5d0639e6106967fd445c96518da52afb (diff) | |
| download | upstream-8c03dc962f8e10f9fef0877a0f8d8235f619ef7d.tar.gz upstream-8c03dc962f8e10f9fef0877a0f8d8235f619ef7d.tar.bz2 upstream-8c03dc962f8e10f9fef0877a0f8d8235f619ef7d.zip | |
netifd: update to the latest version
db3934d2f740 scripts/netifd-wireless.sh: properly fix WPA3 Enterprise support
Support the following values for the different WPA3 Enterprise modes:
- wpa3-mixed: WPA3 Enterprise transitional mode
This supports EAP with both SHA1 and SHA-256, with optional MFP
- wpa3: WPA3 Enterprise only mode
This supports only SHA256 with mandatory MFP
- wpa3-192: WPA3 Enterprise with mandatory 192 bit support
This uses only GCMP-256 ciphers
Disable 192 bit support and GCMP-256 ciphers for the regular "wpa3" mode.
It seems that even leaving in optional 192 bit support breaks auth on some
clients, including iOS devices.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -rw-r--r-- | package/network/config/netifd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index ceedded96c9..978e44e309b 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git -PKG_SOURCE_DATE:=2023-08-17 -PKG_SOURCE_VERSION:=4711f74479e213ef86f8792b408b117d40148eb2 -PKG_MIRROR_HASH:=91c8aa8e890b0616c1ad1860618951ee73655c4e53cc31999dcbb8d00b8b456d +PKG_SOURCE_DATE:=2023-08-31 +PKG_SOURCE_VERSION:=db3934d2f740bdfe8537933741f71b439a109422 +PKG_MIRROR_HASH:=3fade75e70e7d0f926515f5bdac46bcd196a595ae024c16fc3c5aad65bb07777 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=GPL-2.0 |
