|
@@ -885,6 +885,7 @@ QDF_STATUS wlansap_start_bss(void *pCtx, /* pwextCtx */
|
|
pSapCtx->enableOverLapCh = pConfig->enOverLapCh;
|
|
pSapCtx->enableOverLapCh = pConfig->enOverLapCh;
|
|
pSapCtx->acs_cfg = &pConfig->acs_cfg;
|
|
pSapCtx->acs_cfg = &pConfig->acs_cfg;
|
|
pSapCtx->dfs_cac_offload = pConfig->dfs_cac_offload;
|
|
pSapCtx->dfs_cac_offload = pConfig->dfs_cac_offload;
|
|
|
|
+ pSapCtx->isCacEndNotified = false;
|
|
/* Set the BSSID to your "self MAC Addr" read the mac address
|
|
/* Set the BSSID to your "self MAC Addr" read the mac address
|
|
from Configuation ITEM received from HDD */
|
|
from Configuation ITEM received from HDD */
|
|
pSapCtx->csr_roamProfile.BSSIDs.numOfBSSIDs = 1;
|
|
pSapCtx->csr_roamProfile.BSSIDs.numOfBSSIDs = 1;
|