aboutsummaryrefslogtreecommitdiffstats
path: root/wlantest/rx_mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* wlantest: Show broadcast Deauth/Disassoc info in debugJouni Malinen2010-11-231-8/+10
* wlantest: Check STA State when validating need for CCMP for mgmtJouni Malinen2010-11-231-1/+3
* wlantest: Add per-BSS counters for BIP deauth/disassocJouni Malinen2010-11-211-0/+5
* wlantest: Add per-STA counter for (Re)AssocResp comeback framesJouni Malinen2010-11-211-0/+40
* wlantest: Add support for injecting (Re)Association Request framesJouni Malinen2010-11-191-0/+21
* wlantest: Add BSS/STA statistics countersJouni Malinen2010-11-181-26/+89
* wlantest: Add debug print for ignored group addressed Action framesJouni Malinen2010-11-131-1/+7
* wlantest: Validate MMIE KeyID reserved bitsJouni Malinen2010-11-131-1/+6
* wlantest: Validate reserved bits in TKIP/CCMP headerJouni Malinen2010-11-131-0/+5
* wlantest: Verify that TKIP/CCMP frames set ExtIV=1Jouni Malinen2010-11-131-1/+11
* wlantest: Fix mgmt CCMP decrypt to not crash on failuresJouni Malinen2010-11-121-8/+8
* wlantest: Verify that unicast robust mgmt frames are protectedJouni Malinen2010-11-121-15/+62
* wlantest: Use MFPC field instead of igtk_set to check if BIP is neededJouni Malinen2010-11-121-2/+1
* wlantest: Add option for writing a PCAP dump fileJouni Malinen2010-11-121-0/+1
* wlantest: Fix Mgmt CCMP replay detection to use correct PN offsetJouni Malinen2010-11-111-1/+1
* wlantest: Process Action framesJouni Malinen2010-11-111-0/+110
* wlantest: Decrypt CCMP protected unicast Robust Management framesJouni Malinen2010-11-111-4/+101
* wlantest: Fix BIP replay detectionJouni Malinen2010-11-101-1/+1
* wlantest: Validate MMIE MICJouni Malinen2010-11-101-0/+117
* wlantest: Add PTK derivation based on passphrasesJouni Malinen2010-11-071-2/+2
* wlantest: Maintain a copy of WPA/RSN IE from (Re)AssocReqJouni Malinen2010-11-071-0/+22
* wlantest: Move Mgmt and Data frame processing into their own filesJouni Malinen2010-11-071-0/+452