From fcbf0b0ca9e5657d558e09aebc50123409287740 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 21 Apr 2012 19:17:14 +0300 Subject: [PATCH] Sync wpa_supplicant man page with README changes The man page source was not up-to-date with removed driver wrappers, so bring in the wpa_supplicant/README changes to make this somewhat closer to the current state. Signed-hostap: Jouni Malinen --- .../doc/docbook/wpa_supplicant.sgml | 113 +----------------- 1 file changed, 2 insertions(+), 111 deletions(-) diff --git a/wpa_supplicant/doc/docbook/wpa_supplicant.sgml b/wpa_supplicant/doc/docbook/wpa_supplicant.sgml index d130641c8..aa20e5711 100644 --- a/wpa_supplicant/doc/docbook/wpa_supplicant.sgml +++ b/wpa_supplicant/doc/docbook/wpa_supplicant.sgml @@ -245,28 +245,6 @@ (wpa_supplicant -h). - - 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.). - - - wext @@ -274,13 +252,6 @@ - - broadcom - - Broadcom wl.o driver. - - - wired @@ -506,8 +477,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
@@ -536,86 +507,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). - - - - - 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