Kconfig 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. Current version supports only downloading to volatile, i.e.,
  26. RAM memory. Flash upgrade is not yet supported.
  27. Firmware image downloading needs user space tool, prism2_srec. It is
  28. available from http://hostap.epitest.fi/.
  29. config HOSTAP_PLX
  30. tristate "Host AP driver for Prism2/2.5/3 in PLX9052 PCI adaptors"
  31. depends on PCI && HOSTAP
  32. ---help---
  33. Host AP driver's version for Prism2/2.5/3 PC Cards in PLX9052 based
  34. PCI adaptors.
  35. "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
  36. driver and its help text includes more information about the Host AP
  37. driver.
  38. The driver can be compiled as a module and will be named
  39. "hostap_plx.ko".
  40. config HOSTAP_PCI
  41. tristate "Host AP driver for Prism2.5 PCI adaptors"
  42. depends on PCI && HOSTAP
  43. ---help---
  44. Host AP driver's version for Prism2.5 PCI adaptors.
  45. "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
  46. driver and its help text includes more information about the Host AP
  47. driver.
  48. The driver can be compiled as a module and will be named
  49. "hostap_pci.ko".
  50. config HOSTAP_CS
  51. tristate "Host AP driver for Prism2/2.5/3 PC Cards"
  52. depends on PCMCIA!=n && HOSTAP
  53. ---help---
  54. Host AP driver's version for Prism2/2.5/3 PC Cards.
  55. "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
  56. driver and its help text includes more information about the Host AP
  57. driver.
  58. The driver can be compiled as a module and will be named
  59. "hostap_cs.ko".