Detach ctrl_iface monitor if the client socket is removed
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 17 Mar 2009 14:56:30 +0000 (16:56 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 17 Mar 2009 14:56:30 +0000 (16:56 +0200)
commitc5aaa015627daa1e9fba7065e07294f952b295cf
treecdead02d4149c8975dcece4aba0680d14d6bb129
parent294379967825d4c8222e08f2fbed33d43d3aefa3
Detach ctrl_iface monitor if the client socket is removed

No need to wait for 10 errors when using UNIX domain socket; we can
detach the client immediately on ENOENT.
hostapd/ctrl_iface.c
wpa_supplicant/ctrl_iface_unix.c