Signed-off-by: Ulrich Ölmann <u.oelm...@pengutronix.de>
---
 config/hostapd/defconfig | 21 +++++++++++++++++++--
 rules/hostapd.make       |  4 ++--
 2 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/config/hostapd/defconfig b/config/hostapd/defconfig
index 41519b052905..28db7f31c04a 100644
--- a/config/hostapd/defconfig
+++ b/config/hostapd/defconfig
@@ -1,4 +1,4 @@
-# Example hostapd build time configuration
+# PTXdist hostapd build time configuration
 #
 # This file lists the configuration options that are used when building the
 # hostapd binary. All lines starting with # are ignored. Configuration option
@@ -18,6 +18,9 @@ CONFIG_DRIVER_HOSTAP=y
 # Driver interface for drivers using the nl80211 kernel interface
 CONFIG_DRIVER_NL80211=y
 
+# QCA vendor extensions to nl80211
+#CONFIG_DRIVER_NL80211_QCA=y
+
 # driver_nl80211.c requires libnl. If you are compiling it yourself
 # you may need to point hostapd to your version of libnl.
 #
@@ -246,6 +249,9 @@ CONFIG_VLAN_NETLINK=y
 # Should we use epoll instead of select? Select is used by default.
 #CONFIG_ELOOP_EPOLL=y
 
+# Should we use kqueue instead of select? Select is used by default.
+#CONFIG_ELOOP_KQUEUE=y
+
 # Select TLS implementation
 # openssl = OpenSSL (default)
 # gnutls = GnuTLS
@@ -290,7 +296,7 @@ CONFIG_TLSV12=y
 #CONFIG_SQLITE=y
 
 # Enable Fast Session Transfer (FST)
-#CONFIG_FST=y
+CONFIG_FST=y
 
 # Enable CLI commands for FST testing
 #CONFIG_FST_TEST=y
@@ -326,3 +332,14 @@ CONFIG_TLSV12=y
 # http://wireless.kernel.org/en/users/Documentation/acs
 #
 CONFIG_ACS=y
+
+# Multiband Operation support
+# These extentions facilitate efficient use of multiple frequency bands
+# available to the AP and the devices that may associate with it.
+#CONFIG_MBO=y
+
+# Client Taxonomy
+# Has the AP retain the Probe Request and (Re)Association Request frames from
+# a client, from which a signature can be produced which can identify the model
+# of client device like "Nexus 6P" or "iPhone 5s".
+#CONFIG_TAXONOMY=y
diff --git a/rules/hostapd.make b/rules/hostapd.make
index 06cd0a4161f4..21f2e01ab0fe 100644
--- a/rules/hostapd.make
+++ b/rules/hostapd.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_HOSTAPD) += hostapd
 # Paths and names
 #
 HOSTAPD_NAME   := hostapd
-HOSTAPD_VERSION        := 2.5
-HOSTAPD_MD5    := 69f9cec3f76d74f402864a43e4f8624f
+HOSTAPD_VERSION        := 2.6
+HOSTAPD_MD5    := eaa56dce9bd8f1d195eb62596eab34c7
 HOSTAPD                := $(HOSTAPD_NAME)-$(HOSTAPD_VERSION)
 HOSTAPD_SUFFIX := tar.gz
 HOSTAPD_URL    := http://w1.fi/releases/$(HOSTAPD).$(HOSTAPD_SUFFIX)
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to