summaryrefslogtreecommitdiff
path: root/recipes-connectivity/hostapd/hostapd/defconfig
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-04-06 16:21:05 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-04-06 16:21:05 +0300
commit4463ac854ae8f3b07ac6a1aba83d515b1a90f9aa (patch)
tree125e06f13a48be376f0a2f35009fb33d34d0d707 /recipes-connectivity/hostapd/hostapd/defconfig
parenta4b3686f00eda0e85ae76a8808229eeccc37406d (diff)
hostapd: update hostapd to 2.9
Update hostapd to version 2.9 to sync with wpa_supplicant 2.9. Related-to: ELB-2677 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'recipes-connectivity/hostapd/hostapd/defconfig')
-rw-r--r--recipes-connectivity/hostapd/hostapd/defconfig11
1 files changed, 3 insertions, 8 deletions
diff --git a/recipes-connectivity/hostapd/hostapd/defconfig b/recipes-connectivity/hostapd/hostapd/defconfig
index fd01198..a62bec4 100644
--- a/recipes-connectivity/hostapd/hostapd/defconfig
+++ b/recipes-connectivity/hostapd/hostapd/defconfig
@@ -139,15 +139,10 @@ CONFIG_DRIVER_RADIUS_ACL=y
# IEEE 802.11n (High Throughput) support
CONFIG_IEEE80211N=y
+# IEEE 802.11ac (Very High Throughput) support
+CONFIG_IEEE80211AC=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
# code is not needed.
#CONFIG_NO_STDOUT_DEBUG=y
-
-# IEEE 802.11ac (Very High Throughput) supportĀ¬
-CONFIG_IEEE80211AC=y
-
-# Build IPv6 support for RADIUS operationsĀ¬
-CONFIG_IPV6=y
-
-