wlan: QUIPC-Support for RTS/CTS scan of16 APs at a time

Add support for RTS/CTS scan of16 WLAN Access Points at a time

Change-Id: I5343e7904172874d9737c76340a8eb49aa189b8d
CR-Fixed: 427456
(cherry picked from commit 7a4d93137580bdc1dfa55a88935452d420f53db5)
diff --git a/CORE/SME/inc/oemDataApi.h b/CORE/SME/inc/oemDataApi.h
index aeb01ce..d8d0971 100644
--- a/CORE/SME/inc/oemDataApi.h
+++ b/CORE/SME/inc/oemDataApi.h
@@ -41,11 +41,11 @@
 #include "csrLinkList.h"
 
 #ifndef OEM_DATA_REQ_SIZE
-#define OEM_DATA_REQ_SIZE 70
+#define OEM_DATA_REQ_SIZE 134
 #endif
 
 #ifndef OEM_DATA_RSP_SIZE
-#define OEM_DATA_RSP_SIZE 968
+#define OEM_DATA_RSP_SIZE 1968
 #endif
 
 /*************************************************************************************************************