summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_pae_input.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapse m_pullup and m_pullup2 into a single function, as they'reblambert2011-05-041-2/+2
* when receiving the first message of an rsn group key handshakejcs2010-02-061-1/+2
* how did i manage to forget that file in my last commit?damien2009-11-231-1/+4
* Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:damien2009-01-261-18/+18
* typo, no binary change.damien2008-12-061-2/+2
* Initial implementation of PMKSA caching and pre-authentication.damien2008-09-271-31/+40
* introduce new IEEE80211_STA_ONLY kernel option that can be set todamien2008-08-271-10/+41
* do not increment is_rx_eapol_key twice for each frame.damien2008-08-131-23/+17
* new SHA-256 based AKMPs.damien2008-08-121-2/+7
* process IGTK KDEs in EAPOL-Key frames and install integrity group keysdamien2008-08-121-33/+110
* Change the way we process EAPOL-Key frames.damien2008-08-121-13/+33
* get rid of the map_ptk()/map_gtk() functions, just inline themdamien2008-08-121-29/+58
* simplify ieee80211_derive_ptk() prototype.damien2008-08-121-10/+7
* print the correct value in a debug message.damien2008-08-021-4/+4
* Drop frames that are received unencrypted when WEP is on or whendamien2008-08-021-1/+8
* s/IEEE80211_DPRINTF/DPRINTF/damien2008-07-271-34/+26
* add ieee80211_priv.h file: contains definitions private to net80211.damien2008-07-211-16/+3
* move processing of EAPOL frames away from ieee80211_{input,output}.cdamien2008-07-211-0/+916