summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_pae_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Call if_start() directly to send the EAPOL key.mpi2017-12-211-3/+8
* Fix a bug allowing a man-in-the-middle attack against WPA wireless clients.stsp2017-03-011-1/+3
* Don't crash while sending a TKIP MIC failure report to the AP.stsp2016-12-171-1/+4
* Call if_enqueue() and if_start() instead of dereferencing the ifpmpi2016-04-121-13/+3
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-2/+2
* No need to include <net/if_arp.h>mpi2015-11-241-2/+1
* the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it.dlg2015-10-121-2/+2
* Revert if_oqdrops accounting changes done in kernel, per request from mpi@.uebayasi2015-10-051-3/+2
* Count IFQ_ENQUEUE() failure as output drop.uebayasi2015-10-051-2/+3
* Make code in ieee80211_send_4way_msg3() more readable and make sure a localstsp2015-09-161-9/+11
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef some more INET. v4 4life.tedu2014-12-231-3/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* when rekeying the GTK/IGTK, send the new key to clients, not thedamien2010-06-051-3/+12
* Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:damien2009-01-261-2/+2
* Initial implementation of PMKSA caching and pre-authentication.damien2008-09-271-9/+5
* introduce new IEEE80211_STA_ONLY kernel option that can be set todamien2008-08-271-1/+15
* use LLC_SNAPFRAMELEN here too.damien2008-08-151-3/+3
* reserves the correct number of bytes in ieee80211_send_4way_msg2().damien2008-08-121-2/+4
* v3 descriptors use AES Key Wrap too.damien2008-08-121-2/+2
* new SHA-256 based AKMPs.damien2008-08-121-3/+8
* add IEEE80211_RSNIE_MAXLEN and IEEE80211_WPAIE_MAXLEN definitionsdamien2008-08-121-6/+5
* AES Key Wrap adds a 64-bit MIC to the payload but we pad the contentdamien2008-08-121-3/+3
* process IGTK KDEs in EAPOL-Key frames and install integrity group keysdamien2008-08-121-19/+51
* do not touch m after it has been enqueued with IFQ_ENQUEUE().damien2008-08-021-4/+5
* s/IEEE80211_DPRINTF/DPRINTF/damien2008-07-271-3/+3
* Fix a blatant misuse of MINCLSIZE I introduced in ieee80211_output.c r1.59damien2008-07-231-2/+2
* add ieee80211_priv.h file: contains definitions private to net80211.damien2008-07-211-23/+2
* move processing of EAPOL frames away from ieee80211_{input,output}.cdamien2008-07-211-0/+607