summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xplugins/wifi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/wifi.c b/plugins/wifi.c
index 9c5dfd72..5980703c 100755
--- a/plugins/wifi.c
+++ b/plugins/wifi.c
@@ -5019,7 +5019,8 @@ static void interface_state(GSupplicantInterface *interface)
break;
#if defined TIZEN_EXT
- if (!wifi->connected && handle_assoc_status_code(interface, wifi)) {
+ if (!wifi->connected && !wifi->disconnecting &&
+ handle_assoc_status_code(interface, wifi)) {
GSList *bssid_list = NULL;
guint bssid_length = 0;