wlantest: Add preliminary infrastructure for injecting frames
authorJouni Malinen <j@w1.fi>
Thu, 18 Nov 2010 22:35:13 +0000 (00:35 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 18 Nov 2010 22:35:13 +0000 (00:35 +0200)
commit7d23e971f0dca599ee9e1195072c200bb180e3e6
tree084e4c0f655ea892bf614dc18527edbf14a05729
parent6d5ce9fc90df8c7f27a80348e7362f930d28f987
wlantest: Add preliminary infrastructure for injecting frames

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.
src/utils/common.h
wlantest/Makefile
wlantest/ctrl.c
wlantest/inject.c [new file with mode: 0644]
wlantest/wlantest.h
wlantest/wlantest_cli.c
wlantest/wlantest_ctrl.h