wlan: Force scc with ecsa channel switch once STA connect to new chan

Adds INI force_scc_with_ecsa and if force_scc_with_ecsa is set
use ECSA to force scc and change channel instead of SAP restart.

Change-Id: If8f47225ea729b7b2e1868fdd98d418af8ef16c9
CRs-Fixed: 2143138
diff --git a/CORE/SAP/inc/sapApi.h b/CORE/SAP/inc/sapApi.h
index d8a8f2b..ca1e3fa 100644
--- a/CORE/SAP/inc/sapApi.h
+++ b/CORE/SAP/inc/sapApi.h
@@ -1634,10 +1634,12 @@
  *
  * @vos_ctx: vos context.
  * @new_channel: target channel number.
+ * @allow_dfs_chan: dont allow dfs channel
  *
  * Return: 0 for success, non zero for failure
  */
-int wlansap_set_channel_change(v_PVOID_t vos_ctx, uint32_t new_channel);
+int wlansap_set_channel_change(v_PVOID_t vos_ctx,
+    uint32_t new_channel, bool allow_dfs_chan);
 
 #ifdef __cplusplus
  }