wlan: Add ini to configure aggregation and buffer size

Add two ini to set vendor OUI and to configure block
ack size during SCO. In SCO mode, on receiving disable
aggregation indcation, aggregation is enabled with
configured block ack during sco ini param with specific
AP based on vendor OUI.

Change-Id: I61f47d7d0feed2f61b6b2249a0918563a64be529
CRs-Fixed: 2164798
diff --git a/CORE/SME/inc/csrInternal.h b/CORE/SME/inc/csrInternal.h
index 4555594..77edd48 100644
--- a/CORE/SME/inc/csrInternal.h
+++ b/CORE/SME/inc/csrInternal.h
@@ -716,6 +716,10 @@
     uint32_t edca_vi_aifs;
     uint32_t edca_bk_aifs;
     uint32_t edca_be_aifs;
+    tANI_U8 agg_btc_sco_oui[3];
+    tANI_BOOLEAN agg_btc_sco_enabled;
+    tANI_U8 num_ba_buff_btc_sco;
+    tANI_U8 num_ba_buff;
 }tCsrConfig;
 
 typedef struct tagCsrChannelPowerInfo