From 766c7396d4470a0977c28aa4ff63bab63c26a637 Mon Sep 17 00:00:00 2001 From: "John W. Linville" Date: Wed, 19 Jan 2022 10:17:04 -0500 Subject: [PATCH] Enable CONFIG_OCV build option to fight multi-channel MITM attacks --- hostapd.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hostapd.spec b/hostapd.spec index 672b2bc..38ef004 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -77,6 +77,7 @@ cat defconfig | sed \ -e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \ -e '/^#CONFIG_LIBNL32=y/s/^#//' \ -e '/^#CONFIG_ACS=y/s/^#//' \ + -e '/^#CONFIG_OCV=y/s/^#//' \ -e '/^#CONFIG_OWE=y/s/^#//' \ > .config echo "CFLAGS += -I%{_includedir}/libnl3" >> .config @@ -186,6 +187,9 @@ fi %{_sysconfdir}/logwatch/scripts/services/%{name} %changelog +* Wed Jan 19 2022 John W. Linville - 2.10-2 +- Enable CONFIG_OCV build option to fight multi-channel MITM attacks + * Mon Jan 17 2022 John W. Linville - 2.10-1 - Update to version 2.10 from upstream - Enable support for IEEE802.11ax