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
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
2009-05-24
fix prev commit (s/ic_flags/ic_caps/).
Damien Bergamini
2009-05-19
prevent injection of raw 802.11 control frames through bpf on drivers
Damien Bergamini
2009-03-26
sync with 802.11w draft 8.0.
Damien Bergamini
2009-03-06
Fix setting of the Short Slot Time subfield of the Capability Information
Damien Bergamini
2009-01-28
Block Ack agreements are unidirectional.
Damien Bergamini
2009-01-26
remove ni_ba field from ieee80211_node structure as it is not used yet.
Damien Bergamini
2009-01-26
Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:
Damien Bergamini
2008-12-02
cleanup ieee80211_classify(): retrieve VLAN tag from m_pkthdr.ether_vtag.
Damien Bergamini
2008-09-27
Initial implementation of PMKSA caching and pre-authentication.
Damien Bergamini
2008-09-27
Add some inline functions to test the presence of optional 802.11
Damien Bergamini
2008-09-03
third parameter of ieee80211_get_assoc_req() is a management frame
Damien Bergamini
2008-09-01
add ic_tid_noack bitmap to indicate a per-TID ACK policy (1=no ack,
Damien Bergamini
2008-09-01
extend ieee80211_classify() to extract DSCP field from IPv6 packets too.
Damien Bergamini
2008-09-01
rework previously unused ieee80211_pwrsave() function, call it from
Damien Bergamini
2008-08-29
move code to support Frequency-Hopping spread spectrum (FHSS) PHYs
Damien Bergamini
2008-08-27
introduce new IEEE80211_STA_ONLY kernel option that can be set to
Damien Bergamini
2008-08-15
use LLC_SNAPFRAMELEN here too.
Damien Bergamini
2008-08-12
add the code to encrypt/decrypt management frames, retrieve key id
Damien Bergamini
2008-08-12
new SHA-256 based AKMPs.
Damien Bergamini
2008-08-12
add/process group integrity cipher suite in RSN IEs.
Damien Bergamini
2008-08-12
add IEEE80211_RSNIE_MAXLEN and IEEE80211_WPAIE_MAXLEN definitions
Damien Bergamini
2008-08-02
do not use IEEE80211_QOS_TID. its definition in ieee80211.h is
Damien Bergamini
2008-08-02
do not touch m after it has been enqueued with IFQ_ENQUEUE().
Damien Bergamini
2008-08-02
Drop frames that are received unencrypted when WEP is on or when
Damien Bergamini
2008-07-27
s/IEEE80211_DPRINTF/DPRINTF/
Damien Bergamini
2008-07-23
Fix a blatant misuse of MINCLSIZE I introduced in ieee80211_output.c r1.59
Damien Bergamini
[next]