]> git.ipfire.org Git - thirdparty/hostap.git/commit
Move ctrl_iface deinit into the end of interface deinit
authorDmitry Shmidt <dimitrysh@google.com>
Sun, 29 Jan 2012 18:21:07 +0000 (20:21 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Jan 2012 18:21:07 +0000 (20:21 +0200)
commitf08115165bd0a1a16c2902e9a61d9b579abdb42e
tree72f4bfc8e27b32cb855d4e3fbb8098ce7c417271
parent2523ff6ea448aada70a0409bccac451fd6e59728
Move ctrl_iface deinit into the end of interface deinit

This allows TERMINATING ctrl_iface event to be sent at the end of the
deinit sequence to avoid race conditions with new operations that this
event may trigger while wpa_supplicant would still be running through
the deinitialization path.

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
wpa_supplicant/wpa_supplicant.c