[wpa_supplicant] Enable lightweight AP mode, P2P, and RSN IBSS

Daniel Williams dcbw at fedoraproject.org
Thu Aug 30 16:11:54 UTC 2012


commit 16eae335b8b710abef21dcf9df4294533f2b42a1
Author: Dan Williams <dcbw at redhat.com>
Date:   Thu Aug 30 11:10:27 2012 -0500

    Enable lightweight AP mode, P2P, and RSN IBSS

 build-config        |    3 +++
 wpa_supplicant.spec |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/build-config b/build-config
index b41a741..fdbb0d6 100644
--- a/build-config
+++ b/build-config
@@ -31,3 +31,6 @@ CONFIG_BACKEND=file
 CONFIG_PEERKEY=y
 CONFIG_BGSCAN_SIMPLE=y
 #CONFIG_FIPS=y
+CONFIG_AP=y
+CONFIG_P2P=y
+CONFIG_IBSS_RSN=y
diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec
index 083a4fc..4165aa3 100644
--- a/wpa_supplicant.spec
+++ b/wpa_supplicant.spec
@@ -232,6 +232,11 @@ fi
 %postun -n libeap -p /sbin/ldconfig
 
 %changelog
+* Thu Aug 29 2012 Dan Williams <dcbw at redhat.com> - 1:1.0-0.5
+- Enable lightweight AP mode support
+- Enable P2P (WiFi Direct) support
+- Enable RSN IBSS/AdHoc support
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.0-0.5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list