From f31650ed57878968830c537d29a7c5cf2ad7441b Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Tue, 16 Nov 2010 17:12:56 +0100 Subject: [PATCH] wifi-legacy: Set associating to FALSE when disconnecting --- plugins/wifi-legacy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/wifi-legacy.c b/plugins/wifi-legacy.c index cfbd80b..24a3dc5 100644 --- a/plugins/wifi-legacy.c +++ b/plugins/wifi-legacy.c @@ -77,6 +77,8 @@ static int network_disconnect(struct connman_network *network) { DBG("network %p", network); + connman_network_set_associating(network, FALSE); + return supplicant_disconnect(network); } -- 2.7.4