Merge "Call g_supplicant_interface_scan with scan_params" into tizen accepted/tizen/common/20160805.125941 accepted/tizen/ivi/20160809.010649 accepted/tizen/mobile/20160809.010600 accepted/tizen/tv/20160809.010620 accepted/tizen/wearable/20160809.010632 submit/tizen/20160805.043406
authortaesub kim <taesub.kim@samsung.com>
Thu, 21 Jul 2016 23:10:59 +0000 (16:10 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 21 Jul 2016 23:10:59 +0000 (16:10 -0700)
packaging/connman.spec
plugins/wifi.c

index 3e7c99c..1fd96eb 100755 (executable)
@@ -4,7 +4,7 @@
 
 Name:           connman
 Version:        1.29
-Release:        14
+Release:        15
 License:        GPL-2.0+
 Summary:        Connection Manager
 Url:            http://connman.net
index 4050bce..72eb64f 100755 (executable)
@@ -1930,19 +1930,9 @@ static int wifi_scan(enum connman_service_type type,
 
        reset_autoscan(device);
 
-#if defined TIZEN_EXT
-       if (wifi->hidden) {
-               ret = g_supplicant_interface_scan(wifi->interface, scan_params,
-                                               scan_callback, device);
-       }
-       else {
-               ret = g_supplicant_interface_scan(wifi->interface, NULL,
-                                                       scan_callback_hidden, device);
-       }
-#else
        ret = g_supplicant_interface_scan(wifi->interface, scan_params,
                                                scan_callback, device);
-#endif
+
        if (ret == 0) {
                connman_device_set_scanning(device,
                                CONNMAN_SERVICE_TYPE_WIFI, true);