blob: c15db229351573ee7d37ee7494b002160744db86 [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. Linville04adf892008-12-03 13:55:38 -05005 select CRYPTO
6 select CRYPTO_ARC4
7 select CRYPTO_ECB
8 select CRYPTO_AES
9 select CRYPTO_MICHAEL_MIC
10 select CRYPTO_ECB
11 select CRC32
John W. Linville274bfb82008-10-29 11:35:05 -040012 select LIB80211
13 select LIB80211_CRYPT_WEP
14 select LIB80211_CRYPT_TKIP
15 select LIB80211_CRYPT_CCMP
Jouni Malinenff1d2762005-05-12 22:54:16 -040016 ---help---
17 Shared driver code for IEEE 802.11b wireless cards based on
18 Intersil Prism2/2.5/3 chipset. This driver supports so called
19 Host AP mode that allows the card to act as an IEEE 802.11
20 access point.
21
Jouni Malinenff1d2762005-05-12 22:54:16 -040022 See <http://hostap.epitest.fi/> for more information about the
23 Host AP driver configuration and tools. This site includes
24 information and tools (hostapd and wpa_supplicant) for WPA/WPA2
25 support.
26
27 This option includes the base Host AP driver code that is shared by
28 different hardware models. You will also need to enable support for
29 PLX/PCI/CS version of the driver to actually use the driver.
30
31 The driver can be compiled as a module and it will be called
Pavel Machek4737f092009-06-05 00:44:53 +020032 hostap.
Jouni Malinenff1d2762005-05-12 22:54:16 -040033
Jouni Malinenff1d2762005-05-12 22:54:16 -040034config HOSTAP_FIRMWARE
35 bool "Support downloading firmware images with Host AP driver"
36 depends on HOSTAP
37 ---help---
38 Configure Host AP driver to include support for firmware image
Pavel Roskina485cde2005-12-30 18:22:26 -050039 download. This option by itself only enables downloading to the
40 volatile memory, i.e. the card RAM. This option is required to
41 support cards that don't have firmware in flash, such as D-Link
42 DWL-520 rev E and D-Link DWL-650 rev P.
Jouni Malinenff1d2762005-05-12 22:54:16 -040043
Pavel Roskina485cde2005-12-30 18:22:26 -050044 Firmware image downloading needs a user space tool, prism2_srec.
45 It is available from http://hostap.epitest.fi/.
46
47config HOSTAP_FIRMWARE_NVRAM
48 bool "Support for non-volatile firmware download"
49 depends on HOSTAP_FIRMWARE
50 ---help---
51 Allow Host AP driver to write firmware images to the non-volatile
52 card memory, i.e. flash memory that survives power cycling.
53 Enable this option if you want to be able to change card firmware
54 permanently.
55
56 Firmware image downloading needs a user space tool, prism2_srec.
57 It is available from http://hostap.epitest.fi/.
Jouni Malinenff1d2762005-05-12 22:54:16 -040058
59config HOSTAP_PLX
60 tristate "Host AP driver for Prism2/2.5/3 in PLX9052 PCI adaptors"
61 depends on PCI && HOSTAP
62 ---help---
63 Host AP driver's version for Prism2/2.5/3 PC Cards in PLX9052 based
64 PCI adaptors.
65
66 "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
67 driver and its help text includes more information about the Host AP
68 driver.
69
70 The driver can be compiled as a module and will be named
Pavel Machek4737f092009-06-05 00:44:53 +020071 hostap_plx.
Jouni Malinenff1d2762005-05-12 22:54:16 -040072
73config HOSTAP_PCI
74 tristate "Host AP driver for Prism2.5 PCI adaptors"
75 depends on PCI && HOSTAP
76 ---help---
77 Host AP driver's version for Prism2.5 PCI adaptors.
78
79 "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
80 driver and its help text includes more information about the Host AP
81 driver.
82
83 The driver can be compiled as a module and will be named
Pavel Machek4737f092009-06-05 00:44:53 +020084 hostap_pci.
Jouni Malinenff1d2762005-05-12 22:54:16 -040085
86config HOSTAP_CS
87 tristate "Host AP driver for Prism2/2.5/3 PC Cards"
Adrian Bunkae7ec202006-01-30 19:23:17 +010088 depends on PCMCIA && HOSTAP
Jouni Malinenff1d2762005-05-12 22:54:16 -040089 ---help---
90 Host AP driver's version for Prism2/2.5/3 PC Cards.
91
92 "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
93 driver and its help text includes more information about the Host AP
94 driver.
95
96 The driver can be compiled as a module and will be named
Pavel Machek4737f092009-06-05 00:44:53 +020097 hostap_cs.