hostapd: support WPA3 (CONFIG_SAE flag)

This commit is contained in:
Rohit Vighne 2023-01-22 19:00:00 -05:00 committed by classabbyamp
parent 6e9dba2e26
commit 75656e9a9e
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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"