Merge "supported OWE Transition mode" into tizen accepted/tizen/unified/20200529.124226 submit/tizen/20200528.074637
authorJiung Yu <jiung.yu@samsung.com>
Mon, 25 May 2020 04:27:36 +0000 (04:27 +0000)
committerGerrit Code Review <gerrit@review>
Mon, 25 May 2020 04:27:36 +0000 (04:27 +0000)
plugins/wifi.c

index 0b75c77..7f26417 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