wlan: Save gEnableRoamDelayStats ini in MAC and SME context

Save the value of gEnableRoamDelayStats ini in MAC and
SME context and check the value before capturing the
timestamps at various stages

Change-Id: I8e1423fc6bf4a049159765f06fbf5f49526f0d99
CRs-Fixed: 785761
diff --git a/CORE/HDD/src/wlan_hdd_cfg.c b/CORE/HDD/src/wlan_hdd_cfg.c
index 8bc7d09..f28769a 100644
--- a/CORE/HDD/src/wlan_hdd_cfg.c
+++ b/CORE/HDD/src/wlan_hdd_cfg.c
@@ -5429,6 +5429,9 @@
                         pConfig->nOBSSScanWidthTriggerInterval;
    smeConfig->fDeferIMPSTime = pHddCtx->cfg_ini->deferImpsTime;
    smeConfig->fBtcEnableIndTimerVal = pHddCtx->cfg_ini->btcEnableIndTimerVal;
+#ifdef DEBUG_ROAM_DELAY
+   smeConfig->csrConfig.roamDelayStatsEnabled = pHddCtx->cfg_ini->gEnableRoamDelayStats;
+#endif //#ifdef DEBUG_ROAM_DELAY
    halStatus = sme_UpdateConfig( pHddCtx->hHal, smeConfig);
    if ( !HAL_STATUS_SUCCESS( halStatus ) )
    {