wlan: Add check to validate channel in SAP channel selection

If STA-SAP SCC is enabled and STA is connected on indoor
channel, SAP should not be allowed to start on that channel.
Add check to validate the channel on which STA is
operating.

Change-Id: I48673ded66d00a8b205f1c60defaf4a161ef4289
CRs-Fixed: 2170617
diff --git a/CORE/SME/inc/csrApi.h b/CORE/SME/inc/csrApi.h
index 1b5758d..8dae43a 100644
--- a/CORE/SME/inc/csrApi.h
+++ b/CORE/SME/inc/csrApi.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-2018 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -1252,6 +1252,7 @@
     tANI_U8 agg_btc_sco_oui[3];
     tANI_U8 num_ba_buff_btc_sco;
     tANI_U8 num_ba_buff;
+    bool force_scc_with_ecsa;
 }tCsrConfigParam;
 
 //Tush