wlan: Fix of 32 bytes SSID length in batch scan rsp

Increasing SSID buffer size to 33 bytes to accomodate
1 extra byte for null character added by FW in batch
scan response

Change-Id: I2fde3949fceb353938db80d78f1fcdee8bbfd236
CRs-fixed: 606062
diff --git a/riva/inc/wlan_hal_msg.h b/riva/inc/wlan_hal_msg.h
index e3ab0df..6b6fbe4 100644
--- a/riva/inc/wlan_hal_msg.h
+++ b/riva/inc/wlan_hal_msg.h
@@ -4038,7 +4038,7 @@
 typedef PACKED_PRE struct PACKED_POST
 {
     tANI_U8   bssid[6];     /* BSSID */
-    tANI_U8   ssid[32];     /* SSID */
+    tANI_U8   ssid[33];     /* SSID */
     tANI_U8   ch;           /* Channel */
     tANI_U8   rssi;         /* RSSI or Level */
     /* Timestamp when Network was found. Used to calculate age based on timestamp in GET_RSP msg header */