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/CORE/HDD/inc/wlan_hdd_main.h b/CORE/HDD/inc/wlan_hdd_main.h
index c148dc3..da7a0d0 100644
--- a/CORE/HDD/inc/wlan_hdd_main.h
+++ b/CORE/HDD/inc/wlan_hdd_main.h
@@ -787,7 +787,7 @@
     /*BSSID*/
     tANI_U8  bssid[SIR_MAC_ADDR_LEN];
     /*SSID*/
-    tANI_U8  ssid[SIR_MAX_SSID_SIZE];
+    tANI_U8  ssid[SIR_MAX_SSID_SIZE + 1];
     /*Channel*/
     tANI_U8  ch;
     /*RSSI or Level*/