]> git.ipfire.org Git - thirdparty/hostap.git/history - wlantest/rx_data.c
wlantest: Check for zero TK even when the real PTK is not known
[thirdparty/hostap.git] / wlantest / rx_data.c
2020-03-23  Jouni Malinenwlantest: Check for zero TK even when the real PTK...
2020-03-15  Alexander Wetzelwlantest: Basic Extended Key ID support
2020-03-14  Jouni Malinenwlantest: Detect and report plaintext payload in protec...
2020-02-28  Jouni Malinenwlantest: Try to decrypt frame with zero TK
2020-02-27  Jouni Malinenwlantest: Add more notes about decryption into pcapng
2019-09-20  Jouni Malinenwlantest: Process VLAN tagged Data frames
2019-06-12  Jouni Malinenwlantest: Allow duplicate frame processing after decryp...
2017-12-08  Jouni Malinenwlantest: Try harder to find a STA entry with PTK for...
2017-11-15  Jouni Malinenwlantest: Search bss/sta entry more thoroughly for...
2017-11-14  Jouni Malinenwlantest: Remove unnecessary duplication of tk_len...
2017-10-16  Jouni Malinenwlantest: Do not update RSC on replays
2017-10-06  Jouni Malinenwlantest: Add support for decrypting 4-address Data...
2016-10-10  Jouni MalinenMake struct wpa_eapol_key easier to use with variable...
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...