1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2eb4f98d5SKalle Valoconfig HOSTAP
3eb4f98d5SKalle Valo	tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)"
4eb4f98d5SKalle Valo	select WIRELESS_EXT
5eb4f98d5SKalle Valo	select WEXT_SPY
6eb4f98d5SKalle Valo	select WEXT_PRIV
7eb4f98d5SKalle Valo	select CRYPTO
8eb4f98d5SKalle Valo	select CRYPTO_MICHAEL_MIC
9eb4f98d5SKalle Valo	select CRC32
10eb4f98d5SKalle Valo	select LIB80211
11eb4f98d5SKalle Valo	select LIB80211_CRYPT_WEP
12eb4f98d5SKalle Valo	select LIB80211_CRYPT_TKIP
13eb4f98d5SKalle Valo	select LIB80211_CRYPT_CCMP
14a7f7f624SMasahiro Yamada	help
15eb4f98d5SKalle Valo	Shared driver code for IEEE 802.11b wireless cards based on
16eb4f98d5SKalle Valo	Intersil Prism2/2.5/3 chipset. This driver supports so called
17eb4f98d5SKalle Valo	Host AP mode that allows the card to act as an IEEE 802.11
18eb4f98d5SKalle Valo	access point.
19eb4f98d5SKalle Valo
20eb4f98d5SKalle Valo	See <http://hostap.epitest.fi/> for more information about the
21eb4f98d5SKalle Valo	Host AP driver configuration and tools. This site includes
22eb4f98d5SKalle Valo	information and tools (hostapd and wpa_supplicant) for WPA/WPA2
23eb4f98d5SKalle Valo	support.
24eb4f98d5SKalle Valo
25eb4f98d5SKalle Valo	This option includes the base Host AP driver code that is shared by
26eb4f98d5SKalle Valo	different hardware models. You will also need to enable support for
27eb4f98d5SKalle Valo	PLX/PCI/CS version of the driver to actually use the driver.
28eb4f98d5SKalle Valo
29eb4f98d5SKalle Valo	The driver can be compiled as a module and it will be called
30eb4f98d5SKalle Valo	hostap.
31eb4f98d5SKalle Valo
32eb4f98d5SKalle Valoconfig HOSTAP_FIRMWARE
33eb4f98d5SKalle Valo	bool "Support downloading firmware images with Host AP driver"
34eb4f98d5SKalle Valo	depends on HOSTAP
35a7f7f624SMasahiro Yamada	help
36eb4f98d5SKalle Valo	Configure Host AP driver to include support for firmware image
37eb4f98d5SKalle Valo	download. This option by itself only enables downloading to the
38eb4f98d5SKalle Valo	volatile memory, i.e. the card RAM. This option is required to
39eb4f98d5SKalle Valo	support cards that don't have firmware in flash, such as D-Link
40eb4f98d5SKalle Valo	DWL-520 rev E and D-Link DWL-650 rev P.
41eb4f98d5SKalle Valo
42eb4f98d5SKalle Valo	Firmware image downloading needs a user space tool, prism2_srec.
43eb4f98d5SKalle Valo	It is available from http://hostap.epitest.fi/.
44eb4f98d5SKalle Valo
45eb4f98d5SKalle Valoconfig HOSTAP_FIRMWARE_NVRAM
46eb4f98d5SKalle Valo	bool "Support for non-volatile firmware download"
47eb4f98d5SKalle Valo	depends on HOSTAP_FIRMWARE
48a7f7f624SMasahiro Yamada	help
49eb4f98d5SKalle Valo	Allow Host AP driver to write firmware images to the non-volatile
50eb4f98d5SKalle Valo	card memory, i.e. flash memory that survives power cycling.
51eb4f98d5SKalle Valo	Enable this option if you want to be able to change card firmware
52eb4f98d5SKalle Valo	permanently.
53eb4f98d5SKalle Valo
54eb4f98d5SKalle Valo	Firmware image downloading needs a user space tool, prism2_srec.
55eb4f98d5SKalle Valo	It is available from http://hostap.epitest.fi/.
56eb4f98d5SKalle Valo
57eb4f98d5SKalle Valoconfig HOSTAP_PLX
58eb4f98d5SKalle Valo	tristate "Host AP driver for Prism2/2.5/3 in PLX9052 PCI adaptors"
59*040a2219SNiklas Schnelle	depends on PCI && HOSTAP && HAS_IOPORT
60a7f7f624SMasahiro Yamada	help
61eb4f98d5SKalle Valo	Host AP driver's version for Prism2/2.5/3 PC Cards in PLX9052 based
62eb4f98d5SKalle Valo	PCI adaptors.
63eb4f98d5SKalle Valo
64eb4f98d5SKalle Valo	"Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
65eb4f98d5SKalle Valo	driver and its help text includes more information about the Host AP
66eb4f98d5SKalle Valo	driver.
67eb4f98d5SKalle Valo
68eb4f98d5SKalle Valo	The driver can be compiled as a module and will be named
69eb4f98d5SKalle Valo	hostap_plx.
70eb4f98d5SKalle Valo
71eb4f98d5SKalle Valoconfig HOSTAP_PCI
72eb4f98d5SKalle Valo	tristate "Host AP driver for Prism2.5 PCI adaptors"
73eb4f98d5SKalle Valo	depends on PCI && HOSTAP
74a7f7f624SMasahiro Yamada	help
75eb4f98d5SKalle Valo	Host AP driver's version for Prism2.5 PCI adaptors.
76eb4f98d5SKalle Valo
77eb4f98d5SKalle Valo	"Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
78eb4f98d5SKalle Valo	driver and its help text includes more information about the Host AP
79eb4f98d5SKalle Valo	driver.
80eb4f98d5SKalle Valo
81eb4f98d5SKalle Valo	The driver can be compiled as a module and will be named
82eb4f98d5SKalle Valo	hostap_pci.
83eb4f98d5SKalle Valo
84eb4f98d5SKalle Valoconfig HOSTAP_CS
85eb4f98d5SKalle Valo	tristate "Host AP driver for Prism2/2.5/3 PC Cards"
86eb4f98d5SKalle Valo	depends on PCMCIA && HOSTAP
87a7f7f624SMasahiro Yamada	help
88eb4f98d5SKalle Valo	Host AP driver's version for Prism2/2.5/3 PC Cards.
89eb4f98d5SKalle Valo
90eb4f98d5SKalle Valo	"Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
91eb4f98d5SKalle Valo	driver and its help text includes more information about the Host AP
92eb4f98d5SKalle Valo	driver.
93eb4f98d5SKalle Valo
94eb4f98d5SKalle Valo	The driver can be compiled as a module and will be named
95eb4f98d5SKalle Valo	hostap_cs.
96