Enable TDLS
From: https://src.fedoraproject.org/rpms/wpa_supplicant/pull-request/4 Upstream commit: http://lists.infradead.org/pipermail/hostap/2020-April/041632.html
This commit is contained in:
parent
7079b4c5f0
commit
e119134a59
@ -55,6 +55,15 @@ index cdfb197..83c992a 100644
|
||||
|
||||
# IEEE 802.11n (High Throughput) support (mainly for AP mode)
|
||||
CONFIG_IEEE80211N=y
|
||||
@@ -514,7 +515,7 @@ CONFIG_AP=y
|
||||
CONFIG_P2P=y
|
||||
|
||||
# Enable TDLS support
|
||||
-#CONFIG_TDLS=y
|
||||
+CONFIG_TDLS=y
|
||||
|
||||
# Wi-Fi Display
|
||||
# This can be used to enable Wi-Fi Display extensions for P2P using an external
|
||||
@@ -593,7 +594,7 @@ CONFIG_IBSS_RSN=y
|
||||
#CONFIG_PMKSA_CACHE_EXTERNAL=y
|
||||
|
||||
|
@ -5,7 +5,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant
|
||||
Name: wpa_supplicant
|
||||
Epoch: 1
|
||||
Version: 2.9
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: BSD
|
||||
Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz
|
||||
Source1: wpa_supplicant.conf
|
||||
@ -183,6 +183,9 @@ chmod -R 0644 wpa_supplicant/examples/*.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 23 2020 Davide Caratti <dcaratti@redhat.com> - 1:2.9-4
|
||||
- Enable Tunneled Direct Link Setup (TDLS)
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user