From 4d64cb86f87858f18d4b75b451039d065aeab0c1 Mon Sep 17 00:00:00 2001 From: Davide Caratti Date: Wed, 2 Feb 2022 17:06:48 +0100 Subject: [PATCH] disable BSS Fast Transition (CONFIG_IEEE80211R) Resolves: #2032539 Signed-off-by: Davide Caratti --- wpa_supplicant-config.patch | 11 ++++++++++- wpa_supplicant.spec | 5 ++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/wpa_supplicant-config.patch b/wpa_supplicant-config.patch index c3cf741..04d7ab3 100644 --- a/wpa_supplicant-config.patch +++ b/wpa_supplicant-config.patch @@ -26,6 +26,15 @@ Subject: [PATCH] defconfig: Fedora configuration # If CONFIG_TLS=internal is used, additional library and include paths are # needed for LibTomMath. Alternatively, an integrated, minimal version of +@@ -390,7 +391,7 @@ CONFIG_CTRL_IFACE_DBUS_INTRO=y + #CONFIG_DYNAMIC_EAP_METHODS=y + + # IEEE Std 802.11r-2008 (Fast BSS Transition) for station mode +-CONFIG_IEEE80211R=y ++#CONFIG_IEEE80211R=y + + # Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt) + CONFIG_DEBUG_FILE=y @@ -469,7 +470,7 @@ CONFIG_DEBUG_SYSLOG=y # Should we attempt to use the getrandom(2) call that provides more reliable # yet secure randomness source than /dev/random on Linux 3.17 and newer. @@ -53,7 +62,7 @@ Subject: [PATCH] defconfig: Fedora configuration # Device Provisioning Protocol (DPP) (also known as Wi-Fi Easy Connect) CONFIG_DPP=y -@@ -628,3 +629,6 @@ CONFIG_DPP=y +@@ -633,3 +634,6 @@ CONFIG_DPP2=y # design is still subject to change. As such, this should not yet be enabled in # production use. #CONFIG_PASN=y diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 62bd016..d915b8e 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -9,7 +9,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant Name: wpa_supplicant Epoch: 1 Version: 2.10 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz Source1: wpa_supplicant.conf @@ -189,6 +189,9 @@ chmod -R 0644 wpa_supplicant/examples/*.py %changelog +* Fri Feb 4 2022 Davide Caratti - 1:2.10-2 +- Disable CONFIG_IEEE80211R. Resolves: rhbz#2032539 + * Thu Jan 20 2022 Davide Caratti - 1:2.10-1 - Update to version 2.10. Resolves: rhbz#2042540