]> git.ipfire.org Git - thirdparty/hostap.git/commit
common: Use for_each_element_id() in mb_ies_info_by_ies()
authorJohannes Berg <johannes.berg@intel.com>
Fri, 8 Feb 2019 16:57:51 +0000 (17:57 +0100)
committerJouni Malinen <j@w1.fi>
Mon, 11 Feb 2019 11:37:22 +0000 (13:37 +0200)
commitb64479742953ad7227f1b691c27a0288528f9503
treed819e07c3f24d92051c77398d05f0c58967f9f4c
parent9008048f0f33cfb939ba8397b2a2891bd1f6416e
common: Use for_each_element_id() in mb_ies_info_by_ies()

The change is bigger because here we need to catch the error
condition if the last element doesn't fit.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
src/common/ieee802_11_common.c