]> git.ipfire.org Git - thirdparty/hostap.git/commit
wlantest: Add -F option for assuming FCS is included
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 17 Jan 2013 10:55:30 +0000 (12:55 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 17 Jan 2013 10:55:30 +0000 (12:55 +0200)
commit25315176008ba41ac20b00d748ae75e5869f890f
treefd079490d14b0ca97238276ebe64c2d769249e17
parentdc013f1e37df3462085cf01a13f0c432f146ad7a
wlantest: Add -F option for assuming FCS is included

When using DLT_IEEE802_11 datalink type in a pcap file, wlantest can now
be instructed to assume there is an FCS included in the frame by adding
the new -F command line argument. This will make wlantest validate the
FCS and strip it from the frame before processing.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wlantest/process.c
wlantest/wlantest.c
wlantest/wlantest.h