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