increment CCMP decryption error counter if hw decrypt fails to get PN
authorstsp <stsp@openbsd.org>
Thu, 23 May 2024 11:19:13 +0000 (11:19 +0000)
committerstsp <stsp@openbsd.org>
Thu, 23 May 2024 11:19:13 +0000 (11:19 +0000)
commit7aeb1bc93336df4e88eee5075c0498cf679fac9c
treec12091936a196b5e1f147b3d19fbf4a2e8cd9bcc
parent1f382412f5b9f1ccf72ba2e6e931e8c88025c151
increment CCMP decryption error counter if hw decrypt fails to get PN

This case will only occur if the IV has been stripped by hardware and
the driver has not cleared the protected bit in the frame header as it
should. Incrementing this counter will make the problem more obvious
when looking at netstat -W output.

No functional change for people who do not work on wifi drivers.
sys/net80211/ieee80211_input.c