summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-101-3/+3
* Fix 802.11 RSN capabilities announced to peers.stsp2020-12-081-3/+12
* Revert previous; Set the ESS capability bit in assoc requests again.stsp2020-05-191-2/+2
* Do not set the 802.11 ESS capability bit in association requests.stsp2020-05-191-2/+2
* Properly wrap 802.11 frame sequence numbers when incrementing them.stsp2020-03-061-4/+4
* Do not send any QoS data frames unless Tx aggregation has been negotiated.stsp2020-03-031-10/+7
* Fix an mbuf corruption issue which occurs in net80211 hostap mode.stsp2020-02-181-9/+8
* Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.stsp2019-07-291-14/+171
* Fix 'ifconfig nwflags; These flags ended up overlapping with other flagsstsp2019-05-121-3/+4
* On the transmit path the ethernet and ip headers might not bepatrick2019-05-101-11/+12
* MH_ALIGN -> m_align and make the spacing look the same in all three places.claudio2018-11-301-6/+6
* My previous commit broke the ramdisk build; fix itstsp2017-12-141-3/+5
* Stop printing debug info about stations leaving a wifi network whenstsp2017-12-141-5/+7
* Omit the PMKID count field from RSN information elements (IE) if the PMKIDstsp2017-12-111-4/+6
* Make ieee80211_classify() available in a header so we can make thepatrick2017-10-211-2/+1
* Remove global counters from struct ieee80211com which track the number ofstsp2017-02-021-4/+7
* In a comment inside ieee80211_up_to_ac(), update a reference sectionstsp2017-01-311-2/+2
* When telling clients which EDCA parameters to use, copy these parametersstsp2017-01-311-3/+3
* Enable ieee80211_edca_table, which was under #if 0. This table can be usedstsp2017-01-301-4/+2
* Make the net80211 stack send EDCA parameters to the driver in hostap mode.stsp2017-01-091-2/+2
* When acting as 11n hostap, send Microsoft WME parameters to clients sostsp2017-01-091-4/+7
* Fix ieee80211_add_htop(), which is not yet called in active code paths.stsp2017-01-091-3/+4
* Call if_enqueue() and if_start() instead of dereferencing the ifpmpi2016-04-121-2/+2
* Define EDCA tables for 11n mode. Per 802.11-2012 they are the same asstsp2016-02-051-1/+53
* Store ADDBA request and response parameters in the block ack record ofstsp2016-02-051-10/+5
* Fix the timeout value sent in ADDBA request and response frames.stsp2016-01-211-3/+3
* Remove wireless turbo mode support. It is a non-standard extensionstsp2016-01-121-14/+1
* Initialize the A-MPDU parameters field in HT capability elements.stsp2016-01-061-2/+2
* Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modestsp2016-01-051-23/+1
* Fix another case where the return value of ieee80211_chan2mode() wasstsp2016-01-041-3/+2
* ADDBA frames have a parameter set which we check against our own capabilitiesstsp2016-01-041-2/+6
* 11n/HT negotiation fixes:stsp2015-12-121-7/+32
* No need to include <net/if_types.h> for <net/if_vlan_var.h>mpi2015-11-241-2/+1
* Declare 802.11n mode and channel flags. Tweak 11n related fields in structstsp2015-11-151-3/+9
* Update section and table numbers inside comments in the RSN code tostsp2015-11-081-3/+3
* replace the ifqueues in net80211 with mbuf_queues.dlg2015-11-041-15/+9
* m_freem() can handle NULL, do not check for this condition beforehands.deraadt2015-07-151-5/+3
* Rename if_output() into if_enqueue() to avoid confusion with commentsmpi2015-06-301-2/+2
* Use if_output() instead of rerolling it.mpi2015-05-261-27/+3
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef some more INET. v4 4life.tedu2014-12-231-7/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* Stop abusing the rcvif pointer to pass wireless nodes down to thempi2014-03-191-12/+11
* #if 0 out the ieee80211_edca_table table to appease the LLVM warning.brad2013-12-071-1/+3
* use the correct block ack structure when building an ADDBA response.damien2010-07-171-2/+2
* fix prev commit (s/ic_flags/ic_caps/).damien2009-05-241-2/+2
* prevent injection of raw 802.11 control frames through bpf on driversdamien2009-05-191-9/+14
* sync with 802.11w draft 8.0.damien2009-03-261-3/+5
* Fix setting of the Short Slot Time subfield of the Capability Informationdamien2009-03-061-3/+2