]> git.ipfire.org Git - thirdparty/hostap.git/commit
BSS: Convert wpa_bss_get_vendor_ie() to use for_each_element_id()
authorJouni Malinen <jouni@codeaurora.org>
Tue, 3 Nov 2020 18:36:15 +0000 (20:36 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 3 Nov 2020 19:10:01 +0000 (21:10 +0200)
commit56a1df71e54dbc9d4ff807bbf89e13164caa9583
tree8236e4700753cc71ddcb720db5ec37ed3d7ce122
parentec1f4f3c815e0c99b0b7dc1180ea49c88b4a19e2
BSS: Convert wpa_bss_get_vendor_ie() to use for_each_element_id()

Use the common IE parsing routine in hope of trying to make the length
checks easier for static analyzers.

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