]> git.ipfire.org Git - thirdparty/hostap.git/commit
Simplify wpa_parse_kde_ies()
authorJouni Malinen <j@w1.fi>
Sun, 8 May 2022 09:55:32 +0000 (12:55 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 8 May 2022 13:36:09 +0000 (16:36 +0300)
commitf8615990e2a8c5adccad61e66011e1e98fd99f8c
tree8425479a45a3863398641f9b9b753690856d0f76
parent61d37f44b79df6972a0c632fab6b92c3dea06b8a
Simplify wpa_parse_kde_ies()

Use a local variable to store the full IE length instead of calculating
it multiple times.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/wpa_common.c