[pkg-wpa-devel] r1282 - in /wpasupplicant/trunk/debian: changelog config/linux
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Sun Nov 2 15:48:15 UTC 2008
Author: kelmo-guest
Date: Sun Nov 2 15:48:14 2008
New Revision: 1282
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1282
Log:
Reduce difference with wpa_supplicant/defconfig, adding sections for
new options, updating option description, and removal of
CONFIG_EAP_WSC which had previously been removed from
wpa_supplicant.
Modified:
wpasupplicant/trunk/debian/changelog
wpasupplicant/trunk/debian/config/linux
Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1282&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Sun Nov 2 15:48:14 2008
@@ -17,8 +17,12 @@
proposed copyright format.
* Cleanup wording of README.Debian paragraph which explains how to debug
wpa_supplicant via logging.
-
- -- Kel Modderman <kel at otaku42.de> Sun, 02 Nov 2008 21:05:50 +1000
+ * Reduce difference with wpa_supplicant/defconfig, adding sections for
+ new options, updating option description, and removal of
+ CONFIG_EAP_WSC which had previously been removed from
+ wpa_supplicant.
+
+ -- Kel Modderman <kel at otaku42.de> Mon, 03 Nov 2008 01:47:54 +1000
wpasupplicant (0.6.4-3) experimental; urgency=low
Modified: wpasupplicant/trunk/debian/config/linux
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/config/linux?rev=1282&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/config/linux (original)
+++ wpasupplicant/trunk/debian/config/linux Sun Nov 2 15:48:14 2008
@@ -133,9 +133,6 @@
# EAP-TNC and related Trusted Network Connect support (experimental)
#CONFIG_EAP_TNC=y
-# EAP-WSC for Wi-Fi Protected Setup
-CONFIG_EAP_WSC=y
-
# EAP-IKEv2
#CONFIG_EAP_IKEV2=y
@@ -279,6 +276,10 @@
#LIBS += -L$(LTM_PATH)
#LIBS_p += -L$(LTM_PATH)
#endif
+# At the cost of about 4 kB of additional binary size, the internal LibTomMath
+# can be configured to include faster routines for exptmod, sqr, and div to
+# speed up DH and RSA calculation considerably
+#CONFIG_INTERNAL_LIBTOMMATH_FAST=y
# Include NDIS event processing through WMI into wpa_supplicant/wpasvc.
# This is only for Windows builds and requires WMI-related header files and
@@ -321,10 +322,7 @@
#WIRELESS_DEV=/usr/src/wireless-dev
#CFLAGS += -I$(WIRELESS_DEV)/net/mac80211
-# IEEE 802.11r/D4.1 (Fast BSS Transition)
-# This enables an experimental implementation of a draft version of
-# IEEE 802.11r. This draft is still subject to change, so it should be noted
-# that this version may not comply with the final standard.
+# IEEE Std 802.11r-2008 (Fast BSS Transition)
CONFIG_IEEE80211R=y
# Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt)
More information about the Pkg-wpa-devel
mailing list