Enable Fast BSS Transition for station mode (rh #1372928)

https://bugzilla.redhat.com/show_bug.cgi?id=1372928
This commit is contained in:
Jiří Klimeš 2017-11-01 13:09:19 +01:00
parent dadca54170
commit 4d5c88f31d
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -302,6 +302,7 @@ chmod -R 0644 %{name}/examples/*.py
%changelog
* Wed Nov 1 2017 Jiří Klimeš <blueowl@centrum.cz> - 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 <lkundrak@v3.sk> - 1:2.6-11
- hostapd: Avoid key reinstallation in FT handshake (CVE-2017-13082)