summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211.h
Commit message (Expand)AuthorAgeFilesLines
* [net80211] Add fields to decode uAPSD fields.adrian2016-03-301-0/+21
* [net80211] Add VHT Transmit Power Envelope element - 802.11ac-2013 8.4.2.164adrian2016-03-191-0/+33
* [net80211] IE 127 is not MESHEXTCAP, just EXTCAP.adrian2016-03-181-1/+1
* Add initial 802.11ac IEs and fields.adrian2016-03-181-0/+112
* [net80211] Add some more missing IEs.adrian2016-03-171-0/+13
* Add initial VHT IE's and action codes.adrian2016-03-161-0/+6
* class -> i_class. Thanks C++.adrian2016-03-141-1/+1
* [net80211] handle unlisted information elements.adrian2016-03-141-0/+75
* net80211: add few missing subtype names.avos2016-02-191-0/+2
* Define a rateval macro that drivers tend to hard-code.adrian2015-09-221-0/+1
* Fix spelling mistake in comment.gavin2015-05-261-1/+1
* Make ieee80211broadcastaddr global, so that drivers or otherglebius2015-05-261-0/+4
* Do not check sequence number for QoS Null frames; set it for generated QoS Nulladrian2015-05-121-0/+5
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-081-1/+1
* Add ieee80211_add_{qos,wpa,rsn}() functions since they are needed by anrpaulo2013-07-251-0/+1
* Mesh: QoS Control field bit flags fix.monthadar2013-02-141-3/+3
* Fix an incorrect comment.adrian2012-08-081-1/+1
* Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.monthadar2012-05-011-1/+1
* Added Self-protected action category (including MPM).monthadar2012-05-011-0/+2
* * Introduce new flag for QoS control field;adrian2012-03-041-0/+7
* * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;adrian2012-03-041-0/+1
* Update the 802.11s IE numbers to represent the latest 802.11 amendment standard.adrian2012-02-081-20/+25
* Update the mesh reason codes to match the latest 802.11s specification.adrian2012-02-061-13/+15
* Add 802.11h quiet time element support into net80211.adrian2011-11-081-0/+12
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while herebschmidt2011-02-211-0/+1
* Update 802.11s mesh support to draft 3.03. This includes a revised framerpaulo2009-09-221-4/+6
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-0/+36
* Correct ieee80211_gettid:sam2009-06-091-0/+3
* o correct/add action frame categoriessam2009-06-051-1/+5
* o station mode channel switch supportsam2009-06-041-1/+9
* add block ack frame idsam2009-05-181-0/+1
* promote ieee80211_seq typedefsam2009-05-021-0/+2
* o move tdma+superg protocol defs out of public viewsam2009-03-261-92/+5
* Minor cleanups of tdma protocol handling:sam2009-03-181-7/+23
* o make %b msg bit defines public (to user apps too)sam2009-01-271-0/+13
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-1/+23
* o fix spelling of EOSPsam2008-09-211-4/+4
* o fix BAR definitionssam2008-09-061-3/+15
* add WPS ouisam2008-08-061-0/+2
* add PLCP service bit definitionssam2008-05-111-0/+5
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-6/+13
* correct TID_TO_WME_AC handling of BEsam2007-11-231-1/+1
* correct MIMO power save action frame format;sam2007-11-141-2/+8
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-13/+17
* Miscellaneous fixups to 802.11 defs:sam2007-09-051-37/+62
* Update 802.11 wireless support:sam2007-06-111-136/+485
* copyright updates:sam2007-06-061-7/+1
* Fix packing on the country band descriptor. No real change since thisimp2006-12-011-1/+1
* o move min/max beacon interval and dtim period to public locationsam2006-07-261-0/+24
* o add IEEE80211_FRAG_DEFAULTsam2005-07-221-3/+11
OpenPOWER on IntegriCloud