Kconfig 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. ---help---
  5. Shared driver code for IEEE 802.11b wireless cards based on
  6. Intersil Prism2/2.5/3 chipset. This driver supports so called
  7. Host AP mode that allows the card to act as an IEEE 802.11
  8. access point.
  9. See <http://hostap.epitest.fi/> for more information about the
  10. Host AP driver configuration and tools. This site includes
  11. information and tools (hostapd and wpa_supplicant) for WPA/WPA2
  12. support.
  13. This option includes the base Host AP driver code that is shared by
  14. different hardware models. You will also need to enable support for
  15. PLX/PCI/CS version of the driver to actually use the driver.
  16. The driver can be compiled as a module and it will be called
  17. "hostap.ko".
  18. config HOSTAP_FIRMWARE
  19. bool "Support downloading firmware images with Host AP driver"
  20. depends on HOSTAP
  21. ---help---
  22. Configure Host AP driver to include support for firmware image
  23. download. Current version supports only downloading to volatile, i.e.,
  24. RAM memory. Flash upgrade is not yet supported.
  25. Firmware image downloading needs user space tool, prism2_srec. It is
  26. available from http://hostap.epitest.fi/.
  27. config HOSTAP_PLX
  28. tristate "Host AP driver for Prism2/2.5/3 in PLX9052 PCI adaptors"
  29. depends on PCI && HOSTAP
  30. ---help---
  31. Host AP driver's version for Prism2/2.5/3 PC Cards in PLX9052 based
  32. PCI adaptors.
  33. "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
  34. driver and its help text includes more information about the Host AP
  35. driver.
  36. The driver can be compiled as a module and will be named
  37. "hostap_plx.ko".
  38. config HOSTAP_PCI
  39. tristate "Host AP driver for Prism2.5 PCI adaptors"
  40. depends on PCI && HOSTAP
  41. ---help---
  42. Host AP driver's version for Prism2.5 PCI adaptors.
  43. "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
  44. driver and its help text includes more information about the Host AP
  45. driver.
  46. The driver can be compiled as a module and will be named
  47. "hostap_pci.ko".
  48. config HOSTAP_CS
  49. tristate "Host AP driver for Prism2/2.5/3 PC Cards"
  50. depends on PCMCIA!=n && HOSTAP
  51. ---help---
  52. Host AP driver's version for Prism2/2.5/3 PC Cards.
  53. "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
  54. driver and its help text includes more information about the Host AP
  55. driver.
  56. The driver can be compiled as a module and will be named
  57. "hostap_cs.ko".