Handle NULL return from os_zalloc() in sta_track_add()
[mech_eap.git] / wlantest / rx_data.c
2016-03-26 Jouni Malinenwlantest: Use local ETH_P_IP define instead of linux...
2015-01-26 Jouni MalinenPreparations for variable length KCK and KEK
2014-09-03 Ashok Kumar Ponnaiahwlantest: Add decryption of CCMP-256, GCMP, GCMP-256
2014-09-03 Ashok Kumar Ponnaiahwlantest: Indicate if a TKIP/CCMP replay has Retry=1
2013-12-31 Jouni MalinenDeclare wpa_debug_* variables in src/utils/wpa_debug.h
2013-12-24 Jouni Malinenwlantest: Add per-TID RX/TX counters
2013-11-17 Jouni Malinenwlantest: Allow additional PTKs to be specified from...
2013-05-26 Jouni Malinenwlantest: Select correct TDLS context if multiple exists
2013-05-26 Jouni Malinenwlantest: Use add_note() to annotate frames
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2011-11-14 Jouni Malinenwlantest: Fix handling of PTK rekeying
2011-03-14 Jouni Malinenwlantest: Fix source address for FromDS frames
2011-01-24 Jouni Malinenwlantest: Fix compiler warnings
2011-01-24 Jouni Malinenwlantest: Determine ping matches properly for direct...
2011-01-14 Jouni Malinenwlantest: Add support for decrypting WEP frames
2011-01-07 Jouni Malinenwlantest: Add STA counter prot_data_tx
2011-01-07 Jouni Malinenwlantest: Add more details for replay debug messages
2010-12-16 Jouni Malinenwlantest: Add counters and AP/direct path validation...
2010-12-13 Jouni Malinenwlantest: Add support for decrypting TDLS frames
2010-11-20 Jouni Malinenwlantest: Parse ICMP echo packet and record STA ping...
2010-11-20 Jouni Malinenwlantest: Move RX EAPOL processing into its own file
2010-11-19 Jouni Malinenwlantest: Add support for protecting injected broadcast...
2010-11-18 Jouni Malinenwlantest: Add BSS/STA statistics counters
2010-11-13 Jouni Malinenwlantest: Validate EAPOL-Key reserved fields
2010-11-13 Jouni Malinenwlantest: Validate reserved bits in TKIP/CCMP header
2010-11-13 Jouni Malinenwlantest: Verify that TKIP/CCMP frames set ExtIV=1
2010-11-13 Jouni Malinenwlantest: Implement TKIP replay detection
2010-11-13 Jouni Malinenwlantest: Add support for WPA key handshakes
2010-11-13 Jouni Malinenwlantest: Add support for TKIP decryption
2010-11-12 Jouni Malinenwlantest: Use negotiated AKM/cipher to select PMK-to...
2010-11-12 Jouni Malinenwlantest: Verify that WPA/RSN IE matches in EAPOL-Key...
2010-11-11 Jouni Malinenwlantest: Dump decrypted Key Data from Group Handshake...
2010-11-11 Jouni Malinenwlantest: Add option for writing a PCAP dump file
2010-11-11 Jouni Malinenwlantest: Add Group Key handshake processing
2010-11-11 Jouni Malinenwlantest: Add replay detection for CCMP
2010-11-11 Jouni Malinenwlantest: Decrypt group addressed Data frames
2010-11-10 Jouni Malinenwlantest: Add support for decrypting CCMP protected...
2010-11-09 Jouni Malinenwlantest: Parse KDEs from message 2/4
2010-11-09 Jouni Malinenwlantest: Use more consistent debug levels for keys
2010-11-09 Jouni Malinenwlantest: Parse Key Data KDEs and store GTK and IGTK
2010-11-08 Jouni Malinenwlantest: Decrypt EAPOL-Key 3/4 Key Data
2010-11-07 Jouni Malinenwlantest: Derive PMK from RADIUS exchange
2010-11-07 Jouni Malinenwlantest: Fix LLC debug print
2010-11-07 Jouni Malinenwlantest: Add PTK derivation based on passphrases
2010-11-07 Jouni Malinenwlantest: Parse EAPOL-Key frames
2010-11-07 Jouni Malinenwlantest: Move Mgmt and Data frame processing into...