Merge "Block all extra scans caused by ConnMan" into tizen
authorcheoleun moon <chleun.moon@samsung.com>
Mon, 25 May 2020 02:17:01 +0000 (02:17 +0000)
committerGerrit Code Review <gerrit@review>
Mon, 25 May 2020 02:17:01 +0000 (02:17 +0000)
plugins/wifi.c

index cbc6b15..1610211 100755 (executable)
@@ -2395,6 +2395,18 @@ static void setup_autoscan(struct wifi_data *wifi)
                wifi->autoscan = parse_autoscan_params(AUTOSCAN_EXPONENTIAL);
                return;
        }
+#if defined TIZEN_EXT
+       else {
+               if (wifi->autoscan) {
+                       g_free(wifi->autoscan);
+                       wifi->autoscan = NULL;
+               }
+
+               DBG("BackgroundScanning is disabled");
+
+               return;
+       }
+#endif
 
        /*
         * On the contrary, if BackgroundScanning is disabled, update autoscan