Download raw body.
wifi protected management frame (PMF) support
Le Sat, Nov 22, 2025 at 10:45:08PM +0100, Stefan Sperling a écrit : > This patch adds protected management frame support to iwm, iwx, and qwx. > Support for PMF is a prerequisite for WPA3. thanks to stefan's guidance, i've looked up the PMF support in the rsncap field in the output of # tcpdump -n -i iwx0 -y IEEE802_11_RADIO -v type mgt and subtype beacon my MSM430 is too old to support WPA3, but i've been able to test it against a Freebox (french ISP CPE) v8 'pop' running freebox os 4.9 where the available settings are: - WPA3 -> rnscap = 0xcc -> PMF required ? - WPA2/3 transition -> rsncap = 0x8c -> PMF optional ? - WPA2/3 compatibility (recommended) -> rsncap = 0xc -> no PMF ? when the Freebox is configured on WPA2/3 transition, i can still connect with: - amd64 t495s iwm0 at pci1 dev 0 function 0 "Intel Dual Band Wireless-AC 9260" rev 0x29, msix iwm0: hw rev 0x320, fw ver 46.7e3e4b69.0 - arm x13s & omnibook x14 qwx0 at pci1 dev 0 function 0 "Qualcomm QCNFA765" rev 0x01: msi qwx0: wcn6855 hw2.1 fw 0x11088c35 Landry
wifi protected management frame (PMF) support