disable BSS Fast Transition (CONFIG_IEEE80211R)
Resolves: #2032539 Signed-off-by: Davide Caratti <dcaratti@redhat.com>
This commit is contained in:
parent
e7a19f17ab
commit
4d64cb86f8
@ -26,6 +26,15 @@ Subject: [PATCH] defconfig: Fedora configuration
|
|||||||
|
|
||||||
# If CONFIG_TLS=internal is used, additional library and include paths are
|
# If CONFIG_TLS=internal is used, additional library and include paths are
|
||||||
# needed for LibTomMath. Alternatively, an integrated, minimal version of
|
# 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
|
@@ -469,7 +470,7 @@ CONFIG_DEBUG_SYSLOG=y
|
||||||
# Should we attempt to use the getrandom(2) call that provides more reliable
|
# 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.
|
# 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)
|
# Device Provisioning Protocol (DPP) (also known as Wi-Fi Easy Connect)
|
||||||
CONFIG_DPP=y
|
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
|
# design is still subject to change. As such, this should not yet be enabled in
|
||||||
# production use.
|
# production use.
|
||||||
#CONFIG_PASN=y
|
#CONFIG_PASN=y
|
||||||
|
@ -9,7 +9,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant
|
|||||||
Name: wpa_supplicant
|
Name: wpa_supplicant
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.10
|
Version: 2.10
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz
|
Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz
|
||||||
Source1: wpa_supplicant.conf
|
Source1: wpa_supplicant.conf
|
||||||
@ -189,6 +189,9 @@ chmod -R 0644 wpa_supplicant/examples/*.py
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 4 2022 Davide Caratti <dcaratti@redhat.com> - 1:2.10-2
|
||||||
|
- Disable CONFIG_IEEE80211R. Resolves: rhbz#2032539
|
||||||
|
|
||||||
* Thu Jan 20 2022 Davide Caratti <dcaratti@redhat.com> - 1:2.10-1
|
* Thu Jan 20 2022 Davide Caratti <dcaratti@redhat.com> - 1:2.10-1
|
||||||
- Update to version 2.10. Resolves: rhbz#2042540
|
- Update to version 2.10. Resolves: rhbz#2042540
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user