[wifi-direct-manager]Enables launching wlan.sh 22/54822/1 accepted/tizen/ivi/20160218.023322 accepted/tizen/mobile/20151218.090446 accepted/tizen/mobile/20151219.043958 accepted/tizen/tv/20151218.090217 accepted/tizen/tv/20151219.044429 accepted/tizen/wearable/20151218.090337 accepted/tizen/wearable/20151219.044712 submit/tizen/20151218.055345 submit/tizen/20151218.083726 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000002
authorYu Jiung <jiung.yu@samsung.com>
Fri, 18 Dec 2015 05:48:46 +0000 (14:48 +0900)
committerYu Jiung <jiung.yu@samsung.com>
Fri, 18 Dec 2015 05:49:12 +0000 (14:49 +0900)
Change-Id: I60d14df369d09407451842f4572ef5f4c61f2ebb
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
packaging/wifi-direct-manager.spec
plugin/wpasupplicant/ctrl_iface_dbus/wfd-plugin-wpasupplicant.c

index cec6578..67cb31e 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          wifi-direct-manager
 Summary:       Wi-Fi Direct manger
-Version:       1.2.105
+Version:       1.2.106
 Release:       1
 Group:      Network & Connectivity/Wireless
 License:    Apache-2.0
index 42c47fc..0278a27 100755 (executable)
@@ -2365,7 +2365,7 @@ static int _ws_reset_plugin(ws_dbus_plugin_data_s *f_pd)
        return 0;
 }
 
-#if 0
+#ifndef TIZEN_WIFI_MODULE_BUNDLE
 static int __ws_check_net_interface(char* if_name)
 {
        struct ifreq ifr;
@@ -2482,7 +2482,7 @@ gboolean _ws_util_execute_file(const char *file_path,
        return FALSE;
 }
 
-#if 0
+#ifndef TIZEN_WIFI_MODULE_BUNDLE
 static int __ws_p2p_firmware_start(void)
 {
        GError *error = NULL;
@@ -2902,7 +2902,7 @@ int ws_activate(int concurrent)
                __WDP_LOG_FUNC_EXIT__;
                return -1;
        }
-#if 0
+#ifndef TIZEN_WIFI_MODULE_BUNDLE
        while (retry_count < WS_CONN_RETRY_COUNT) {
                /* load wlan driver */
                if(concurrent == 0)
@@ -2940,7 +2940,7 @@ int ws_activate(int concurrent)
        if (res < 0) {
                res = __ws_p2p_supplicant_stop();
                WDP_LOGI("[/usr/sbin/p2p_supp.sh stop] returns %d", res);
-#if 0
+#ifndef TIZEN_WIFI_MODULE_BUNDLE
                res = __ws_p2p_firmware_stop();
                WDP_LOGI("P2P firmware stopped with error %d", res);
 #endif
@@ -2985,7 +2985,7 @@ int ws_deactivate(int concurrent)
        if(concurrent == 0) {
                res = __ws_p2p_supplicant_stop();
                WDP_LOGI("[/usr/sbin/p2p_supp.sh stop] returns %d", res);
-#if 0
+#ifndef TIZEN_WIFI_MODULE_BUNDLE
                res = __ws_p2p_firmware_stop();
                WDP_LOGI("P2P firmware stopped with error %d", res);
 #endif