/freebsd/sys/net80211/ |
H A D | ieee80211_crypto_ccmp.c | diff fe75b45213a403dc13c2e8a3bef5c83fa3b8225c Sat Nov 19 03:00:24 CET 2016 Adrian Chadd <adrian@FreeBSD.org> [net80211] handle hardware encryption offload in the receive path
* teach the crypto modules about receive offload - although I have to do some further reviewing in places where we /can't/ have an RX key * teach the RX data path about receive offload encryption - check the flag, handle NULL key, do decap and checking as appropriate.
Tested:
* iwn(4), STA mode * ath(4), STA and AP mode * ath10k port, STA mode (hardware encryption)
Reviewed by: avos Differential Revision: https://reviews.freebsd.org/D8533
|
H A D | ieee80211_crypto_tkip.c | diff fe75b45213a403dc13c2e8a3bef5c83fa3b8225c Sat Nov 19 03:00:24 CET 2016 Adrian Chadd <adrian@FreeBSD.org> [net80211] handle hardware encryption offload in the receive path
* teach the crypto modules about receive offload - although I have to do some further reviewing in places where we /can't/ have an RX key * teach the RX data path about receive offload encryption - check the flag, handle NULL key, do decap and checking as appropriate.
Tested:
* iwn(4), STA mode * ath(4), STA and AP mode * ath10k port, STA mode (hardware encryption)
Reviewed by: avos Differential Revision: https://reviews.freebsd.org/D8533
|
H A D | ieee80211_crypto.h | diff fe75b45213a403dc13c2e8a3bef5c83fa3b8225c Sat Nov 19 03:00:24 CET 2016 Adrian Chadd <adrian@FreeBSD.org> [net80211] handle hardware encryption offload in the receive path
* teach the crypto modules about receive offload - although I have to do some further reviewing in places where we /can't/ have an RX key * teach the RX data path about receive offload encryption - check the flag, handle NULL key, do decap and checking as appropriate.
Tested:
* iwn(4), STA mode * ath(4), STA and AP mode * ath10k port, STA mode (hardware encryption)
Reviewed by: avos Differential Revision: https://reviews.freebsd.org/D8533
|
H A D | ieee80211_crypto.c | diff fe75b45213a403dc13c2e8a3bef5c83fa3b8225c Sat Nov 19 03:00:24 CET 2016 Adrian Chadd <adrian@FreeBSD.org> [net80211] handle hardware encryption offload in the receive path
* teach the crypto modules about receive offload - although I have to do some further reviewing in places where we /can't/ have an RX key * teach the RX data path about receive offload encryption - check the flag, handle NULL key, do decap and checking as appropriate.
Tested:
* iwn(4), STA mode * ath(4), STA and AP mode * ath10k port, STA mode (hardware encryption)
Reviewed by: avos Differential Revision: https://reviews.freebsd.org/D8533
|
H A D | ieee80211_wds.c | diff fe75b45213a403dc13c2e8a3bef5c83fa3b8225c Sat Nov 19 03:00:24 CET 2016 Adrian Chadd <adrian@FreeBSD.org> [net80211] handle hardware encryption offload in the receive path
* teach the crypto modules about receive offload - although I have to do some further reviewing in places where we /can't/ have an RX key * teach the RX data path about receive offload encryption - check the flag, handle NULL key, do decap and checking as appropriate.
Tested:
* iwn(4), STA mode * ath(4), STA and AP mode * ath10k port, STA mode (hardware encryption)
Reviewed by: avos Differential Revision: https://reviews.freebsd.org/D8533
|
H A D | ieee80211_adhoc.c | diff fe75b45213a403dc13c2e8a3bef5c83fa3b8225c Sat Nov 19 03:00:24 CET 2016 Adrian Chadd <adrian@FreeBSD.org> [net80211] handle hardware encryption offload in the receive path
* teach the crypto modules about receive offload - although I have to do some further reviewing in places where we /can't/ have an RX key * teach the RX data path about receive offload encryption - check the flag, handle NULL key, do decap and checking as appropriate.
Tested:
* iwn(4), STA mode * ath(4), STA and AP mode * ath10k port, STA mode (hardware encryption)
Reviewed by: avos Differential Revision: https://reviews.freebsd.org/D8533
|
H A D | ieee80211_hostap.c | diff fe75b45213a403dc13c2e8a3bef5c83fa3b8225c Sat Nov 19 03:00:24 CET 2016 Adrian Chadd <adrian@FreeBSD.org> [net80211] handle hardware encryption offload in the receive path
* teach the crypto modules about receive offload - although I have to do some further reviewing in places where we /can't/ have an RX key * teach the RX data path about receive offload encryption - check the flag, handle NULL key, do decap and checking as appropriate.
Tested:
* iwn(4), STA mode * ath(4), STA and AP mode * ath10k port, STA mode (hardware encryption)
Reviewed by: avos Differential Revision: https://reviews.freebsd.org/D8533
|
H A D | ieee80211_sta.c | diff fe75b45213a403dc13c2e8a3bef5c83fa3b8225c Sat Nov 19 03:00:24 CET 2016 Adrian Chadd <adrian@FreeBSD.org> [net80211] handle hardware encryption offload in the receive path
* teach the crypto modules about receive offload - although I have to do some further reviewing in places where we /can't/ have an RX key * teach the RX data path about receive offload encryption - check the flag, handle NULL key, do decap and checking as appropriate.
Tested:
* iwn(4), STA mode * ath(4), STA and AP mode * ath10k port, STA mode (hardware encryption)
Reviewed by: avos Differential Revision: https://reviews.freebsd.org/D8533
|