diff --git a/srcpkgs/hostapd/files/config b/srcpkgs/hostapd/files/config index af329992642..98c5dd2c29f 100644 --- a/srcpkgs/hostapd/files/config +++ b/srcpkgs/hostapd/files/config @@ -100,3 +100,6 @@ CONFIG_ACS=y # Support debug logging to syslog CONFIG_DEBUG_SYSLOG=y + +# Simultaneous Authentication of Equals (SAE), WPA3-Personal +CONFIG_SAE=y diff --git a/srcpkgs/hostapd/template b/srcpkgs/hostapd/template index 2db4caf4fb7..0ee2e744a77 100644 --- a/srcpkgs/hostapd/template +++ b/srcpkgs/hostapd/template @@ -1,7 +1,7 @@ # Template file for 'hostapd' pkgname=hostapd version=2.10 -revision=1 +revision=2 build_wrksrc="$pkgname" conf_files="/etc/hostapd/hostapd.conf" hostmakedepends="pkg-config"