From 1b9c8ad32767f8eb2265885460f874c94498276d Mon Sep 17 00:00:00 2001 From: Rohit Vighne Date: Sun, 22 Jan 2023 19:00:00 -0500 Subject: [PATCH] hostapd: support WPA3 (CONFIG_SAE flag) --- srcpkgs/hostapd/files/config | 3 +++ srcpkgs/hostapd/template | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/hostapd/files/config b/srcpkgs/hostapd/files/config index af329992642f..98c5dd2c29f5 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 2db4caf4fb7d..0ee2e744a777 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"