blob: 87bbd4db4bad517835f7d943c438fd04d63ee463 [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
John W. Linville274bfb82008-10-29 11:35:05 -04005 select LIB80211
6 select LIB80211_CRYPT_WEP
7 select LIB80211_CRYPT_TKIP
8 select LIB80211_CRYPT_CCMP
Jouni Malinenff1d2762005-05-12 22:54:16 -04009 ---help---
10 Shared driver code for IEEE 802.11b wireless cards based on
11 Intersil Prism2/2.5/3 chipset. This driver supports so called
12 Host AP mode that allows the card to act as an IEEE 802.11
13 access point.
14
Jouni Malinenff1d2762005-05-12 22:54:16 -040015 See <http://hostap.epitest.fi/> for more information about the
16 Host AP driver configuration and tools. This site includes
17 information and tools (hostapd and wpa_supplicant) for WPA/WPA2
18 support.
19
20 This option includes the base Host AP driver code that is shared by
21 different hardware models. You will also need to enable support for
22 PLX/PCI/CS version of the driver to actually use the driver.
23
24 The driver can be compiled as a module and it will be called
25 "hostap.ko".
26
Jouni Malinenff1d2762005-05-12 22:54:16 -040027config HOSTAP_FIRMWARE
28 bool "Support downloading firmware images with Host AP driver"
29 depends on HOSTAP
30 ---help---
31 Configure Host AP driver to include support for firmware image
Pavel Roskina485cde2005-12-30 18:22:26 -050032 download. This option by itself only enables downloading to the
33 volatile memory, i.e. the card RAM. This option is required to
34 support cards that don't have firmware in flash, such as D-Link
35 DWL-520 rev E and D-Link DWL-650 rev P.
Jouni Malinenff1d2762005-05-12 22:54:16 -040036
Pavel Roskina485cde2005-12-30 18:22:26 -050037 Firmware image downloading needs a user space tool, prism2_srec.
38 It is available from http://hostap.epitest.fi/.
39
40config HOSTAP_FIRMWARE_NVRAM
41 bool "Support for non-volatile firmware download"
42 depends on HOSTAP_FIRMWARE
43 ---help---
44 Allow Host AP driver to write firmware images to the non-volatile
45 card memory, i.e. flash memory that survives power cycling.
46 Enable this option if you want to be able to change card firmware
47 permanently.
48
49 Firmware image downloading needs a user space tool, prism2_srec.
50 It is available from http://hostap.epitest.fi/.
Jouni Malinenff1d2762005-05-12 22:54:16 -040051
52config HOSTAP_PLX
53 tristate "Host AP driver for Prism2/2.5/3 in PLX9052 PCI adaptors"
54 depends on PCI && HOSTAP
55 ---help---
56 Host AP driver's version for Prism2/2.5/3 PC Cards in PLX9052 based
57 PCI adaptors.
58
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
63 The driver can be compiled as a module and will be named
64 "hostap_plx.ko".
65
66config HOSTAP_PCI
67 tristate "Host AP driver for Prism2.5 PCI adaptors"
68 depends on PCI && HOSTAP
69 ---help---
70 Host AP driver's version for Prism2.5 PCI adaptors.
71
72 "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
73 driver and its help text includes more information about the Host AP
74 driver.
75
76 The driver can be compiled as a module and will be named
77 "hostap_pci.ko".
78
79config HOSTAP_CS
80 tristate "Host AP driver for Prism2/2.5/3 PC Cards"
Adrian Bunkae7ec202006-01-30 19:23:17 +010081 depends on PCMCIA && HOSTAP
Jouni Malinenff1d2762005-05-12 22:54:16 -040082 ---help---
83 Host AP driver's version for Prism2/2.5/3 PC Cards.
84
85 "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
86 driver and its help text includes more information about the Host AP
87 driver.
88
89 The driver can be compiled as a module and will be named
90 "hostap_cs.ko".