diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2025-03-16 18:13:01 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2025-04-04 03:23:10 +0000 |
commit | 08fd0689d06fb8587f7d37d8a39647992456b3fd (patch) | |
tree | a750e019ede06de634f513bb394de41fcba04b74 /share/doc/psd/contents/contents.ms | |
parent | 94acddd2ad0142221124c3fb7fe3778a5a1f8036 (diff) |
net80211: document the crypto enmic/demic functions.
These functions implement what's needed for TKIP Michael MIC - which
is performed over the entire unencrypted MSDU. Each potential
fragmented MPDU is encrypted and has its own ICV/MIC.
CCMP/GCMP encrypts each MPDU separately (including the MPDUs that make
up an A-MPDU), so they'll implement null functions here and instead do
the MIC/ICV insertion inline in the crypto functions themselves.
Hopefully this makes it a bit clearer on how things should behave, and
will help figure out and clean up what further hardware offload
features we need.
Differential Revision: https://reviews.freebsd.org/D49392
Reviewed by: bz
Diffstat (limited to 'share/doc/psd/contents/contents.ms')
0 files changed, 0 insertions, 0 deletions