~ubuntu-branches/ubuntu/feisty/wpasupplicant/feisty

« back to all changes in this revision

Viewing changes to defconfig

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2007-04-01 10:53:37 UTC
  • Revision ID: james.westby@ubuntu.com-20070401105337-3dd89n3g8ecdhjsl
Tags: 0.5.7-0ubuntu2
Apply patch from upstream after private email discussion:
http://w1.fi/gitweb/gitweb.cgi?p=hostap.git;a=commitdiff;h=33673d3f43da6f5ec0f0aa5a8245a1617b6eb2fd#patch1
Fixes LP: #98895, #98925

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
# Development testing
167
167
#CONFIG_EAPOL_TEST=y
168
168
 
 
169
# Replace native Linux implementation of packet sockets with libdnet/libpcap.
 
170
# This will be automatically set for non-Linux OS.
 
171
#CONFIG_DNET_PCAP=y
 
172
 
169
173
# Select control interface backend for external programs, e.g, wpa_cli:
170
174
# unix = UNIX domain sockets (default for Linux/*BSD)
171
175
# udp = UDP sockets using localhost (127.0.0.1)
233
237
# none = Empty template
234
238
#CONFIG_L2_PACKET=linux
235
239
 
236
 
# PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
 
240
# IEEE 802.11i/IEEE 802.11e STAKey negotiation for direct link connection
 
241
#CONFIG_STAKEY=y
 
242
 
 
243
# Proposed replacement for STAKey negotiation: PeerKey handshake for
 
244
# Station to Station Link
237
245
CONFIG_PEERKEY=y
238
246
 
239
 
# IEEE 802.11w (management frame protection)
240
 
# This version is an experimental implementation based on IEEE 802.11w/D1.0
241
 
# draft and is subject to change since the standard has not yet been finalized.
242
 
# Driver support is also needed for IEEE 802.11w.
243
 
#CONFIG_IEEE80211W=y
244
 
 
245
247
# Select TLS implementation
246
248
# openssl = OpenSSL (default)
247
249
# gnutls = GnuTLS (needed for TLS/IA, see also CONFIG_GNUTLS_EXTRA)
258
260
#CONFIG_GNUTLS_EXTRA=y
259
261
 
260
262
# If CONFIG_TLS=internal is used, additional library and include paths are
261
 
# needed for LibTomMath. Alternatively, an integrated, minimal version of
262
 
# LibTomMath can be used. See beginning of libtommath.c for details on benefits
263
 
# and drawbacks of this option.
264
 
#CONFIG_INTERNAL_LIBTOMMATH=y
265
 
#ifndef CONFIG_INTERNAL_LIBTOMMATH
266
 
#LTM_PATH=/usr/src/libtommath-0.39
267
 
#CFLAGS += -I$(LTM_PATH)
268
 
#LIBS += -L$(LTM_PATH)
269
 
#LIBS_p += -L$(LTM_PATH)
270
 
#endif
 
263
# needed for LibTomCrypt and TomsFastMath.
 
264
#LTC_PATH=/usr/src/libtomcrypt-1.11
 
265
#TFM_PATH=/usr/src/tomsfastmath-0.09
 
266
#CFLAGS += -I$(LTC_PATH)/src/headers
 
267
#LIBS += -L$(LTC_PATH) -L$(TFM_PATH)
 
268
#LIBS_p += -L$(LTC_PATH) -L$(TFM_PATH)
271
269
 
272
270
# Include NDIS event processing through WMI into wpa_supplicant/wpasvc.
273
271
# This is only for Windows builds and requires WMI-related header files and