summaryrefslogtreecommitdiff
path: root/plugins/wifi.c
diff options
context:
space:
mode:
authorNiraj Kumar Goit <niraj.g@samsung.com>2016-06-14 22:24:37 +0530
committerNiraj Kumar Goit <niraj.g@samsung.com>2016-06-15 01:26:32 +0530
commit535e7f69c650dd1701cdb94152a88e644d079afb (patch)
tree0143a3631860fe7d3c15453b2311312de270bd3d /plugins/wifi.c
parent8bf82d09ca26e4d463314948de7154aac1806d37 (diff)
downloadconnman-535e7f69c650dd1701cdb94152a88e644d079afb.tar.gz
connman-535e7f69c650dd1701cdb94152a88e644d079afb.tar.bz2
connman-535e7f69c650dd1701cdb94152a88e644d079afb.zip
[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 <niraj.g@samsung.com>
Diffstat (limited to 'plugins/wifi.c')
-rwxr-xr-xplugins/wifi.c2
1 files changed, 0 insertions, 2 deletions
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;