summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-08-09 10:05:55 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-08-09 10:06:04 +0200
commit714d609556ce7ad25e492c5378abc1ec2da842db (patch)
tree25838575ce3227c3a32ab1cd79eda3914eb7e788 /config
parent1091e21967355c4ea7c3ac4422b5502f2951b444 (diff)
downloadptxdist-714d609556ce7ad25e492c5378abc1ec2da842db.tar.gz
ptxdist-714d609556ce7ad25e492c5378abc1ec2da842db.tar.xz
hostapd: version bump 2.8 -> 2.9
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'config')
-rw-r--r--config/hostapd/defconfig16
1 files changed, 13 insertions, 3 deletions
diff --git a/config/hostapd/defconfig b/config/hostapd/defconfig
index 3b63c5e93..d05e1774b 100644
--- a/config/hostapd/defconfig
+++ b/config/hostapd/defconfig
@@ -108,11 +108,18 @@ CONFIG_EAP_SAKE=y
#CONFIG_EAP_GPSK_SHA256=y
# EAP-FAST for the integrated EAP server
-# Note: If OpenSSL is used as the TLS library, OpenSSL 1.0 or newer is needed
-# for EAP-FAST support. Older OpenSSL releases would need to be patched, e.g.,
-# with openssl-0.9.8x-tls-extensions.patch, to add the needed functions.
#CONFIG_EAP_FAST=y
+# EAP-TEAP for the integrated EAP server
+# Note: The current EAP-TEAP implementation is experimental and should not be
+# enabled for production use. The IETF RFC 7170 that defines EAP-TEAP has number
+# of conflicting statements and missing details and the implementation has
+# vendor specific workarounds for those and as such, may not interoperate with
+# any other implementation. This should not be used for anything else than
+# experimentation and interoperability testing until those issues has been
+# resolved.
+#CONFIG_EAP_TEAP=y
+
# Wi-Fi Protected Setup (WPS)
CONFIG_WPS=y
# Enable UPnP support for external WPS Registrars
@@ -376,6 +383,9 @@ CONFIG_WPA_CLI_EDIT=y
# Experimental implementation of draft-harkins-owe-07.txt
CONFIG_OWE=y
+# Airtime policy support
+#CONFIG_AIRTIME_POLICY=y
+
# Device Provisioning Protocol (DPP)
CONFIG_DPP=y