aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ieee80211.h
diff options
context:
space:
mode:
authorJames Ketrenos <jketreno@linux.intel.com>2005-09-21 11:58:32 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-09-21 23:04:57 -0400
commitccd0fda3a6d9186d067893114f65b8df758d5a1f (patch)
tree2a6301d4762851c7253a21b50e10818cc1bab5b3 /include/net/ieee80211.h
parent42c94e43be27f8b9be9b5be491bae8af05e54dbd (diff)
downloadlinux-ccd0fda3a6d9186d067893114f65b8df758d5a1f.tar.gz
[PATCH] ieee80211: Mixed PTK/GTK CCMP/TKIP support
tree 5c7559a1216ae1121487f6aed94a6017490729b3 parent c1ff4c22e5622c8987bf96c09158c4924cde98c2 author Hong Liu <hong.liu@intel.com> 1125482767 +0800 committer James Ketrenos <jketreno@linux.intel.com> 1127314427 -0500 Mixed PTK/GTK CCMP/TKIP support. Signed-off-by: Hong Liu <hong.liu@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include/net/ieee80211.h')
-rw-r--r--include/net/ieee80211.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h
index 931737eec6c67..ef85a96fce496 100644
--- a/include/net/ieee80211.h
+++ b/include/net/ieee80211.h
@@ -851,6 +851,9 @@ struct ieee80211_device {
int host_encrypt;
int host_encrypt_msdu;
int host_decrypt;
+ /* host performs multicast decryption */
+ int host_mc_decrypt;
+
int host_open_frag;
int ieee802_1x; /* is IEEE 802.1X used */