Searched defs:respBuffIEOffset (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DassocSM.c642 TI_UINT8 reqBuffIEOffset, respBuffIEOffset; local
668 respBuffIEOffset = 6; /* In Assoc response frame the IEs are located from byte 6 */
683 if(pHandle->assocRespLen > respBuffIEOffset)
684 ResponseIELength = pHandle->assocRespLen - respBuffIEOffset;
708 pParam->content.assocAssociationInformation.OffsetResponseIEs = (TI_UINT32)&pHandle->assocRespBuffer[respBuffIEOffset];
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
H A DassocSM.c693 UINT8 reqBuffIEOffset, respBuffIEOffset; local
715 respBuffIEOffset = 6; /* In Assoc response frame the IEs are located from byte 6 */
731 if(pHandle->assocRespLen > respBuffIEOffset)
732 ResponseIELength = pHandle->assocRespLen - respBuffIEOffset;
756 pParam->content.assocAssociationInformation.OffsetResponseIEs = (UINT32)&pHandle->assocRespBuffer[respBuffIEOffset];

Completed in 413 milliseconds