diff options
author | Jouni Malinen <jkmaline@cc.hut.fi> | 2005-07-30 23:43:20 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-07-31 00:28:02 -0400 |
commit | 62fe7e378109537ff80971c5208e12d40bf88bee (patch) | |
tree | 6facd4654afbef6590e21c4fde0c71fb7ed79f2e /drivers/net/wireless/hostap/Kconfig | |
parent | ebed67d2847a9d299b47eeb5d82744671ab2b198 (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/Kconfig | 33 |
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 | |||
7 | Host AP mode that allows the card to act as an IEEE 802.11 | 7 | Host AP mode that allows the card to act as an IEEE 802.11 |
8 | access point. | 8 | access point. |
9 | 9 | ||
10 | In addition, this includes generic IEEE 802.11 code, e.g., for | ||
11 | WEP/TKIP/CCMP encryption that can be shared with other drivers. | ||
12 | |||
13 | See <http://hostap.epitest.fi/> for more information about the | 10 | See <http://hostap.epitest.fi/> for more information about the |
14 | Host AP driver configuration and tools. This site includes | 11 | Host AP driver configuration and tools. This site includes |
15 | information and tools (hostapd and wpa_supplicant) for WPA/WPA2 | 12 | information and tools (hostapd and wpa_supplicant) for WPA/WPA2 |
@@ -22,36 +19,6 @@ config HOSTAP | |||
22 | The driver can be compiled as a module and it will be called | 19 | The driver can be compiled as a module and it will be called |
23 | "hostap.ko". | 20 | "hostap.ko". |
24 | 21 | ||
25 | config HOSTAP_WEP | ||
26 | tristate "IEEE 802.11 WEP encryption" | ||
27 | depends on HOSTAP | ||
28 | select CRYPTO | ||
29 | ---help--- | ||
30 | Software implementation of IEEE 802.11 WEP encryption. | ||
31 | |||
32 | This can be compiled as a modules and it will be called | ||
33 | "hostap_crypt_wep.ko". | ||
34 | |||
35 | config HOSTAP_TKIP | ||
36 | tristate "IEEE 802.11 TKIP encryption" | ||
37 | depends on HOSTAP | ||
38 | select CRYPTO | ||
39 | ---help--- | ||
40 | Software implementation of IEEE 802.11 TKIP encryption. | ||
41 | |||
42 | This can be compiled as a modules and it will be called | ||
43 | "hostap_crypt_tkip.ko". | ||
44 | |||
45 | config HOSTAP_CCMP | ||
46 | tristate "IEEE 802.11 CCMP encryption" | ||
47 | depends on HOSTAP | ||
48 | select CRYPTO | ||
49 | ---help--- | ||
50 | Software implementation of IEEE 802.11 CCMP encryption. | ||
51 | |||
52 | This can be compiled as a modules and it will be called | ||
53 | "hostap_crypt_ccmp.ko". | ||
54 | |||
55 | config HOSTAP_FIRMWARE | 22 | config HOSTAP_FIRMWARE |
56 | bool "Support downloading firmware images with Host AP driver" | 23 | bool "Support downloading firmware images with Host AP driver" |
57 | depends on HOSTAP | 24 | depends on HOSTAP |