From 4d5c88f31d379168dcde9f8eed5afa39310360b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Wed, 1 Nov 2017 13:09:19 +0100 Subject: [PATCH] Enable Fast BSS Transition for station mode (rh #1372928) https://bugzilla.redhat.com/show_bug.cgi?id=1372928 --- build-config | 1 + wpa_supplicant.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/build-config b/build-config index 0d826e2..c33b321 100644 --- a/build-config +++ b/build-config @@ -37,6 +37,7 @@ CONFIG_AP=y CONFIG_P2P=y CONFIG_IBSS_RSN=y CONFIG_IEEE80211N=y +CONFIG_IEEE80211R=y CONFIG_IEEE80211W=y CONFIG_WIFI_DISPLAY=y CONFIG_MACSEC=y diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 12d7b21..d1875f7 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -302,6 +302,7 @@ chmod -R 0644 %{name}/examples/*.py %changelog * Wed Nov 1 2017 Jiří Klimeš - 1:2.6-12 - Fix crash when using MACsec without loaded macsec.ko (rh #1497640) +- Enable Fast BSS Transition for station mode (rh #1372928) * Mon Oct 16 2017 Lubomir Rintel - 1:2.6-11 - hostapd: Avoid key reinstallation in FT handshake (CVE-2017-13082)