aboutsummaryrefslogtreecommitdiffstats
path: root/wlantest/inject.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
| | | | | | | Remove the GPL notification text from the files that were initially contributed by myself. Signed-hostap: Jouni Malinen <j@w1.fi>
* wlantest: Allow injection of unprotected frames to unknown BSSJouni Malinen2011-08-281-4/+11
|
* wlantest: Add more debug output for frame injection failuresJouni Malinen2010-12-211-4/+16
|
* wlantest: Fix management frame injectionJouni Malinen2010-12-211-1/+2
| | | | The TDLS special case was supposed to apply to only Data frames.
* wlantest: Remove unnecessary validation codeJouni Malinen2010-12-171-6/+0
| | | | | This condition is already checked above when figuring out whether a key is known and as such, there is no point in keeping this check here.
* wlantest: Add send command for injecting raw framesJouni Malinen2010-12-161-4/+38
| | | | | | This can be used by external programs (e.g., wlantest_cli) to inject raw frames (hex dump of the frame header and body). The data can be requested to be sent as-is or protected with the current key.
* wlantest: Show encrypted version on injected frame in debugJouni Malinen2010-11-211-0/+1
|
* wlantest: Add support for protecting injected broadcast framesJouni Malinen2010-11-191-10/+133
|
* wlantest: Add support for CCMP protection for injected framesJouni Malinen2010-11-191-2/+131
|
* wlantest: Add preliminary infrastructure for injecting framesJouni Malinen2010-11-191-0/+80
This adds new commands for wlantest_cli to request wlantest to inject frames. This version can only send out Authentication frames and unprotected SA Query Request frames, but there is now place to add more frames and encryption with future commits.