aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/hostap/Kconfig
diff options
context:
space:
mode:
authorJouni Malinen <jkmaline@cc.hut.fi>2005-07-30 20:43:20 -0700
committerJeff Garzik <jgarzik@pobox.com>2005-07-31 00:28:02 -0400
commit62fe7e378109537ff80971c5208e12d40bf88bee (patch)
tree6facd4654afbef6590e21c4fde0c71fb7ed79f2e /drivers/net/wireless/hostap/Kconfig
parentebed67d2847a9d299b47eeb5d82744671ab2b198 (diff)
[PATCH] hostap: Replace crypto code with net/ieee80211 version
Replace Host AP version of WEP, TKIP, CCMP implementation with net/ieee80211 that has more or less identical implementation (since it is based on the Host AP implementation). Remove Host AP specific implementation and modules from drivers/net/wireless/hostap. Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/wireless/hostap/Kconfig')
-rw-r--r--drivers/net/wireless/hostap/Kconfig33
1 files changed, 0 insertions, 33 deletions
diff --git a/drivers/net/wireless/hostap/Kconfig b/drivers/net/wireless/hostap/Kconfig
index 2871e879b51..1445f3f2600 100644
--- a/drivers/net/wireless/hostap/Kconfig
+++ b/drivers/net/wireless/hostap/Kconfig
@@ -7,9 +7,6 @@ config HOSTAP
Host AP mode that allows the card to act as an IEEE 802.11
access point.
- In addition, this includes generic IEEE 802.11 code, e.g., for
- WEP/TKIP/CCMP encryption that can be shared with other drivers.
-
See <http://hostap.epitest.fi/> for more information about the
Host AP driver configuration and tools. This site includes
information and tools (hostapd and wpa_supplicant) for WPA/WPA2
@@ -22,36 +19,6 @@ config HOSTAP
The driver can be compiled as a module and it will be called
"hostap.ko".
-config HOSTAP_WEP
- tristate "IEEE 802.11 WEP encryption"
- depends on HOSTAP
- select CRYPTO
- ---help---
- Software implementation of IEEE 802.11 WEP encryption.
-
- This can be compiled as a modules and it will be called
- "hostap_crypt_wep.ko".
-
-config HOSTAP_TKIP
- tristate "IEEE 802.11 TKIP encryption"
- depends on HOSTAP
- select CRYPTO
- ---help---
- Software implementation of IEEE 802.11 TKIP encryption.
-
- This can be compiled as a modules and it will be called
- "hostap_crypt_tkip.ko".
-
-config HOSTAP_CCMP
- tristate "IEEE 802.11 CCMP encryption"
- depends on HOSTAP
- select CRYPTO
- ---help---
- Software implementation of IEEE 802.11 CCMP encryption.
-
- This can be compiled as a modules and it will be called
- "hostap_crypt_ccmp.ko".
-
config HOSTAP_FIRMWARE
bool "Support downloading firmware images with Host AP driver"
depends on HOSTAP