]> git.ipfire.org Git - thirdparty/hostap.git/commit
Simplify Timeout Interval element parsing
authorJouni Malinen <j@w1.fi>
Sun, 19 Apr 2015 13:38:11 +0000 (16:38 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 22 Apr 2015 19:05:11 +0000 (22:05 +0300)
commitb39a05913a0cdec54cbe854385fb6e8a63d05be6
tree0ecc7abc09d7e3dfc517f60df3e06ddcd0c703b8
parente8997b94075f1faa1fda1d4d7bb23b7cd300de11
Simplify Timeout Interval element parsing

Remove the length field from struct ieee802_11_elems since the only
allowed element length is five and that is checked by the parser.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
wlantest/rx_mgmt.c
wlantest/rx_tdls.c