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/csrApi.h b/CORE/SME/inc/csrApi.h
index 3007365..d43cbba 100644
--- a/CORE/SME/inc/csrApi.h
+++ b/CORE/SME/inc/csrApi.h
@@ -1248,6 +1248,9 @@
     tANI_BOOLEAN disable_scan_during_sco;
     uint32_t sta_auth_retries_for_code17;
     uint32_t sta_sap_scc_on_dfs_chan;
+    tANI_U8 agg_btc_sco_oui[3];
+    tANI_U8 num_ba_buff_btc_sco;
+    tANI_U8 num_ba_buff;
 }tCsrConfigParam;
 
 //Tush