summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_crypto.h
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2008-04-21 19:01:02 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2008-04-21 19:01:02 +0000
commit394e31e63e85d156e4f3c05c040cc0345e58805e (patch)
tree538bbb212b08f02d552fb82ff4f55e1d6bc6d7f3 /sys/net80211/ieee80211_crypto.h
parent39d1536c6cc6d559b01d29fc82188ff400989145 (diff)
- do not process ethernet PAE frames if RSN is not enabled
- add a ieee80211_recv_action() function (will be used later) - some cleanup, remove unused prototypes, get rid of the IEEE80211_VERIFY_* macros
Diffstat (limited to 'sys/net80211/ieee80211_crypto.h')
-rw-r--r--sys/net80211/ieee80211_crypto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_crypto.h b/sys/net80211/ieee80211_crypto.h
index d4e956b64d5..67f96ae5f25 100644
--- a/sys/net80211/ieee80211_crypto.h
+++ b/sys/net80211/ieee80211_crypto.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ieee80211_crypto.h,v 1.11 2008/04/18 09:16:14 djm Exp $ */
+/* $OpenBSD: ieee80211_crypto.h,v 1.12 2008/04/21 19:01:01 damien Exp $ */
/* $NetBSD: ieee80211_crypto.h,v 1.2 2003/09/14 01:14:55 dyoung Exp $ */
/*-
@@ -92,7 +92,6 @@ extern void ieee80211_crypto_detach(struct ifnet *);
extern const u_int8_t *ieee80211_get_pmk(struct ieee80211com *,
struct ieee80211_node *, const u_int8_t *);
-
extern struct ieee80211_key *ieee80211_get_txkey(struct ieee80211com *,
const struct ieee80211_frame *, struct ieee80211_node *);
extern struct mbuf *ieee80211_encrypt(struct ieee80211com *, struct mbuf *,