summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-08-09 10:06:09 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-08-09 10:06:12 +0200
commita16d497389feb9d95e05f7882bdcbe460a8e5d3a (patch)
treed4d099666c2e39cbc7a93aa714c45a6413748217
parent714d609556ce7ad25e492c5378abc1ec2da842db (diff)
downloadptxdist-a16d497389feb9d95e05f7882bdcbe460a8e5d3a.tar.gz
ptxdist-a16d497389feb9d95e05f7882bdcbe460a8e5d3a.tar.xz
wpa_supplicant: version bump 2.8 -> 2.9
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--config/wpasupplicant/defconfig13
-rw-r--r--rules/wpa_supplicant.make4
2 files changed, 15 insertions, 2 deletions
diff --git a/config/wpasupplicant/defconfig b/config/wpasupplicant/defconfig
index bcedf382b..7a30cac77 100644
--- a/config/wpasupplicant/defconfig
+++ b/config/wpasupplicant/defconfig
@@ -111,6 +111,16 @@ CONFIG_EAP_TTLS=y
# EAP-FAST
CONFIG_EAP_FAST=y
+# EAP-TEAP
+# 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
+
# EAP-GTC
CONFIG_EAP_GTC=y
@@ -120,6 +130,9 @@ CONFIG_EAP_OTP=y
# EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
#CONFIG_EAP_SIM=y
+# Enable SIM simulator (Milenage) for EAP-SIM
+#CONFIG_SIM_SIMULATOR=y
+
# EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
#CONFIG_EAP_PSK=y
diff --git a/rules/wpa_supplicant.make b/rules/wpa_supplicant.make
index 8f11a345a..79c9ccb76 100644
--- a/rules/wpa_supplicant.make
+++ b/rules/wpa_supplicant.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_WPA_SUPPLICANT) += wpa_supplicant
# Paths and names
#
WPA_SUPPLICANT_NAME := wpa_supplicant
-WPA_SUPPLICANT_VERSION := 2.8
-WPA_SUPPLICANT_MD5 := 0af5998c5d924e985cab16b9a1c77904
+WPA_SUPPLICANT_VERSION := 2.9
+WPA_SUPPLICANT_MD5 := 2d2958c782576dc9901092fbfecb4190
WPA_SUPPLICANT := $(WPA_SUPPLICANT_NAME)-$(WPA_SUPPLICANT_VERSION)
WPA_SUPPLICANT_SUFFIX := tar.gz
WPA_SUPPLICANT_URL := https://w1.fi/releases/$(WPA_SUPPLICANT).$(WPA_SUPPLICANT_SUFFIX)