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_pae_output.c
Age
Commit message (
Expand
)
Author
2009-01-26
Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:
Damien Bergamini
2008-09-27
Initial implementation of PMKSA caching and pre-authentication.
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
reserves the correct number of bytes in ieee80211_send_4way_msg2().
Damien Bergamini
2008-08-12
v3 descriptors use AES Key Wrap too.
Damien Bergamini
2008-08-12
new SHA-256 based AKMPs.
Damien Bergamini
2008-08-12
add IEEE80211_RSNIE_MAXLEN and IEEE80211_WPAIE_MAXLEN definitions
Damien Bergamini
2008-08-12
AES Key Wrap adds a 64-bit MIC to the payload but we pad the content
Damien Bergamini
2008-08-12
process IGTK KDEs in EAPOL-Key frames and install integrity group keys
Damien Bergamini
2008-08-02
do not touch m after it has been enqueued with IFQ_ENQUEUE().
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