]> git.ipfire.org Git - thirdparty/hostap.git/commit
eapol_test: Allow full RADIUS attribute length to be used
authorJouni Malinen <j@w1.fi>
Sat, 12 Jan 2013 10:39:27 +0000 (12:39 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Jan 2013 10:39:27 +0000 (12:39 +0200)
commitd03f1e5d631145f1d0ffc42abd4faefd6bc98a78
tree5124b3c9ab38498bc8ee505851225c7c50b1f387
parent42ad72029f45ad899274b600874f0ca850989555
eapol_test: Allow full RADIUS attribute length to be used

The -N and -C command line parameters can be used to add arbitrary
RADIUS attributes to the messages. However, these were truncated to
about 128 bytes when the actually message was constructed. Fix this by
using larger buffers to allow the maximum attribute length (253 octets
of payload) to be used. [Bug 458]

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/eapol_test.c