X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=libeap%2Fwpa_supplicant%2Fdoc%2Fdocbook%2Fwpa_supplicant.sgml;h=46c21b5c91a3391dff4063b2705abf4e5440dd19;hb=4f319dde67a76fe0aaf33f6d2788968012584ada;hp=3aae51ba171aefa48b96af2201c226027cf861a3;hpb=527a687917e60958777a01ca7a458888bee341b8;p=mech_eap.git diff --git a/libeap/wpa_supplicant/doc/docbook/wpa_supplicant.sgml b/libeap/wpa_supplicant/doc/docbook/wpa_supplicant.sgml index 3aae51b..46c21b5 100644 --- a/libeap/wpa_supplicant/doc/docbook/wpa_supplicant.sgml +++ b/libeap/wpa_supplicant/doc/docbook/wpa_supplicant.sgml @@ -12,7 +12,7 @@ wpa_supplicant - -BddfhKLqqtuvW + -BddfhKLqqsTtuvW -iifname -cconfig file -Ddriver @@ -246,35 +246,6 @@ - hostap - - (default) Host AP driver (Intersil Prism2/2.5/3). - (this can also be used with Linuxant DriverLoader). - - - - - hermes - - Agere Systems Inc. driver (Hermes-I/Hermes-II). - - - - - madwifi - - MADWIFI 802.11 support (Atheros, etc.). - - - - - atmel - - ATMEL AT76C5XXx (USB, PCMCIA). - - - - wext Linux wireless extensions (generic). @@ -282,27 +253,6 @@ - ndiswrapper - - Linux ndiswrapper. - - - - - broadcom - - Broadcom wl.o driver. - - - - - ipw - - Intel ipw2100/2200 driver. - - - - wired wpa_supplicant wired Ethernet driver @@ -394,9 +344,20 @@ + -e entropy file + + File for wpa_supplicant to use to + maintain its internal entropy store in over restarts. + + + + -f output file - Log output to specified file instead of stdout. + Log output to specified file instead of stdout. (This + is only available if wpa_supplicant was + built with the CONFIG_DEBUG_FILE + option.) @@ -432,7 +393,23 @@ -L - Show license (GPL and BSD). + Show license (BSD). + + + + + -o override driver + + Override the driver parameter for new + interfaces. + + + + + -O override ctrl_interface + + Override the ctrl_interface parameter for new + interfaces. @@ -459,10 +436,40 @@ + -s + + Log output to syslog instead of stdout. (This is only + available if wpa_supplicant was built + with the CONFIG_DEBUG_SYSLOG + option.) + + + + + -T + + Log output to Linux tracing in addition to any other + destinations. (This is only available + if wpa_supplicant was built with + the CONFIG_DEBUG_LINUX_TRACING + option.) + + + + + -t + + Include timestamp in debug messages. + + + + -u - Enabled DBus control interface. If enabled, interface - definitions may be omitted. + Enable DBus control interface. If enabled, interface + definitions may be omitted. (This is only available + if wpa_supplicant was built with + the CONFIG_DBUS option.) @@ -527,8 +534,8 @@ wpa_supplicant -Dnl80211,wext -c/etc/wpa_supplicant.conf -iwlan0
wpa_supplicant \ - -c wpa1.conf -i wlan0 -D hostap -N \ - -c wpa2.conf -i ath0 -D madwifi + -c wpa1.conf -i wlan0 -D nl80211 -N \ + -c wpa2.conf -i ath0 -D wext
@@ -558,93 +565,6 @@ wpa_supplicant \ Supported Drivers - Host AP driver for Prism2/2.5/3 (development - snapshot/v0.2.x) - - (http://hostap.epitest.fi/) Driver needs to be set in - Managed mode (iwconfig wlan0 mode managed). - Please note that station firmware version needs to be 1.7.0 or - newer to work in WPA mode. - - - - - Linuxant DriverLoader - - (http://www.linuxant.com/driverloader/) - with Windows NDIS driver for your wlan card supporting WPA. - - - - - Agere Systems Inc. Linux Driver - - (http://www.agere.com/support/drivers/) Please note - that the driver interface file (driver_hermes.c) and hardware - specific include files are not included in the wpa_supplicant - distribution. You will need to copy these from the source - package of the Agere driver. - - - - - madwifi driver for cards based on Atheros chip set (ar521x) - - (http://sourceforge.net/projects/madwifi/) Please - note that you will need to modify the wpa_supplicant .config - file to use the correct path for the madwifi driver root - directory (CFLAGS += -I../madwifi/wpa line in example - defconfig). - - - - - ATMEL AT76C5XXx driver for USB and PCMCIA cards - - (http://atmelwlandriver.sourceforge.net/). - - - - - Linux ndiswrapper - - (http://ndiswrapper.sourceforge.net/) with Windows - NDIS driver. - - - - - Broadcom wl.o driver - - This is a generic Linux driver for Broadcom IEEE - 802.11a/g cards. However, it is proprietary driver that is - not publicly available except for couple of exceptions, mainly - Broadcom-based APs/wireless routers that use Linux. The driver - binary can be downloaded, e.g., from Linksys support site - (http://www.linksys.com/support/gpl.asp) for Linksys - WRT54G. The GPL tarball includes cross-compiler and the needed - header file, wlioctl.h, for compiling wpa_supplicant. This - driver support in wpa_supplicant is expected to work also with - other devices based on Broadcom driver (assuming the driver - includes client mode support). - - - - - Intel ipw2100 driver - - (http://sourceforge.net/projects/ipw2100/) - - - - - Intel ipw2200 driver - - (http://sourceforge.net/projects/ipw2200/) - - - - Linux wireless extensions In theory, any driver that supports Linux wireless @@ -816,12 +736,12 @@ fi Legal - wpa_supplicant is copyright (c) 2003-2007, + wpa_supplicant is copyright (c) 2003-2015, Jouni Malinen j@w1.fi and contributors. All Rights Reserved. - This program is dual-licensed under both the GPL version 2 - and BSD license. Either license may be used at your option. + This program is licensed under the BSD license (the one with + advertisement clause removed).