wlantest: Add send command for injecting raw frames
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 16 Dec 2010 14:11:54 +0000 (16:11 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 16 Dec 2010 14:11:54 +0000 (16:11 +0200)
commitb3a6d9d40064e15720c3bbd6cfbfbf970a770a03
treec96ab043c722a2e5c82c2307e800ded3ceda2867
parentb993e77b5b9c3f2c6a42aa76e0d5a0ef0cf34f54
wlantest: Add send command for injecting raw frames

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.
src/utils/common.c
src/utils/common.h
wlantest/ctrl.c
wlantest/inject.c
wlantest/wlantest_cli.c
wlantest/wlantest_ctrl.h