wlan: Start BSS on operating band configured in INI file

Currently, SAP start's on 2.4ghz channels on detecting unsafe
channels even though operating band is configured to start SAP
on 5ghz channels.
Fix is to start BSS on band configured in INI file.

Change-Id: I210937b4b464c408d5a22c348c028fa9a11b2142
CRs-Fixed: 1005327
diff --git a/CORE/SAP/src/sapChSelect.h b/CORE/SAP/src/sapChSelect.h
index fcb9fe0..eb74218 100644
--- a/CORE/SAP/src/sapChSelect.h
+++ b/CORE/SAP/src/sapChSelect.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2013 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2013, 2016 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -84,8 +84,10 @@
 #define SOFTAP_RSSI_WEIGHT      (20)
 #define SOFTAP_COUNT_WEIGHT     (20)
 
-#define SAP_DEFAULT_CHANNEL     (6)
-#define SAP_DEFAULT_5GHZ_CHANNEL      (40)
+#define SAP_DEFAULT_24GHZ_CHANNEL     (6)
+#define SAP_DEFAULT_LOW_5GHZ_CHANNEL      (40)
+#define SAP_DEFAULT_MID_5GHZ_CHANNEL      (100)
+#define SAP_DEFAULT_HIGH_5GHZ_CHANNEL      (149)
 #define SAP_CHANNEL_NOT_SELECTED (0)
 
 #define SOFTAP_HT20_CHANNELWIDTH 0