1
0
Fork 0
alistair23-linux/net/ieee80211
Johannes Berg a4bf26f30e [PATCH] ieee80211: enable hw wep where host has to build IV
This patch fixes some of the ieee80211 crypto related code so that
instead of having the host fully do crypto operations, the host_build_iv
flag works properly (for WEP in this patch) which, if turned on,
requires the hardware to do all crypto operations, but the ieee80211
layer builds the IV. The hardware also has to build the ICV.

Previously, the host_build_iv flag couldn't be used at all for WEP, and
not alone (with both host_decrypt and host_encrypt disabled) because the
crypto algorithm wasn't assigned. This is also fixed.

I have tested this patch both in host crypto mode and in hw crypto mode
(with the Broadcom chipset).

[resent, signing digitally caused it to be MIME-junked, sorry]

Signed-Off-By: Johannes Berg <johannes@sipsolutions.net>

Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2006-01-09 10:34:25 -05:00
..
Kconfig [PATCH] ieee80211_crypt_tkip depends on NET_RADIO 2005-12-12 23:59:28 -05:00
Makefile [PATCH] ieee80211: Added ieee80211_geo to provide helper functions 2005-09-21 23:03:55 -04:00
ieee80211_crypt.c ieee80211: cleanup crypto list handling, other minor cleanups. 2005-11-09 01:01:04 -05:00
ieee80211_crypt_ccmp.c Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*. 2005-11-05 23:39:54 -05:00
ieee80211_crypt_tkip.c Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*. 2005-11-05 23:39:54 -05:00
ieee80211_crypt_wep.c [PATCH] ieee80211: enable hw wep where host has to build IV 2006-01-09 10:34:25 -05:00
ieee80211_geo.c Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*. 2005-11-05 23:39:54 -05:00
ieee80211_module.c Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*. 2005-11-05 23:39:54 -05:00
ieee80211_rx.c [IEEE80211] ipw2200: Simplify multicast checks. 2006-01-03 15:27:38 -08:00
ieee80211_tx.c [PATCH] ieee80211: enable hw wep where host has to build IV 2006-01-09 10:34:25 -05:00
ieee80211_wx.c [PATCH] ieee80211: enable hw wep where host has to build IV 2006-01-09 10:34:25 -05:00