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