Page MenuHomeFreeBSD

net80211: add an IEEE80211_IS_PROTECTED() macro
ClosedPublic

Authored by adrian on Aug 12 2022, 9:00 PM.
Tags
None
Referenced Files
F111636331: D36183.id109332.diff
Thu, Mar 6, 8:18 AM
F111616673: D36183.diff
Thu, Mar 6, 1:41 AM
Unknown Object (File)
Wed, Mar 5, 4:10 AM
Unknown Object (File)
Sat, Feb 8, 6:24 AM
Unknown Object (File)
Feb 2 2025, 9:34 AM
Unknown Object (File)
Jan 24 2025, 11:58 PM
Unknown Object (File)
Jan 24 2025, 11:32 PM
Unknown Object (File)
Jan 24 2025, 6:43 PM

Details

Summary

This returns whether the given 802.11 frame has the protected bit set.

Test Plan
  • tested in AP/STA mode
  • STA mode - local athp/ath10k driver
  • AP mode - in tree ath driver

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46910
Build 43799: arc lint + arc unit

Event Timeline

Presumably this results in identical object code?

Presumably this results in identical object code?

weirdly no, and i can't figure out why? sta/ap modes work though, open and encrypted.

i wonder what's going on!

This revision is now accepted and ready to land.Aug 14 2022, 3:09 PM