prima: extscan: Pause/unpause ext scan indication to FW

Add code changes to send pause/unpause ext scan to FW.
Currently, changes are added to pause/unpause ext scan when
WFD in progress.

Change-Id: Ibbf2d7886a25156de3dddd6a91099fd2f37f1ea2
CRs-Fixed: 907616
diff --git a/CORE/WDI/CP/inc/wlan_qct_wdi_i.h b/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
index 3aef6b6..cf7d8c1 100644
--- a/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
+++ b/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
@@ -525,6 +525,10 @@
   WDI_FW_LOGGING_DXE_DONE_IND,
   WDI_SEND_FREQ_RANGE_CONTROL_IND,
 
+#ifdef WLAN_FEATURE_EXTSCAN
+  WDI_HIGH_PRIORITY_DATA_INFO_IND,
+#endif
+
   /*Keep adding the indications to the max request
     such that we keep them separate */
   WDI_MAX_UMAC_IND
@@ -6034,6 +6038,13 @@
 );
 
 WDI_Status
+WDI_ProcessHighPriorityDataInfoInd
+(
+  WDI_ControlBlockType*  pWDICtx,
+  WDI_EventInfoType*     pEventData
+);
+
+WDI_Status
 WDI_ProcessEXTScanScanAvailableInd
 (
    WDI_ControlBlockType*  pWDICtx,