~ubuntu-branches/ubuntu/vivid/wpasupplicant/vivid

« back to all changes in this revision

Viewing changes to defconfig

  • Committer: Bazaar Package Importer
  • Author(s): Kel Modderman
  • Date: 2006-10-05 08:04:01 UTC
  • mfrom: (1.1.5 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061005080401-r8lqlix4390yos7b
Tags: 0.5.5-2
* Update madwifi headers to latest SVN. (Closes: #388316)
* Remove failed attempt at action locking. [debian/functions.sh,
  debian/wpa_action.sh]
* Add hysteresis checking functions, to avoid "event loops" while
  using wpa-roam. [debian/functions.sh, debian/wpa_action.sh]
* Change of co-maintainer email address.
* Add ishex() function to functions.sh to determine wpa-psk value type in
  plaintext or hex. This effectively eliminates the need for the bogus and
  somewhat confusing wpa-passphrase contruct specific to our scripts and
  allows wpa-psk to work with either a 8 to 63 character long plaintext
  string or 64 character long hex string.
* Adjust README.modes to not refer to the redundant wpa-passphrase stuff.
* Add big fat NOTE about acceptable wpa-psk's to top of example gallery.
* Strip surrounding quotes from wpa-ssid if present, instead of just whining
  about them.
* Update email address in copyright blurb of functions.sh, ifupdown.sh and
  wpa_action.sh.  

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
 
173
173
# Select control interface backend for external programs, e.g, wpa_cli:
174
174
# unix = UNIX domain sockets (default for Linux/*BSD)
175
 
# udp = UDP sockets (default for Windows)
 
175
# udp = UDP sockets using localhost (127.0.0.1)
 
176
# named_pipe = Windows Named Pipe (default for Windows)
176
177
# y = use default (backwards compatibility)
177
178
# If this option is commented out, control interface is not included in the
178
179
# build.
266
267
#LIBS += -L$(LTC_PATH) -L$(TFM_PATH)
267
268
#LIBS_p += -L$(LTC_PATH) -L$(TFM_PATH)
268
269
 
269
 
# Integrate ndis_events.exe functionality into wpa_supplicant.
 
270
# Include NDIS event processing through WMI into wpa_supplicant/wpasvc.
270
271
# This is only for Windows builds and requires WMI-related header files and
271
272
# WbemUuid.Lib from Platform SDK even when building with MinGW.
272
273
#CONFIG_NDIS_EVENTS_INTEGRATED=y
300
301
# This can be used to move MLME processing of Devicescape IEEE 802.11 stack
301
302
# into user space.
302
303
#CONFIG_CLIENT_MLME=y
 
304
# Currently, driver_devicescape.c build requires some additional parameters
 
305
# to be able to include some of the kernel header files. Following lines can
 
306
# be used to set these (WIRELESS_DEV must point to the root directory of the
 
307
# wireless-dev.git tree).
 
308
#WIRELESS_DEV=/usr/src/wireless-dev
 
309
#CFLAGS += -I$(WIRELESS_DEV)/include
 
310
#CFLAGS += -I$(WIRELESS_DEV)/net/d80211
 
311
#CFLAGS += -D_LINUX_TYPES_H