Page MenuHomeFreeBSD

net80211: add an IEEE80211_IS_PROTECTED() macro
ClosedPublic

Authored by adrian on Aug 12 2022, 9:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 31, 10:44 PM
Unknown Object (File)
Jun 28 2024, 11:12 PM
Unknown Object (File)
May 16 2024, 7:55 AM
Unknown Object (File)
May 16 2024, 7:55 AM
Unknown Object (File)
May 11 2024, 8:29 PM
Unknown Object (File)
May 11 2024, 7:10 PM
Unknown Object (File)
May 11 2024, 7:02 PM
Unknown Object (File)
May 11 2024, 10:29 AM

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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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