]> git.ipfire.org Git - thirdparty/hostap.git/commit
Simplify HT Capabilities element parsing
authorJouni Malinen <j@w1.fi>
Sun, 19 Apr 2015 13:48:21 +0000 (16:48 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 22 Apr 2015 19:05:11 +0000 (22:05 +0300)
commitbaae4cb9b410f373e5e5a4b1a390091432932825
treeee1b0f4814ff6f79507eff7f2d3a12542d356c34
parentb39a05913a0cdec54cbe854385fb6e8a63d05be6
Simplify HT 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/drv_callbacks.c
src/ap/ieee802_11.c
src/ap/ieee802_11.h
src/ap/ieee802_11_ht.c
src/common/hw_features_common.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
wpa_supplicant/mesh_mpm.c