]> git.ipfire.org Git - thirdparty/hostap.git/commit
Simplify VHT Capabilities element parsing
authorJouni Malinen <j@w1.fi>
Sun, 19 Apr 2015 14:00:45 +0000 (17:00 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 22 Apr 2015 19:05:11 +0000 (22:05 +0300)
commit40baac0e432cacffc92d8790c83bde5bb93a8285
treea651c15e14ef80a1563dd793b825c0833988f74c
parentbaae4cb9b410f373e5e5a4b1a390091432932825
Simplify VHT Capabilities element parsing

Check the element length in the parser and remove the length field from
struct ieee802_11_elems since the element is of fixed length.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ieee802_11.c
src/ap/ieee802_11.h
src/ap/ieee802_11_vht.c
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
src/rsn_supp/tdls.c
src/rsn_supp/wpa_ie.c
src/rsn_supp/wpa_ie.h