Home | History | Annotate | Download | only in src

Lines Matching refs:TotalLength

1570     int TotalLength, res = TI_OK;
1608 TotalLength = sizeof(OS_802_11_ASSOCIATION_INFORMATION) + pParam->content.assocAssociationInformation.RequestIELength +
1611 memptr = os_memoryAlloc(pCmdInterpret->hOs, TotalLength);
1621 pParam->paramLength = TotalLength;
1624 os_memoryCopy(pCmdInterpret->hOs, memptr, &pParam->content, TotalLength);
1645 os_memoryFree(pCmdInterpret->hOs, memptr, TotalLength);