aboutsummaryrefslogtreecommitdiffstats
path: root/wlantest
Commit message (Expand)AuthorAgeFilesLines
...
* 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-213-0/+9
* wlantest: Add per-STA counter for (Re)AssocResp comeback framesJouni Malinen2010-11-213-0/+44
* wlantest: Use helper functions to parse BSS/STA parametersJouni Malinen2010-11-211-112/+67
* wlantest: Add functionality for fetching STA/BSS informationJouni Malinen2010-11-213-2/+514
* wlantest: Derive PMK to existing BSSes when a new passphrase is addedJouni Malinen2010-11-213-17/+36
* wlantest: Fix CCMP header generation to include reserved fieldJouni Malinen2010-11-211-0/+1
* wlantest: Add more debugging details for PMK selectionJouni Malinen2010-11-211-0/+5
* wlantest: Show encrypted version on injected frame in debugJouni Malinen2010-11-211-0/+1
* wlantest: Add history file for wlantest_cliJouni Malinen2010-11-211-2/+13
* edit: Move history save file specification to callerJouni Malinen2010-11-211-3/+3
* wlantest: Parse ICMP echo packet and record STA ping successJouni Malinen2010-11-206-9/+189
* wlantest: Move RX EAPOL processing into its own fileJouni Malinen2010-11-204-969/+992
* wlantest: Use proper cmd length in fetching STA listJouni Malinen2010-11-201-1/+1
* wlantest: Add pre-command completion functionsJouni Malinen2010-11-201-17/+290
* wlantest: Add interactive mode to wlantest_cliJouni Malinen2010-11-201-1/+152
* wlantest: Do not add new BSS/STA entries based on ctrl commandsJouni Malinen2010-11-194-17/+43
* wlantest: Add add_passphrase commandJouni Malinen2010-11-193-0/+110
* wlantest: Add command for fetching wlantest versionJouni Malinen2010-11-193-0/+63
* wlantest: Add support for injecting (Re)Association Request framesJouni Malinen2010-11-194-0/+125
* wlantest: Add support for protecting injected broadcast framesJouni Malinen2010-11-193-10/+145
* wlantest: Add support for injecting Deauth/Disassoc framesJouni Malinen2010-11-191-0/+56
* wlantest: Update SA Query trans id based on injected frameJouni Malinen2010-11-191-0/+3
* wlantest: Add support for CCMP protection for injected framesJouni Malinen2010-11-194-2/+267
* wlantest: Add preliminary infrastructure for injecting framesJouni Malinen2010-11-196-0/+385
* wlantest: Add BSS/STA statistics countersJouni Malinen2010-11-186-26/+585
* wlantest: Add flush command for dropping all BSS dataJouni Malinen2010-11-186-3/+29
* wlantest: Add list_bss and list_sta commandsJouni Malinen2010-11-183-18/+240
* wlantest: Fix wlantest_cli dependency to include wlantest libraryJouni Malinen2010-11-181-1/+1
* wlantest: Add control interface and wlantest_cliJouni Malinen2010-11-136-3/+389
* wlantest: Validate EAPOL-Key reserved fieldsJouni Malinen2010-11-131-5/+93
* 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-132-0/+47
* wlantest: Verify that TKIP/CCMP frames set ExtIV=1Jouni Malinen2010-11-132-1/+27
* wlantest: Implement TKIP replay detectionJouni Malinen2010-11-133-3/+20
* wlantest: Add support for WPA key handshakesJouni Malinen2010-11-131-28/+66
* wlantest: Add support for TKIP decryptionJouni Malinen2010-11-134-6/+409
* wlantest: Use negotiated AKM/cipher to select PMK-to-PTK parametersJouni Malinen2010-11-121-2/+3
* 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: Verify MFP use in association with MFPR BSSJouni Malinen2010-11-121-0/+6
* wlantest: Use MFPC field instead of igtk_set to check if BIP is neededJouni Malinen2010-11-121-2/+1
* wlantest: Verify that WPA/RSN IE matches in EAPOL-Key and mgmt framesJouni Malinen2010-11-121-0/+58
* wlantest: Parse WPA/RSN IE and store info for BSS/STAJouni Malinen2010-11-123-0/+176
* 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-128-2/+172
* wlantest: Add Group Key handshake processingJouni Malinen2010-11-111-2/+80
* wlantest: Fix Mgmt CCMP replay detection to use correct PN offsetJouni Malinen2010-11-111-1/+1
* wlantest: Process Action framesJouni Malinen2010-11-112-0/+112