blob: 1fef33169fdd0c133c995bb2d173851674c3848c [file] [log] [blame]
Jouni Malinenff1d2762005-05-12 22:54:16 -04001config HOSTAP
2 tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)"
Johannes Berg2a5e1c02007-04-23 12:19:12 -07003 depends on WLAN_80211
4 select WIRELESS_EXT
Jeff Garzik504be3a2005-09-02 04:44:25 -04005 select IEEE80211
6 select IEEE80211_CRYPT_WEP
Jouni Malinenff1d2762005-05-12 22:54:16 -04007 ---help---
8 Shared driver code for IEEE 802.11b wireless cards based on
9 Intersil Prism2/2.5/3 chipset. This driver supports so called
10 Host AP mode that allows the card to act as an IEEE 802.11
11 access point.
12
Jouni Malinenff1d2762005-05-12 22:54:16 -040013 See <http://hostap.epitest.fi/> for more information about the
14 Host AP driver configuration and tools. This site includes
15 information and tools (hostapd and wpa_supplicant) for WPA/WPA2
16 support.
17
18 This option includes the base Host AP driver code that is shared by
19 different hardware models. You will also need to enable support for
20 PLX/PCI/CS version of the driver to actually use the driver.
21
22 The driver can be compiled as a module and it will be called
23 "hostap.ko".
24
Jouni Malinenff1d2762005-05-12 22:54:16 -040025config HOSTAP_FIRMWARE
26 bool "Support downloading firmware images with Host AP driver"
27 depends on HOSTAP
28 ---help---
29 Configure Host AP driver to include support for firmware image
Pavel Roskina485cde2005-12-30 18:22:26 -050030 download. This option by itself only enables downloading to the
31 volatile memory, i.e. the card RAM. This option is required to
32 support cards that don't have firmware in flash, such as D-Link
33 DWL-520 rev E and D-Link DWL-650 rev P.
Jouni Malinenff1d2762005-05-12 22:54:16 -040034
Pavel Roskina485cde2005-12-30 18:22:26 -050035 Firmware image downloading needs a user space tool, prism2_srec.
36 It is available from http://hostap.epitest.fi/.
37
38config HOSTAP_FIRMWARE_NVRAM
39 bool "Support for non-volatile firmware download"
40 depends on HOSTAP_FIRMWARE
41 ---help---
42 Allow Host AP driver to write firmware images to the non-volatile
43 card memory, i.e. flash memory that survives power cycling.
44 Enable this option if you want to be able to change card firmware
45 permanently.
46
47 Firmware image downloading needs a user space tool, prism2_srec.
48 It is available from http://hostap.epitest.fi/.
Jouni Malinenff1d2762005-05-12 22:54:16 -040049
50config HOSTAP_PLX
51 tristate "Host AP driver for Prism2/2.5/3 in PLX9052 PCI adaptors"
52 depends on PCI && HOSTAP
53 ---help---
54 Host AP driver's version for Prism2/2.5/3 PC Cards in PLX9052 based
55 PCI adaptors.
56
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
61 The driver can be compiled as a module and will be named
62 "hostap_plx.ko".
63
64config 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
70 "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
71 driver and its help text includes more information about the Host AP
72 driver.
73
74 The driver can be compiled as a module and will be named
75 "hostap_pci.ko".
76
77config HOSTAP_CS
78 tristate "Host AP driver for Prism2/2.5/3 PC Cards"
Adrian Bunkae7ec202006-01-30 19:23:17 +010079 depends on PCMCIA && HOSTAP
Jouni Malinenff1d2762005-05-12 22:54:16 -040080 ---help---
81 Host AP driver's version for Prism2/2.5/3 PC Cards.
82
83 "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
84 driver and its help text includes more information about the Host AP
85 driver.
86
87 The driver can be compiled as a module and will be named
88 "hostap_cs.ko".