]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove unnecessary STA_AUTOCONNECT handler function
authorJouni Malinen <j@w1.fi>
Sat, 13 Dec 2014 17:27:41 +0000 (19:27 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 13 Dec 2014 17:27:41 +0000 (19:27 +0200)
commit5407c69d1536b550e46acf9324ca16b03c7f95c9
treedfe04e667f8eeae4cab4ff9e24a56ce8f0404251
parenta1144000cd90de5be056e2779b06acfd87baa0de
Remove unnecessary STA_AUTOCONNECT handler function

This function could not fail and it can be replaced with a single
line variable update that takes less code than the function call.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/ctrl_iface.c