Kconfig 3.0 KB

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