prima: extscan: Interface changes for Pause/unpause indication to FW

Add interface changes to send Pause/unpause ext scan indication to FW

Change-Id: I8f511f78c54050995bdcb5271adb9bb769fe8154
CRs-Fixed: 907616
diff --git a/riva/inc/wlan_hal_msg.h b/riva/inc/wlan_hal_msg.h
index b5f0e60..27dc4d3 100644
--- a/riva/inc/wlan_hal_msg.h
+++ b/riva/inc/wlan_hal_msg.h
@@ -578,6 +578,9 @@
 
    WLAN_HAL_SSID_HOTLIST_RESULT_IND         = 318,
 
+   /* WFD Session Information to start/stop Scan */
+   WLAN_HAL_HIGH_PRIORITY_DATA_INFO_REQ     = 319,
+
    WLAN_HAL_START_RSSI_MONITORING_REQ       = 321,
    WLAN_HAL_START_RSSI_MONITORING_RSP       = 322,
    WLAN_HAL_RSSI_MONITORING_IND             = 323,
@@ -8528,6 +8531,22 @@
 }tHalSsidHotlistResultIndMsg, *tpHalSsidHotlistResultIndMsg;
 
 /*---------------------------------------------------------------------------
+ * WLAN_HAL_HIGH_PRIORITY_DATA_INFO_REQ
+ *-------------------------------------------------------------------------*/
+
+typedef PACKED_PRE struct PACKED_POST
+{
+   tANI_BOOLEAN  pause; // 1 -> pause, 0 -> unpause
+   tANI_U32      reserved; //reserved for future use
+}tHalHighPriorityDataInfoInd, *tpHalHighPriorityDataInfoInd;
+
+typedef PACKED_PRE struct PACKED_POST
+{
+   tHalMsgHeader header;
+   tHalHighPriorityDataInfoInd highPriorityDataInfoInd;
+}tHalHighPriorityDataInfoIndMsg, *tpHalHighPriorityDataInfoIndMsg;
+
+/*---------------------------------------------------------------------------
   *WLAN_HAL_MAC_SPOOFED_SCAN_REQ
   *--------------------------------------------------------------------------*/
 typedef PACKED_PRE struct PACKED_POST