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_input.c
Age
Commit message (
Expand
)
Author
2017-10-16
Add comments which document already fixed WPA attack vectors.
Stefan Sperling
2017-08-17
Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPA
Stefan Sperling
2017-07-22
Fix length checks in EAPOL key frame parsing.
Stefan Sperling
2017-03-01
Fix some DPRINTFs I just added to ieee80211_pae_input.c.
Stefan Sperling
2017-03-01
Fix a bug allowing a man-in-the-middle attack against WPA wireless clients.
Stefan Sperling
2017-02-02
Remove global counters from struct ieee80211com which track the number of
Stefan Sperling
2015-07-15
m_freem() can handle NULL, do not check for this condition beforehands.
Theo de Raadt
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-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-24
Fix debug printf, from Nathanael Rensen and chris@.
Martin Pieuchot
2014-07-22
Fewer <netinet/in_systm.h> !
Martin Pieuchot
2011-05-04
Collapse m_pullup and m_pullup2 into a single function, as they're
Bret Lambert
2010-02-06
when receiving the first message of an rsn group key handshake
joshua stein
2009-11-23
how did i manage to forget that file in my last commit?
Damien Bergamini
2009-01-26
Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:
Damien Bergamini
2008-12-06
typo, no binary change.
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-13
do not increment is_rx_eapol_key twice for each frame.
Damien Bergamini
2008-08-12
new SHA-256 based AKMPs.
Damien Bergamini
2008-08-12
process IGTK KDEs in EAPOL-Key frames and install integrity group keys
Damien Bergamini
2008-08-12
Change the way we process EAPOL-Key frames.
Damien Bergamini
2008-08-12
get rid of the map_ptk()/map_gtk() functions, just inline them
Damien Bergamini
2008-08-12
simplify ieee80211_derive_ptk() prototype.
Damien Bergamini
2008-08-02
print the correct value in a debug message.
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-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