From aaa0e7b3f8339463b9168d1953aa0da35612d444 Mon Sep 17 00:00:00 2001 From: Alexey Abramov Date: Fri, 14 Apr 2023 08:50:51 +0200 Subject: gnu: hostapd: Add ACS and full dynamic vlan support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/admin.scm (hostapd): ACS (Automatic Channel Selection) will allow hostapd to pick the channel automatically. Full dynamic vlan support enables hostapd to automatically create bridge and VLAN interfaces if necessary (enables vlan_tagged_interface option). Signed-off-by: Ludovic Courtès --- gnu/packages/admin.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 92dc5a429f..64d5182037 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -58,6 +58,7 @@ ;;; Copyright © 2023 Juliana Sims ;;; Copyright © 2023 Lu Hui ;;; Copyright © 2023 Yovan Naumovski +;;; Copyright © 2023 Alexey Abramov ;;; ;;; This file is part of GNU Guix. ;;; @@ -2289,7 +2290,9 @@ command.") (display "CONFIG_LIBNL32=y CONFIG_IEEE80211R=y CONFIG_IEEE80211N=y - CONFIG_IEEE80211AC=y\n" port) + CONFIG_IEEE80211AC=y + CONFIG_FULL_DYNAMIC_VLAN=y + CONFIG_ACS=y\n" port) (close-port port)))) (add-after 'unpack 'patch-pkg-config (lambda _ -- cgit v1.2.3