aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/files/hostapd-mini.config
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-10-03 00:05:11 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-10-14 13:57:14 +0200
commit4b93b03577cefeed39fb6cadc7aa85706deeb074 (patch)
tree152015642323d2ba561bee9cf9af20258fd46c2b /package/network/services/hostapd/files/hostapd-mini.config
parent8f7a2bd084d28be65d39da6af6302a7a1b8c609e (diff)
downloadupstream-4b93b03577cefeed39fb6cadc7aa85706deeb074.tar.gz
upstream-4b93b03577cefeed39fb6cadc7aa85706deeb074.tar.bz2
upstream-4b93b03577cefeed39fb6cadc7aa85706deeb074.zip
hostapd: sync config with default configuration
This replaces the configuration files with the versions from the hostapd project and the adaptions done by OpenWrt. The resulting binaries should be the same. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network/services/hostapd/files/hostapd-mini.config')
-rw-r--r--package/network/services/hostapd/files/hostapd-mini.config8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/services/hostapd/files/hostapd-mini.config b/package/network/services/hostapd/files/hostapd-mini.config
index 661983a94b..9057658c16 100644
--- a/package/network/services/hostapd/files/hostapd-mini.config
+++ b/package/network/services/hostapd/files/hostapd-mini.config
@@ -50,11 +50,7 @@ CONFIG_DRIVER_NL80211=y
# WPA2/IEEE 802.11i RSN pre-authentication
CONFIG_RSN_PREAUTH=y
-# PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
-CONFIG_PEERKEY=y
-
# IEEE 802.11w (management frame protection)
-# Driver support is also needed for IEEE 802.11w.
#CONFIG_IEEE80211W=y
# Integrated EAP server
@@ -374,6 +370,10 @@ CONFIG_TLS=internal
# Experimental implementation of draft-harkins-owe-07.txt
#CONFIG_OWE=y
+# Override default value for the wpa_disable_eapol_key_retries configuration
+# parameter. See that parameter in hostapd.conf for more details.
+#CFLAGS += -DDEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES=1
+
# uBus IPC/RPC System
# Services can connect to the bus and provide methods
# that can be called by other services or clients.