aboutsummaryrefslogtreecommitdiffstats
path: root/wlantest/rx_data.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* wlantest: Fix handling of PTK rekeyingJouni Malinen2011-11-141-1/+1
* wlantest: Fix source address for FromDS framesJouni Malinen2011-03-141-1/+1
* wlantest: Fix compiler warningsJouni Malinen2011-01-241-2/+1
* wlantest: Determine ping matches properly for direct linkJouni Malinen2011-01-241-9/+25
* wlantest: Add support for decrypting WEP framesJouni Malinen2011-01-141-2/+15
* wlantest: Add STA counter prot_data_txJouni Malinen2011-01-071-0/+2
* wlantest: Add more details for replay debug messagesJouni Malinen2011-01-071-4/+14
* wlantest: Add counters and AP/direct path validation for TDLSJouni Malinen2010-12-161-0/+63
* wlantest: Add support for decrypting TDLS framesJouni Malinen2010-12-131-8/+41
* wlantest: Parse ICMP echo packet and record STA ping successJouni Malinen2010-11-201-9/+30
* wlantest: Move RX EAPOL processing into its own fileJouni Malinen2010-11-201-969/+0
* wlantest: Add support for protecting injected broadcast framesJouni Malinen2010-11-191-0/+10
* wlantest: Add BSS/STA statistics countersJouni Malinen2010-11-181-0/+1
* wlantest: Validate EAPOL-Key reserved fieldsJouni Malinen2010-11-131-5/+93
* wlantest: Validate reserved bits in TKIP/CCMP headerJouni Malinen2010-11-131-0/+42
* wlantest: Verify that TKIP/CCMP frames set ExtIV=1Jouni Malinen2010-11-131-0/+16
* wlantest: Implement TKIP replay detectionJouni Malinen2010-11-131-3/+8
* wlantest: Add support for WPA key handshakesJouni Malinen2010-11-131-28/+66
* wlantest: Add support for TKIP decryptionJouni Malinen2010-11-131-6/+11
* wlantest: Use negotiated AKM/cipher to select PMK-to-PTK parametersJouni Malinen2010-11-121-2/+3
* wlantest: Verify that WPA/RSN IE matches in EAPOL-Key and mgmt framesJouni Malinen2010-11-121-0/+58
* wlantest: Dump decrypted Key Data from Group Handshake msg 1/2Jouni Malinen2010-11-121-0/+38
* wlantest: Add option for writing a PCAP dump fileJouni Malinen2010-11-121-0/+42
* wlantest: Add Group Key handshake processingJouni Malinen2010-11-111-2/+80
* wlantest: Add replay detection for CCMPJouni Malinen2010-11-111-7/+48
* wlantest: Decrypt group addressed Data framesJouni Malinen2010-11-111-1/+9
* wlantest: Add support for decrypting CCMP protected unicast Data framesJouni Malinen2010-11-111-2/+75
* wlantest: Parse KDEs from message 2/4Jouni Malinen2010-11-101-1/+33
* wlantest: Use more consistent debug levels for keysJouni Malinen2010-11-091-8/+13
* wlantest: Parse Key Data KDEs and store GTK and IGTKJouni Malinen2010-11-091-1/+67
* wlantest: Decrypt EAPOL-Key 3/4 Key DataJouni Malinen2010-11-091-2/+112
* wlantest: Derive PMK from RADIUS exchangeJouni Malinen2010-11-071-21/+35
* wlantest: Fix LLC debug printJouni Malinen2010-11-071-1/+4
* wlantest: Add PTK derivation based on passphrasesJouni Malinen2010-11-071-3/+166
* wlantest: Parse EAPOL-Key framesJouni Malinen2010-11-071-1/+300
* wlantest: Move Mgmt and Data frame processing into their own filesJouni Malinen2010-11-071-0/+111