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
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
2008-07-21
add ieee80211_priv.h file: contains definitions private to net80211.
Damien Bergamini
2008-07-21
move processing of EAPOL frames away from ieee80211_{input,output}.c
Damien Bergamini
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini
2007-08-27
rework ieee80211_recv_4way_msg2() function.
Damien Bergamini
2007-08-27
Checking the MIC early in ieee80211_recv_eapol() does not work for
Damien Bergamini
2007-08-22
- add k_rxmic and k_txmic fields to struct ieee80211_key to store the
Damien Bergamini
2007-08-05
Fix the length calculation of the TIM bitmask in ieee80211_add_tim().
Claudio Jeker
2007-08-03
add a ni_eapol_desc field to struct ieee80211_node to know whether
Damien Bergamini
2007-08-01
set key length field in message 1 & 3 of the 4-way handshake.
Damien Bergamini
2007-08-01
pass the supplicant's nonce generated on reception of message 1 of the
Damien Bergamini
2007-08-01
fix parsing and construction of RSN/WPA IEs.
Damien Bergamini
2007-08-01
the EAPOL-Key MIC must be computed with the MIC bit set.
Damien Bergamini
2007-08-01
cipher suite type for CCMP is 4 not 3.
Damien Bergamini
2007-07-28
adds functions to parse and to build EAPOL-Key frames used in
Damien Bergamini
2007-07-14
update QoS Tx/Rx sequence numbers for each TID.
Damien Bergamini
2007-07-13
do not increment ic_stats.is_tx_nombuf in ieee80211_get_rts() and
Damien Bergamini
2007-07-06
cleanup the computation of mgmt frames sizes.
Damien Bergamini
2007-07-06
remove remaining bits for pre-RSNA shared authmode support.
Damien Bergamini
2007-07-05
always set the IEEE80211_CAPINFO_ESS bit in association requests.
Damien Bergamini
2007-07-05
move the logic of determining whether an extended supported rates IE is
Damien Bergamini
2007-07-05
split ieee80211_add_rsn() so that the code can be reused for
Damien Bergamini
[next]