CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/12/01 09:44:13
Modified files:
share/man/man4 : iwx.4
sys/dev/pci : if_iwx.c if_iwxreg.h if_iwxvar.h
Log message:
Add PMF support to iwx. Also make MLD devices remove crypto keys from firmware.
This driver was already offloading group key encryption to the device, and is
now also offloading IGTK/BIP. We cannot send protected multicast management
frames in station mode because the firmware won't allow it. But we do receive
such frames just fine, which is all we really need in station mode.
Thanks to Johannes Berg from Linux / Intel for hints about firmware behaviour
regarding IGTK/BIP, and explaining how driver behaviour needs to be tested.
Tested:
iwx AX200: jmc, Mark Patruck, stsp
iwx AX201: kirill
iwx AX210: lraab, remi (interop issue with PSK-SHA256-only Arista AP)
iwx AX211: sthen, kevlo, kn, jca