]> git.ipfire.org Git - thirdparty/hostap.git/commit
BSS/scan: More conversions to for_each_element_id()
authorJouni Malinen <jouni@codeaurora.org>
Wed, 4 Nov 2020 17:50:34 +0000 (19:50 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 4 Nov 2020 17:50:34 +0000 (19:50 +0200)
commitf4de21a77afc113fe959133ca4e873235a754025
treebe0f46132ba685793c42cfb847650c7c08dceaed
parentaa06444f2c3704e0c531b65cc45ee9496a4d039e
BSS/scan: More conversions to for_each_element_id()

Use the common IE parsing routine in hope of trying to make the length
checks easier for static analyzers. In addition, try to make the
*_vendor_ie_multi() cases easier to analyze as well even though they
cannot use for_each_element_id().

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/bss.c
wpa_supplicant/scan.c