]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
hostapd: Enable support for 802.11ax QCN9074
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Sep 2022 15:57:21 +0000 (15:57 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Sep 2022 15:57:21 +0000 (15:57 +0000)
This patch pulls the default configuration from upstream which is making
this change slightly more verbose than it has to be.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/hostapd/config
lfs/hostapd

index d3383afde2ed99e74159185d894d3b66f8d3a71c..c2cc9f4f280de0ee9bb891a605076adefacedd5b 100644 (file)
@@ -156,10 +156,20 @@ CONFIG_RSN_PREAUTH=y
 CONFIG_IEEE80211AC=y
 
 # IEEE 802.11ax HE support
+CONFIG_IEEE80211AX=y
+
+# IEEE 802.11be EHT support
+# CONFIG_IEEE80211AX is mandatory for setting CONFIG_IEEE80211BE.
 # Note: This is experimental and work in progress. The definitions are still
 # subject to change and this should not be expected to interoperate with the
-# final IEEE 802.11ax version.
-CONFIG_IEEE80211AX=y
+# final IEEE 802.11be version.
+#CONFIG_IEEE80211BE=y
+
+# Simultaneous Authentication of Equals (SAE), WPA3-Personal
+CONFIG_SAE=y
+
+# SAE Public Key, WPA3-Personal
+CONFIG_SAE_PK=y
 
 # Remove debugging code that is printing out debug messages to stdout.
 # This can be used to reduce the size of the hostapd considerably if debugging
@@ -346,7 +356,7 @@ CONFIG_TLS=openssl
 # * ath10k
 #
 # For more details refer to:
-# http://wireless.kernel.org/en/users/Documentation/acs
+# https://wireless.wiki.kernel.org/en/users/documentation/acs
 #
 CONFIG_ACS=y
 
@@ -396,6 +406,20 @@ CONFIG_AIRTIME_POLICY=y
 # that functionality is subject to be removed in the future.
 #CONFIG_NO_TKIP=y
 
+# Pre-Association Security Negotiation (PASN)
+# Experimental implementation based on IEEE P802.11z/D2.6 and the protocol
+# design is still subject to change. As such, this should not yet be enabled in
+# production use.
+# This requires CONFIG_IEEE80211W=y to be enabled, too.
+#CONFIG_PASN=y
+
+# Device Provisioning Protocol (DPP) (also known as Wi-Fi Easy Connect)
+CONFIG_DPP=y
+# DPP version 2 support
+CONFIG_DPP2=y
+# DPP version 3 support (experimental and still changing; do not enable for
+# production use)
+#CONFIG_DPP3=y
+
 # Manually added options
-CONFIG_SAE=y
 CONFIG_IEEE80211W=y
index dee60f7d9581b106493403641cfd72f6b0a75ae9..c5631e58cb2e4090adae9a3c70bdaad062dd3c68 100644 (file)
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = hostapd
-PAK_VER    = 60
+PAK_VER    = 61
 
 DEPS       =