net80211: add new method for ieee80211_cipher (ic_setiv).
authoradrian <adrian@FreeBSD.org>
Sat, 3 Oct 2015 00:50:13 +0000 (00:50 +0000)
committeradrian <adrian@FreeBSD.org>
Sat, 3 Oct 2015 00:50:13 +0000 (00:50 +0000)
commit49776fea0a8200d6d6a1085e7d4b0a6f04870612
treeb30b44f1253fc7f6f757a78b3eb32d055cfa6cc7
parent961b8fe9bba4419aa4f31fcdb95f4885f8eca3a4
net80211: add new method for ieee80211_cipher (ic_setiv).

This can be used to update IV state for the caller without adding
information to the mbuf.  Some hardware (eg rum) apparently requires
bits of this.

Submitted by: <s3erios@gmail.com>
Differential Revision: https://reviews.freebsd.org/D3638
sys/net80211/ieee80211_crypto.h
sys/net80211/ieee80211_crypto_ccmp.c
sys/net80211/ieee80211_crypto_none.c
sys/net80211/ieee80211_crypto_tkip.c
sys/net80211/ieee80211_crypto_wep.c