--- src/sys/netproto/802_11/ieee80211_proto.h 2007/04/26 12:59:14 1.12 +++ src/sys/netproto/802_11/ieee80211_proto.h 2007/05/07 14:12:16 1.13 @@ -58,8 +58,12 @@ void ieee80211_proto_attach(struct ieee8 void ieee80211_proto_detach(struct ieee80211com *); struct ieee80211_node; +struct ieee80211_crypto_iv; int ieee80211_input(struct ieee80211com *, struct mbuf *, struct ieee80211_node *, int, uint32_t); +int ieee80211_input_withiv(struct ieee80211com *, struct mbuf *, + struct ieee80211_node *, int, uint32_t, + const struct ieee80211_crypto_iv *); int ieee80211_setup_rates(struct ieee80211_node *ni, const uint8_t *rates, const uint8_t *xrates, int flags, int join);