From 535e7f69c650dd1701cdb94152a88e644d079afb Mon Sep 17 00:00:00 2001 From: Niraj Kumar Goit Date: Tue, 14 Jun 2016 22:24:37 +0530 Subject: [SPIN] gsupplicant: fix stucking in scanning state when scan failed. - gsupplicant: fix stucking in scanning state when scan failed. - Apply ASLR option. - Add ""TIZEN_WEARABLE"" check in service file. - change the dhcp client device name. - default internet service: fix not cleared if pdp activation failed. - Change Russia cert build feature. - Update the Connman.service.in file. - Remove connection retry when association fail. Change-Id: I3ac8e49d0a3c229b298296f8e7cbf34845c2c90d Signed-off-by: Niraj Kumar Goit --- plugins/wifi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/wifi.c') diff --git a/plugins/wifi.c b/plugins/wifi.c index 570c97d0..4bf40473 100755 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -2684,7 +2684,6 @@ static void interface_state(GSupplicantInterface *interface) /* To avoid unnecessary repeated association in wpa_supplicant, * "RemoveNetwork" should be made when Wi-Fi is disconnected */ if (wps != true && wifi->network && wifi->disconnecting == false) { -#if 0 /* temporary disabled */ int err; wifi->disconnecting = true; @@ -2692,7 +2691,6 @@ static void interface_state(GSupplicantInterface *interface) disconnect_callback, wifi->network); if (err < 0) wifi->disconnecting = false; -#endif if (wifi->connected) wifi->interface_disconnected_network = wifi->network; -- cgit v1.2.3