Searched refs:assocRespLen (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DAssocSM.h104 TI_UINT32 assocRespLen; member in struct:__anon1441
H A DassocSM.c637 pParam->content.assocReqBuffer.bufferSize = pHandle->assocRespLen;
686 if(pHandle->assocRespLen > respBuffIEOffset)
687 ResponseIELength = pHandle->assocRespLen - respBuffIEOffset;
1591 pAssocSm->assocRespLen = length;
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A DCmdInterpretWext.c82 TI_UINT32 assocRespLen; member in struct:__anon1161
1691 cckm_assoc.assocRespLen = Param.content.assocReqBuffer.bufferSize - ASSOC_RESP_FIXED_DATA_LEN ;
1692 cckm_assoc.assocRespBuffer = os_memoryAlloc (pCmdInterpret->hOs, cckm_assoc.assocRespLen);
1697 memcpy(cckm_assoc.assocRespBuffer,(pParam->content.assocReqBuffer.buffer)+ASSOC_RESP_FIXED_DATA_LEN,cckm_assoc.assocRespLen);
1698 wrqu.data.length = cckm_assoc.assocRespLen;
1700 os_memoryFree(pCmdInterpret->hOs,cckm_assoc.assocRespBuffer,cckm_assoc.assocRespLen);
/hardware/ti/wlan/wl1271/stad/Export_Inc/
H A DparamOut.h313 TI_UINT32 assocRespLen; member in struct:__anon1218

Completed in 222 milliseconds