]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add DATA_TEST_FRAME for testing Data frame processing on AP side
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 28 Nov 2014 17:26:11 +0000 (19:26 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 28 Nov 2014 20:37:05 +0000 (22:37 +0200)
commit85660d312a682acad0af4892670dfb3f3f30b553
treeb5fafbd58ae887bc45acbe7fdb1494b846135b0d
parentdf131d4597ec27db8593cf714d1d527fa70ab31d
Add DATA_TEST_FRAME for testing Data frame processing on AP side

The new hostapd control interface command can be used in automated
testing to verify how AP processes Data frames with arbitrary contents.
This is enabled only in builds with CONFIG_TESTING_OPTIONS=y.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/ctrl_iface.c