Kconfig 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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 LIB80211
  6. select LIB80211_CRYPT_WEP
  7. select LIB80211_CRYPT_TKIP
  8. select LIB80211_CRYPT_CCMP
  9. ---help---
  10. Shared driver code for IEEE 802.11b wireless cards based on
  11. Intersil Prism2/2.5/3 chipset. This driver supports so called
  12. Host AP mode that allows the card to act as an IEEE 802.11
  13. access point.
  14. See <http://hostap.epitest.fi/> for more information about the
  15. Host AP driver configuration and tools. This site includes
  16. information and tools (hostapd and wpa_supplicant) for WPA/WPA2
  17. support.
  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. The driver can be compiled as a module and it will be called
  22. "hostap.ko".
  23. config HOSTAP_FIRMWARE
  24. bool "Support downloading firmware images with Host AP driver"
  25. depends on HOSTAP
  26. ---help---
  27. Configure Host AP driver to include support for firmware image
  28. download. This option by itself only enables downloading to the
  29. volatile memory, i.e. the card RAM. This option is required to
  30. support cards that don't have firmware in flash, such as D-Link
  31. DWL-520 rev E and D-Link DWL-650 rev P.
  32. Firmware image downloading needs a user space tool, prism2_srec.
  33. It is available from http://hostap.epitest.fi/.
  34. config HOSTAP_FIRMWARE_NVRAM
  35. bool "Support for non-volatile firmware download"
  36. depends on HOSTAP_FIRMWARE
  37. ---help---
  38. Allow Host AP driver to write firmware images to the non-volatile
  39. card memory, i.e. flash memory that survives power cycling.
  40. Enable this option if you want to be able to change card firmware
  41. permanently.
  42. Firmware image downloading needs a user space tool, prism2_srec.
  43. It is available from http://hostap.epitest.fi/.
  44. config HOSTAP_PLX
  45. tristate "Host AP driver for Prism2/2.5/3 in PLX9052 PCI adaptors"
  46. depends on PCI && HOSTAP
  47. ---help---
  48. Host AP driver's version for Prism2/2.5/3 PC Cards in PLX9052 based
  49. PCI adaptors.
  50. "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
  51. driver and its help text includes more information about the Host AP
  52. driver.
  53. The driver can be compiled as a module and will be named
  54. "hostap_plx.ko".
  55. config HOSTAP_PCI
  56. tristate "Host AP driver for Prism2.5 PCI adaptors"
  57. depends on PCI && HOSTAP
  58. ---help---
  59. Host AP driver's version for Prism2.5 PCI adaptors.
  60. "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
  61. driver and its help text includes more information about the Host AP
  62. driver.
  63. The driver can be compiled as a module and will be named
  64. "hostap_pci.ko".
  65. config HOSTAP_CS
  66. tristate "Host AP driver for Prism2/2.5/3 PC Cards"
  67. depends on PCMCIA && HOSTAP
  68. ---help---
  69. Host AP driver's version for Prism2/2.5/3 PC Cards.
  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. The driver can be compiled as a module and will be named
  74. "hostap_cs.ko".