diff options
author | Timo Sigurdsson <public_timo.s@silentcreek.de> | 2021-06-15 23:09:41 +0200 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-07-05 14:04:09 -1000 |
commit | 3eb34bc2516b0f3e51f5710ab537d13c427ecbb0 (patch) | |
tree | 3a4549a830117a855327ac7492b9e6be912dee8e /package/network/services/hostapd/Makefile | |
parent | 89d21b7f6299b8c3746c1af8671b0dba19f63598 (diff) | |
download | upstream-3eb34bc2516b0f3e51f5710ab537d13c427ecbb0.tar.gz upstream-3eb34bc2516b0f3e51f5710ab537d13c427ecbb0.tar.bz2 upstream-3eb34bc2516b0f3e51f5710ab537d13c427ecbb0.zip |
hostapd: make wnm_sleep_mode_no_keys configurable
In the aftermath of the KRACK attacks, hostapd gained an AP-side workaround
against WNM-Sleep Mode GTK/IGTK reinstallation attacks. WNM Sleep Mode is not
enabled by default on OpenWrt, but it is configurable through the option
wnm_sleep_mode. Thus, make the AP-side workaround configurable as well by
exposing the option wnm_sleep_mode_no_keys. If you use the option
wpa_disable_eapol_key_retries and have wnm_sleep_mode enabled, you might
consider using this workaround.
Signed-off-by: Timo Sigurdsson <public_timo.s@silentcreek.de>
[bump PKG_RELEASE]
Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit bf98faaac8ed24cf7d3d93dd4fcd7304d109363b)
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r-- | package/network/services/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 628bbbec4d..67ea89c339 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_RELEASE:=34 +PKG_RELEASE:=35 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git |