diff options
| -rw-r--r-- | CORE/SME/src/rrm/sme_rrm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/SME/src/rrm/sme_rrm.c b/CORE/SME/src/rrm/sme_rrm.c index b4fb9f4b9512..c3af20dbbbcb 100644 --- a/CORE/SME/src/rrm/sme_rrm.c +++ b/CORE/SME/src/rrm/sme_rrm.c @@ -212,6 +212,7 @@ static eHalStatus sme_RrmSendBeaconReportXmitInd( tpAniSirGlobal pMac, pBeaconRep->messageType = eWNI_SME_BEACON_REPORT_RESP_XMIT_IND; pBeaconRep->length = length; pBeaconRep->uDialogToken = pSmeRrmContext->token; + pBeaconRep->duration = pSmeRrmContext->duration[0]; pBeaconRep->regClass = pSmeRrmContext->regClass; vos_mem_copy( pBeaconRep->bssId, pSmeRrmContext->sessionBssId, sizeof(tSirMacAddr) ); |
