CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/12/01 09:30:46
Modified files:
share/man/man4 : iwm.4
sys/dev/pci : if_iwm.c if_iwmvar.h
Log message:
implement PMF support for iwm
For now, keep using software crypto for multicast data frames and multicast
management frames even though iwm devices support offloading crypto for both.
We should eventually add support for offloading this because in the present
state iwm is not receiving protected multicast management frames (IGTK/BIP).
In practice, this does not matter much because such frames are only used by
802.11 features which our net80211 stack does not yet support anyway.
Protected unicast management frames work as expected which is what matters
the most, and is much better than having no PMF support at all.
Tested:
iwm 3168: kevlo
iwm 7265: stsp
iwm 9260: florian, landry
iwm 9560: stsp