aboutsummaryrefslogtreecommitdiffstats
path: root/wlantest
Commit message (Expand)AuthorAgeFilesLines
* wlantest: Add more debug output for frame injection failuresJouni Malinen2010-12-211-4/+16
* wlantest: Fix management frame injectionJouni Malinen2010-12-211-1/+2
* wlantest: Fix buffer read overflow on CCMP encryptionJouni Malinen2010-12-171-2/+2
* wlantest: Fix error path in TDLS-not-found caseJouni Malinen2010-12-171-4/+7
* wlantest: Avoid aliasing a function parameter by renaming local variableJouni Malinen2010-12-171-2/+2
* wlantest: Remove unnecessary validation codeJouni Malinen2010-12-171-6/+0
* wlantest: Replace pcap header directoryJouni Malinen2010-12-172-3/+3
* wlantest: Add counters and AP/direct path validation for TDLSJouni Malinen2010-12-165-2/+393
* wlantest: Check FTIE MIC in TDLS Teardown messagesJouni Malinen2010-12-162-2/+68
* wlantest: Add send command for injecting raw framesJouni Malinen2010-12-164-4/+248
* wlantest: Add support for decrypting TDLS framesJouni Malinen2010-12-135-8/+415
* wlantest: Add support for reading DLT_IEEE802_11 pcap filesJouni Malinen2010-12-043-1/+12
* wlantest: Add support for reading pcap files with prism headerJouni Malinen2010-12-023-1/+56
* wlantest: Update STA State based on broadcast Deauth/DisassocJouni Malinen2010-11-231-2/+36
* wlantest: Implement IEEE 802.11 duplicate detectionJouni Malinen2010-11-233-1/+93
* 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-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