Kconfig 3.2 KB

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