lib80211: absorb crypto bits from net/ieee80211
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / hostap / Kconfig
1 config 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 LIB80211
6         select LIB80211_CRYPT_WEP
7         select LIB80211_CRYPT_TKIP
8         select LIB80211_CRYPT_CCMP
9         ---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
15         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
27 config 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
32         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.
36
37         Firmware image downloading needs a user space tool, prism2_srec.
38         It is available from http://hostap.epitest.fi/.
39
40 config 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/.
51
52 config 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
66 config 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
79 config HOSTAP_CS
80         tristate "Host AP driver for Prism2/2.5/3 PC Cards"
81         depends on PCMCIA && HOSTAP
82         ---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".