From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id CH55Nxj4OGSaaAEASxT56A (envelope-from ) for ; Fri, 14 Apr 2023 08:52:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id mDWcNhj4OGSQewAAG6o9tA (envelope-from ) for ; Fri, 14 Apr 2023 08:52:08 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 991A41DF07 for ; Fri, 14 Apr 2023 08:52:08 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pnDHw-0007ZM-I0; Fri, 14 Apr 2023 02:52:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pnDHu-0007ZD-Jf for guix-patches@gnu.org; Fri, 14 Apr 2023 02:52:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pnDHu-00040j-B9 for guix-patches@gnu.org; Fri, 14 Apr 2023 02:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pnDHt-0002ym-PW for guix-patches@gnu.org; Fri, 14 Apr 2023 02:52:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62826] [PATCH v2] gnu: hostapd: Add ACS and full dynamic vlan support References: <20230414064641.8484-1-levenson@mmer.org> In-Reply-To: <20230414064641.8484-1-levenson@mmer.org> Resent-From: Alexey Abramov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 14 Apr 2023 06:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62826 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62826@debbugs.gnu.org Received: via spool by 62826-submit@debbugs.gnu.org id=B62826.168145509711421 (code B ref 62826); Fri, 14 Apr 2023 06:52:01 +0000 Received: (at 62826) by debbugs.gnu.org; 14 Apr 2023 06:51:37 +0000 Received: from localhost ([127.0.0.1]:45311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnDHU-0002y9-Kc for submit@debbugs.gnu.org; Fri, 14 Apr 2023 02:51:36 -0400 Received: from mail.mmer.org ([178.22.65.174]:38894) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnDHS-0002xu-Hf for 62826@debbugs.gnu.org; Fri, 14 Apr 2023 02:51:35 -0400 Received: from mail.mmer.org (localhost [127.0.0.1]) by mail.mmer.org (OpenSMTPD) with ESMTP id 22658296 for <62826@debbugs.gnu.org>; Fri, 14 Apr 2023 06:51:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=mmer.org; h=from:to :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=dkim; bh=4ezkNjfD1vH322bzfEcsQNzMT J5AtPdeRRgSGCtJ2hs=; b=Dac99Htp2BA9s5AbOuiSXgW8JYuNb8qDs8vW09R55 5VXdr0ngpSCPoSpDZaeHsP15yAyGPx0I5ffneC8mHQdqwAT4wnhOmSvoTI9PNx52 PKyEjygC3FcvU/M4llledFmX63rCs9OTvLXS2abXGFuQwrIEUXGVBqfZ13K/c9Z4 5g= Received: from delta (j74210.upc-j.chello.nl [24.132.74.210]) by mail.mmer.org (OpenSMTPD) with ESMTPSA id f0f57c75 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <62826@debbugs.gnu.org>; Fri, 14 Apr 2023 06:51:28 +0000 (UTC) Date: Fri, 14 Apr 2023 08:50:51 +0200 Message-Id: <20230414065051.9330-1-levenson@mmer.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Alexey Abramov X-ACL-Warn: , Alexey Abramov via Guix-patches From: Alexey Abramov via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1681455128; a=rsa-sha256; cv=none; b=aWJ/85SKWIVuDaOqV/jGWjUwIgDLPekkWilLBWD7FYAVwMq4lAriaH99quJFF7+xALI8bX gCeLNKLMHPJwx3/vzmpSIjPHaLxe7XEvRgaZuYMh6qx7aNgIU4zTlcaby7r1P3mn3soMNm MK6VbktHQdIWZCMWh9Ylnf8nTAZ2Pwi8uquztDgwDz0c6npAw3x6roTBSZfLXtlWt/atuW WSImyNc10shW8hNWr4iS3W0jx824Mklqtpn8hSqTzvjzFFy/kHJA+Zc4Q/dRYiCWh/rDc8 c6Xye7/Vd8llMSMZWKsJCnhlKCQbyvJ5tBMaNMYDl39LduXBUlbZIVhA/O0vYg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mmer.org header.s=dkim header.b=Dac99Htp; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1681455128; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=G5qjjYwx0gFZ1pt9tJk3s0I5DH3DOSV/lIHRkXMGnKQ=; b=ZEyH1PsLJ4HuZD4Tjll5O4oW32K0W90+WJtP0fqmmtNGqkuoldAHULQ9ABzNrZfSqlpJDm Lt9Fo3QyQriufc+D1e/GPcaPJ5P0/QM0PSpzjiYsEhmmpUWEl6jPfxacwGhOY46J9V4tec nc9Kt8Kapaxk5+P2wMY57Gqi+IecU4rdbQXjqR8nSc2Tc7aAVkCZKOvbg/7EAdZs03zVCD HaQhv6CufJRRJkyBzvdnU+sbKjXhdO5wAmufRdRGF7NjlT4zo9H3g9xHwriN+tkVbCxzAb VJ6BfxZzmLm1sm62aH71tksIHP3wQ8rXJ/zyxnEW6QIlga+NmAtLF262CpM5AA== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -2.22 X-Spam-Score: -2.22 X-Migadu-Queue-Id: 991A41DF07 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mmer.org header.s=dkim header.b=Dac99Htp; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org X-TUID: rJwTFH5LSHFa * 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). --- gnu/packages/admin.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index c974a1d926..7cb8cf4da0 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. ;;; @@ -2317,7 +2318,9 @@ (define-public hostapd (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 _ -- 2.39.2