]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_auth: Clean up pointer dereferences
authorJouni Malinen <j@w1.fi>
Sat, 28 Mar 2020 17:29:12 +0000 (19:29 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 28 Mar 2020 17:29:12 +0000 (19:29 +0200)
commit62e12afcf1ee50dd492ee8b13c8dd7cc5a33f2f4
tree49d48f5c016bf040fd354b21fe337d9b80df3b49
parentbbf94a0958aa23fcd360d15035b222eb3f6662ad
wpa_auth: Clean up pointer dereferences

Use local variables to avoid sm->wpa_auth->conf type of dereferences
where multiple instances within a function can be cleaned up.

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