summaryrefslogtreecommitdiff
path: root/ieee80211.h
Commit message (Collapse)AuthorAgeFilesLines
* IEEE 802.11: add support to filter Block Ack Req & Block Ack control framesGokul Sivakumar2021-07-281-1/+3
| | | | | | | | As per the IEEE 802.11-2016 std, section 9.2.4.1.3, Table 9-1, the control frame Block Ack Request has the subtype 0b1000 and frame Block Ack has the subtype 0b1001. Add this two control frame subtypes in ieee80211.h so that the 802.11 frames can be filtered using "bar" or "ba" in addition to the other ctl frame subtypes.
* Support OpenBSD's "addr1", "addr2", "addr3", and "addr4" link-layerguy2007-11-181-3/+3
| | | | | | | | address types for 802.11. Support the OpenBSD names for some of the 802.11 frame types. Support OpenBSD's "dir" keyword for 802.11 frame directions.
* From Sepherosa Ziehau: additional filter operations for 802.11 frameguy2007-03-111-0/+146
types. Modified to add ieee80211.h from FreeBSD, rather than depending on the OS supplying the header, and to support all 802.11 radio header types. Clean up some link-layer type checks and the messages for failing those checks.