summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_pae_input.c
AgeCommit message (Expand)Author
2017-10-16Add comments which document already fixed WPA attack vectors.Stefan Sperling
2017-08-17Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPAStefan Sperling
2017-07-22Fix length checks in EAPOL key frame parsing.Stefan Sperling
2017-03-01Fix some DPRINTFs I just added to ieee80211_pae_input.c.Stefan Sperling
2017-03-01Fix a bug allowing a man-in-the-middle attack against WPA wireless clients.Stefan Sperling
2017-02-02Remove global counters from struct ieee80211com which track the number ofStefan Sperling
2015-07-15m_freem() can handle NULL, do not check for this condition beforehands.Theo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-23unifdef some more INET. v4 4life.Ted Unangst
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-24Fix debug printf, from Nathanael Rensen and chris@.Martin Pieuchot
2014-07-22Fewer <netinet/in_systm.h> !Martin Pieuchot
2011-05-04Collapse m_pullup and m_pullup2 into a single function, as they'reBret Lambert
2010-02-06when receiving the first message of an rsn group key handshakejoshua stein
2009-11-23how did i manage to forget that file in my last commit?Damien Bergamini
2009-01-26Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:Damien Bergamini
2008-12-06typo, no binary change.Damien Bergamini
2008-09-27Initial implementation of PMKSA caching and pre-authentication.Damien Bergamini
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-08-13do not increment is_rx_eapol_key twice for each frame.Damien Bergamini
2008-08-12new SHA-256 based AKMPs.Damien Bergamini
2008-08-12process IGTK KDEs in EAPOL-Key frames and install integrity group keysDamien Bergamini
2008-08-12Change the way we process EAPOL-Key frames.Damien Bergamini
2008-08-12get rid of the map_ptk()/map_gtk() functions, just inline themDamien Bergamini
2008-08-12simplify ieee80211_derive_ptk() prototype.Damien Bergamini
2008-08-02print the correct value in a debug message.Damien Bergamini
2008-08-02Drop frames that are received unencrypted when WEP is on or whenDamien Bergamini
2008-07-27s/IEEE80211_DPRINTF/DPRINTF/Damien Bergamini
2008-07-21add ieee80211_priv.h file: contains definitions private to net80211.Damien Bergamini
2008-07-21move processing of EAPOL frames away from ieee80211_{input,output}.cDamien Bergamini