From patchwork Sun Oct 7 03:36:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 1950 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id F080D60993 for ; Sat, 6 Oct 2018 18:36:43 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 2CC0920680FA; Sat, 6 Oct 2018 17:36:43 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1538843803; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=Mu19J5gCEICxXGgKkUr/N92R83LRFs3YXbrZKbsoYUs=; b=KBxhmGFFlVRYdwiTfF3Qiwu27W4iSoanLgDeFL1B+PIh+qDmxyz5LSZWnw9yAkjxCLyNEm nryuF5V8ALtKnQdhSpblso6GNXq6k4o3gO+JxW6RJL9WYTYhc7KhVTmZj1WC9zUqm0d/Lr 0NHmWTS86qLrqkn0UkmveI6liHEsIcI6m9phLyfQmSLClLR9J2ytt+sQ7KKmbLVpeDwdEW 8HwyGgtoZFrLMGj8mzkAO7AqQ6BkOAB79iXoBHX34B5woKXesILU1F7FMdoO65MbU0owrR 9QiT9BF8694dhiFxngSSJ2bMQbou2i8UdA6oqxQ7+exM4ft9Yz/dyIULv+zr2g== Received: from ipfire.tremer.co.uk (unknown [88.98.219.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4504E218F5EC; Sat, 6 Oct 2018 17:36:40 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1538843800; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=Mu19J5gCEICxXGgKkUr/N92R83LRFs3YXbrZKbsoYUs=; b=znk9XRkb/WySYpAz1QX5hnOIn9GzSSeFXBTlMaVkQfrcftcFrSjCInUXhRivDHa3qKybze y/zzO52IlcnxI7QjAyl9KKMsSHQbrFRvpEVwi8L+NGxfPwXqwNIW3Xetx9W3eZhkKOB/vj Y6hawKWaXiL2Pe1YS+aVa17XhuddlXpkiQOwQrMXKJVBgHYyBDPXu52UXCXHQZFmEvgtbi GdAsOj95Sp5IlzEzjU/KaUWAyQtxLE11KnJKDuq2q6k5W9XJVNrc8vz8OHfsd02GZZGcHg f9jOHlLoDdsDU53ncvH6No8nOmInEh4z956xH2YjjQb7tEzTCJA+Hnl2K1cwjg== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/3] hostapd: Add support for 802.11ac Date: Sat, 6 Oct 2018 17:36:28 +0100 Message-Id: <20181006163630.13632-1-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.12.2 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ms smtp.mailfrom=michael.tremer@ipfire.org X-Spamd-Result: default: False [-2.10 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:56478, ipnet:88.98.216.0/22, country:GB]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-2.10 X-Rspamd-Server: mail01.i.ipfire.org Cc: Michael Tremer X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- html/cgi-bin/wlanap.cgi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi index bb40021cf..0abbf6d6e 100644 --- a/html/cgi-bin/wlanap.cgi +++ b/html/cgi-bin/wlanap.cgi @@ -73,6 +73,7 @@ $wlanapsettings{'SYSLOGLEVEL'} = '0'; $wlanapsettings{'DEBUG'} = '4'; $wlanapsettings{'DRIVER'} = 'NL80211'; $wlanapsettings{'HTCAPS'} = ''; +$wlanapsettings{'VHTCAPS'} = ''; &General::readhash("/var/ipfire/wlanap/settings", \%wlanapsettings); &Header::getcgihash(\%wlanapsettings); @@ -389,6 +390,7 @@ print<802.11g + END @@ -428,6 +430,7 @@ END ; print <HT Caps:  +VHT Caps:  Tx Power:  Loglevel (hostapd):