• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config HOSTAP
2	tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)"
3	depends on WLAN_80211
4	select WIRELESS_EXT
5	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
12	select LIB80211
13	select LIB80211_CRYPT_WEP
14	select LIB80211_CRYPT_TKIP
15	select LIB80211_CRYPT_CCMP
16	---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
22	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
32	"hostap.ko".
33
34config 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
39	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.
43
44	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/.
58
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
71	"hostap_plx.ko".
72
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
84	"hostap_pci.ko".
85
86config HOSTAP_CS
87	tristate "Host AP driver for Prism2/2.5/3 PC Cards"
88	depends on PCMCIA && HOSTAP
89	---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
97	"hostap_cs.ko".
98