Configure flag to debug remain on channel issues.

Add flag to configuration file to debug remain on
channel. This flag is used to send marker frames
at start and end of remain on channel.

Change-Id: I0a61e205144004617b0b21551e174c424323cece
CRs-Fixed: 594906
diff --git a/CORE/MAC/inc/wniCfgAp.h b/CORE/MAC/inc/wniCfgAp.h
index fad5ada..5612755 100644
--- a/CORE/MAC/inc/wniCfgAp.h
+++ b/CORE/MAC/inc/wniCfgAp.h
@@ -369,10 +369,11 @@
 #define WNI_CFG_BTC_ACTIVE_BT_LEN    308
 #define WNI_CFG_BTC_SAP_ACTIVE_WLAN_LEN    309
 #define WNI_CFG_BTC_SAP_ACTIVE_BT_LEN    310
-#define WNI_CFG_DEBUG_P2P_REMAIN_ON_CHANNEL    311
-#define WNI_CFG_RMC_ACTION_PERIOD_FREQUENCY    312
-#define WNI_CFG_ASD_PROBE_INTERVAL    313
-#define WNI_CFG_ASD_TRIGGER_THRESHOLD    314
+#define WNI_CFG_RMC_ACTION_PERIOD_FREQUENCY    311
+#define WNI_CFG_ASD_PROBE_INTERVAL    312
+#define WNI_CFG_ASD_TRIGGER_THRESHOLD    313
+#define WNI_CFG_ASD_RTT_RSSI_HYST_THRESHOLD    314
+#define WNI_CFG_DEBUG_P2P_REMAIN_ON_CHANNEL    315
 
 /*
  * String parameter lengths 
@@ -2644,10 +2645,18 @@
 #define WNI_CFG_ASD_RTT_RSSI_HYST_THRESHOLD_APMAX    100
 #define WNI_CFG_ASD_RTT_RSSI_HYST_THRESHOLD_APDEF    0
 
-#define CFG_PARAM_MAX_NUM         315
-#define CFG_AP_IBUF_MAX_SIZE      254
+#define WNI_CFG_DEBUG_P2P_REMAIN_ON_CHANNEL_STAMIN    0
+#define WNI_CFG_DEBUG_P2P_REMAIN_ON_CHANNEL_STAMAX    1
+#define WNI_CFG_DEBUG_P2P_REMAIN_ON_CHANNEL_STADEF    0
+
+#define WNI_CFG_DEBUG_P2P_REMAIN_ON_CHANNEL_APMIN    0
+#define WNI_CFG_DEBUG_P2P_REMAIN_ON_CHANNEL_APMAX    1
+#define WNI_CFG_DEBUG_P2P_REMAIN_ON_CHANNEL_APDEF    0
+
+#define CFG_PARAM_MAX_NUM         316
+#define CFG_AP_IBUF_MAX_SIZE      255
 #define CFG_AP_SBUF_MAX_SIZE      3422
-#define CFG_STA_IBUF_MAX_SIZE     249
+#define CFG_STA_IBUF_MAX_SIZE     250
 #define CFG_STA_SBUF_MAX_SIZE     3388
 #define CFG_SEM_MAX_NUM           19