wlan: Update Blacklist WDI Request and Response command

This commits Add new WDI Reques and Response
command i.e WDI_BLACKLIST_REQ and WDI_BLACKLIST_RSP.
This WDI command send Blacklist Bssid info to firmware
and wait for response using WDI Response command.

Change-Id: Iadd2b500560582ee9657fc562ba93b156c74c0a7
CRs-Fixed: 2674237
diff --git a/riva/inc/wlan_hal_msg.h b/riva/inc/wlan_hal_msg.h
index b966701..fef1636 100644
--- a/riva/inc/wlan_hal_msg.h
+++ b/riva/inc/wlan_hal_msg.h
@@ -633,6 +633,8 @@
 
    WLAN_HAL_VOWIFI_IND                       = 360,
    WLAN_HAL_QPOWER_ENABLE_BY_HOST_IND        = 361,
+   WLAN_HAL_BLACK_LIST_SSID_REQ              = 362,
+   WLAN_HAL_BLACK_LIST_SSID_RSP              = 363,
 
    WLAN_HAL_MSG_MAX = WLAN_HAL_MSG_TYPE_MAX_ENUM_SIZE
 }tHalHostMsgType;