index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net80211
/
ieee80211_output.c
Age
Commit message (
Expand
)
Author
2022-03-14
Add initial 802.11ac (VHT) support to net80211.
Stefan Sperling
2022-01-05
rename ETHERTYPE_PAE to ETHERTYPE_EAPOL.
David Gwynne
2021-09-08
Improve debug output when sending 802.11 action frames by showing the
Stefan Sperling
2021-05-11
In hostap mode don't send data frames to nodes which aren't in state ASSOC.
Stefan Sperling
2021-03-10
spelling
Jonathan Gray
2020-12-08
Fix 802.11 RSN capabilities announced to peers.
Stefan Sperling
2020-05-19
Revert previous; Set the ESS capability bit in assoc requests again.
Stefan Sperling
2020-05-19
Do not set the 802.11 ESS capability bit in association requests.
Stefan Sperling
2020-03-06
Properly wrap 802.11 frame sequence numbers when incrementing them.
Stefan Sperling
2020-03-03
Do not send any QoS data frames unless Tx aggregation has been negotiated.
Stefan Sperling
2020-02-18
Fix an mbuf corruption issue which occurs in net80211 hostap mode.
Stefan Sperling
2019-07-29
Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.
Stefan Sperling
2019-05-12
Fix 'ifconfig nwflags; These flags ended up overlapping with other flags
Stefan Sperling
2019-05-10
On the transmit path the ethernet and ip headers might not be
Patrick Wildt
2018-11-30
MH_ALIGN -> m_align and make the spacing look the same in all three places.
Claudio Jeker
2017-12-14
My previous commit broke the ramdisk build; fix it
Stefan Sperling
2017-12-14
Stop printing debug info about stations leaving a wifi network when
Stefan Sperling
2017-12-11
Omit the PMKID count field from RSN information elements (IE) if the PMKID
Stefan Sperling
2017-10-21
Make ieee80211_classify() available in a header so we can make the
Patrick Wildt
2017-02-02
Remove global counters from struct ieee80211com which track the number of
Stefan Sperling
2017-01-31
In a comment inside ieee80211_up_to_ac(), update a reference section
Stefan Sperling
2017-01-31
When telling clients which EDCA parameters to use, copy these parameters
Stefan Sperling
2017-01-30
Enable ieee80211_edca_table, which was under #if 0. This table can be used
Stefan Sperling
2017-01-09
Make the net80211 stack send EDCA parameters to the driver in hostap mode.
Stefan Sperling
2017-01-09
When acting as 11n hostap, send Microsoft WME parameters to clients so
Stefan Sperling
2017-01-09
Fix ieee80211_add_htop(), which is not yet called in active code paths.
Stefan Sperling
2016-04-12
Call if_enqueue() and if_start() instead of dereferencing the ifp
Martin Pieuchot
2016-02-05
Define EDCA tables for 11n mode. Per 802.11-2012 they are the same as
Stefan Sperling
2016-02-05
Store ADDBA request and response parameters in the block ack record of
Stefan Sperling
2016-01-21
Fix the timeout value sent in ADDBA request and response frames.
Stefan Sperling
2016-01-12
Remove wireless turbo mode support. It is a non-standard extension
Stefan Sperling
2016-01-06
Initialize the A-MPDU parameters field in HT capability elements.
Stefan Sperling
2016-01-05
Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode
Stefan Sperling
2016-01-04
Fix another case where the return value of ieee80211_chan2mode() was
Stefan Sperling
2016-01-04
ADDBA frames have a parameter set which we check against our own capabilities
Stefan Sperling
2015-12-12
11n/HT negotiation fixes:
Stefan Sperling
2015-11-24
No need to include <net/if_types.h> for <net/if_vlan_var.h>
Martin Pieuchot
2015-11-15
Declare 802.11n mode and channel flags. Tweak 11n related fields in struct
Stefan Sperling
2015-11-08
Update section and table numbers inside comments in the RSN code to
Stefan Sperling
2015-11-04
replace the ifqueues in net80211 with mbuf_queues.
David Gwynne
2015-07-15
m_freem() can handle NULL, do not check for this condition beforehands.
Theo de Raadt
2015-06-30
Rename if_output() into if_enqueue() to avoid confusion with comments
Martin Pieuchot
2015-05-26
Use if_output() instead of rerolling it.
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-23
unifdef some more INET. v4 4life.
Ted Unangst
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-22
Fewer <netinet/in_systm.h> !
Martin Pieuchot
2014-03-19
Stop abusing the rcvif pointer to pass wireless nodes down to the
Martin Pieuchot
2013-12-07
#if 0 out the ieee80211_edca_table table to appease the LLVM warning.
Brad Smith
2010-07-17
use the correct block ack structure when building an ADDBA response.
Damien Bergamini
[next]