aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/_ieee80211.h
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* net80211: correct types for nf and rssiBjoern A. Zeeb2022-04-011-2/+2
* net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb2021-10-221-0/+3
* net80211: rx_stats add 160Mhz channel width.Bjoern A. Zeeb2021-02-281-1/+2
* net80211: fix a typoBjoern A. Zeeb2020-11-041-1/+1
* 80211: consistently order 160 and 80+80Bjoern A. Zeeb2020-08-171-8/+8
* 80211: consistently spell 80P80Bjoern A. Zeeb2020-08-171-5/+5
* [net80211] Add initial U-APSD negotiation support.Adrian Chadd2020-06-161-0/+1
* [net80211] Add initial A-MSDU in A-MPDU negotation support.Adrian Chadd2020-06-051-1/+4
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] RX parameter shuffle in net80211 in preparation for 4x4 NICs and 1...Adrian Chadd2017-02-201-8/+107
* net80211: allow to configure LDPC supportAndriy Voskoboinyk2017-01-211-1/+2
* [net80211] add CHAN_VHT2G/CHAN_VHT5G macros.Adrian Chadd2017-01-101-0/+6
* [net80211] Add VHT flags for printf/debugging.Adrian Chadd2017-01-041-2/+3
* [net80211] start laying down the foundation for 11ac support.Adrian Chadd2016-12-161-4/+50
* [net80211] shuffle IEEE80211_C and HTC bits over to _ieee80211.h so userland ...Adrian Chadd2016-11-181-0/+67
* net80211: calculate IEEE80211_MODE_BYTES / IEEE80211_CHAN_BYTESAndriy Voskoboinyk2016-05-011-2/+2
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-0/+1
* Perform some rather amusing layering violations to add mbuf tags to theAdrian Chadd2015-09-261-5/+4
* Add a check for dynamic OFDM/CCK channel types.Adrian Chadd2012-07-011-0/+2
* Revert r220907 and r220915.Adrian Chadd2011-04-221-9/+4
* Change the MIMO userland export ABI to include flags, number of radio chains,Adrian Chadd2011-04-211-4/+9
* Re-add the pad[2] I deleted by accident.Adrian Chadd2011-04-081-0/+1
* Add initial support for MIMO statistics to net80211.Adrian Chadd2011-04-081-3/+9
* Constantly use MHz instead of Mhz.Bernhard Schmidt2011-03-131-1/+1
* Complete the MCS rate table based on the final 802.11n std. While hereBernhard Schmidt2011-03-101-1/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-1/+2
* make implicit pad visibleSam Leffler2009-06-111-0/+1
* Add modes for 1/2 and 1/4-width channels so we have separate roamingSam Leffler2009-02-191-1/+3
* add phy types for 1/2 and 1/4-rate modesSam Leffler2009-02-191-0/+2
* Extend channel definition with:Sam Leffler2009-01-271-0/+3
* o make %b msg bit defines public (to user apps too)Sam Leffler2009-01-271-0/+5
* add new state bit to indicate when interference is observed on the channelSam Leffler2009-01-271-0/+3
* change IEEE80211_IS_CHAN_OFDM and IEEE80211_IS_CHAN_CCK to return trueSam Leffler2009-01-271-2/+2
* define IEEE80211_CHAN_108A and IEEE80211_CHAN_108G in terms of theirSam Leffler2009-01-271-2/+2
* add defines for driver-private bits to eliminate use of constantsSam Leffler2009-01-231-1/+4
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butSam Leffler2008-12-151-1/+1
* add 1/2 and 1/4 channel flags to IEEE80211_CHAN_ALL so that operationsSam Leffler2008-10-251-0/+1
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-27/+92
* o add IEEE80211_RATE_MCS to use instead of naked constant (for marking MCS)Sam Leffler2007-09-181-0/+2
* o move IEEE80211_NONQOS_TID into a public locationSam Leffler2007-09-181-0/+3
* Update channel definition:Sam Leffler2007-09-051-16/+40
* Change the channel number in the scan results struct to be a pointer to theAndrew Thompson2007-06-301-0/+2
* Update 802.11 wireless support:Sam Leffler2007-06-111-25/+100
* copyright updates:Sam Leffler2007-06-061-7/+1
* add ieee80211_opmode_name array for mapping the opmode to a stringSam Leffler2007-03-071-0/+1
* add IEEE80211_IS_CHAN_PASSIVESam Leffler2007-02-021-0/+2
* Add initial support for 900MHz cards like the Ubiquiti SR9:Sam Leffler2007-01-151-0/+5
* First cut at half/quarter-rate 11a channel support (e.g. for useSam Leffler2006-12-271-0/+6
* add some useful definitions that'll be used soonSam Leffler2005-12-121-0/+6