mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hostapd: support WPA3 (CONFIG_SAE flag)
This commit is contained in:
parent
6e9dba2e26
commit
75656e9a9e
2 changed files with 4 additions and 1 deletions
|
@ -100,3 +100,6 @@ CONFIG_ACS=y
|
||||||
|
|
||||||
# Support debug logging to syslog
|
# Support debug logging to syslog
|
||||||
CONFIG_DEBUG_SYSLOG=y
|
CONFIG_DEBUG_SYSLOG=y
|
||||||
|
|
||||||
|
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
||||||
|
CONFIG_SAE=y
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hostapd'
|
# Template file for 'hostapd'
|
||||||
pkgname=hostapd
|
pkgname=hostapd
|
||||||
version=2.10
|
version=2.10
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc="$pkgname"
|
build_wrksrc="$pkgname"
|
||||||
conf_files="/etc/hostapd/hostapd.conf"
|
conf_files="/etc/hostapd/hostapd.conf"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue