summaryrefslogtreecommitdiff
path: root/ieee80211.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.