wlan: Restart SAP on receiving the CSA on STA interface

If force_scc_with_ecsa is enabled then restart the SAP on
receiving the CSA/ECSA event on the STA interface.

CRs-Fixed: 2164908
Change-Id: Ic38c1418fadd6c22c6935e651492581c69ce86c9
diff --git a/CORE/SME/inc/csrApi.h b/CORE/SME/inc/csrApi.h
index d43cbba..1b5758d 100644
--- a/CORE/SME/inc/csrApi.h
+++ b/CORE/SME/inc/csrApi.h
@@ -522,6 +522,7 @@
     eCSR_ROAM_UPDATE_SCAN_RESULT,
     eCSR_ROAM_ECSA_BCN_TX_IND,
     eCSR_ROAM_ECSA_CHAN_CHANGE_RSP,
+    eCSR_ROAM_STA_CHANNEL_SWITCH,
 }eRoamCmdStatus;