home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / net / wireless / hostap / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  3.0 KB  |  89 lines

  1. config HOSTAP
  2.     tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)"
  3.     depends on WLAN_80211
  4.     select WIRELESS_EXT
  5.     select IEEE80211
  6.     select IEEE80211_CRYPT_WEP
  7.     ---help---
  8.     Shared driver code for IEEE 802.11b wireless cards based on
  9.     Intersil Prism2/2.5/3 chipset. This driver supports so called
  10.     Host AP mode that allows the card to act as an IEEE 802.11
  11.     access point.
  12.  
  13.     See <http://hostap.epitest.fi/> for more information about the
  14.     Host AP driver configuration and tools. This site includes
  15.     information and tools (hostapd and wpa_supplicant) for WPA/WPA2
  16.     support.
  17.  
  18.     This option includes the base Host AP driver code that is shared by
  19.     different hardware models. You will also need to enable support for
  20.     PLX/PCI/CS version of the driver to actually use the driver.
  21.  
  22.     The driver can be compiled as a module and it will be called
  23.     "hostap.ko".
  24.  
  25. config HOSTAP_FIRMWARE
  26.     bool "Support downloading firmware images with Host AP driver"
  27.     depends on HOSTAP
  28.     ---help---
  29.     Configure Host AP driver to include support for firmware image
  30.     download. This option by itself only enables downloading to the
  31.     volatile memory, i.e. the card RAM. This option is required to
  32.     support cards that don't have firmware in flash, such as D-Link
  33.     DWL-520 rev E and D-Link DWL-650 rev P.
  34.  
  35.     Firmware image downloading needs a user space tool, prism2_srec.
  36.     It is available from http://hostap.epitest.fi/.
  37.  
  38. config HOSTAP_FIRMWARE_NVRAM
  39.     bool "Support for non-volatile firmware download"
  40.     depends on HOSTAP_FIRMWARE
  41.     ---help---
  42.     Allow Host AP driver to write firmware images to the non-volatile
  43.     card memory, i.e. flash memory that survives power cycling.
  44.     Enable this option if you want to be able to change card firmware
  45.     permanently.
  46.  
  47.     Firmware image downloading needs a user space tool, prism2_srec.
  48.     It is available from http://hostap.epitest.fi/.
  49.  
  50. config HOSTAP_PLX
  51.     tristate "Host AP driver for Prism2/2.5/3 in PLX9052 PCI adaptors"
  52.     depends on PCI && HOSTAP
  53.     ---help---
  54.     Host AP driver's version for Prism2/2.5/3 PC Cards in PLX9052 based
  55.     PCI adaptors.
  56.  
  57.     "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
  58.     driver and its help text includes more information about the Host AP
  59.     driver.
  60.  
  61.     The driver can be compiled as a module and will be named
  62.     "hostap_plx.ko".
  63.  
  64. config HOSTAP_PCI
  65.     tristate "Host AP driver for Prism2.5 PCI adaptors"
  66.     depends on PCI && HOSTAP
  67.     ---help---
  68.     Host AP driver's version for Prism2.5 PCI adaptors.
  69.  
  70.     "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
  71.     driver and its help text includes more information about the Host AP
  72.     driver.
  73.  
  74.     The driver can be compiled as a module and will be named
  75.     "hostap_pci.ko".
  76.  
  77. config HOSTAP_CS
  78.     tristate "Host AP driver for Prism2/2.5/3 PC Cards"
  79.     depends on PCMCIA && HOSTAP
  80.     ---help---
  81.     Host AP driver's version for Prism2/2.5/3 PC Cards.
  82.  
  83.     "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
  84.     driver and its help text includes more information about the Host AP
  85.     driver.
  86.  
  87.     The driver can be compiled as a module and will be named
  88.     "hostap_cs.ko".
  89.