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
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
No need to include <net/if_arp.h>
Martin Pieuchot
2015-10-12
the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it.
David Gwynne
2015-10-05
Revert if_oqdrops accounting changes done in kernel, per request from mpi@.
Masao Uebayashi
2015-10-05
Count IFQ_ENQUEUE() failure as output drop.
Masao Uebayashi
2015-09-16
Make code in ieee80211_send_4way_msg3() more readable and make sure a local
Stefan Sperling
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
2010-06-05
when rekeying the GTK/IGTK, send the new key to clients, not the
Damien Bergamini
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