Page MenuHomeFreeBSD

net80211: fix WEP transmit
ClosedPublic

Authored by adrian on Sat, Aug 15, 2:41 AM.
Referenced Files
F167155142: D58854.diff
Wed, Aug 19, 1:20 PM
Unknown Object (File)
Sat, Aug 15, 7:54 PM
Unknown Object (File)
Sat, Aug 15, 7:53 PM
Unknown Object (File)
Sat, Aug 15, 4:54 AM

Details

Summary

This was broken in 2022 with a security fix (61605e0ae5d8f) which
disallowed defaulting to the default TX key if there's no unicast
key. Unfortunately this path was also used by WEP transmit.

To fix it, add a separate check which ensures that WEP is configured
(authtype OPEN, privacy enabled) - then also check if the default TX
key is set and that said key is a WEP key.

Fixes: 61605e0ae5d8f

Locally tested:

  • rtwn(4) AP and rtwn(4) STA w/ static WEP keys configured

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

also it would be nice to count/log the drops here...

This revision was not accepted when it landed; it landed in state Needs Review.Wed, Aug 19, 2:07 AM
This revision was automatically updated to reflect the committed changes.