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

/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A DCmdInterpretWext.c1570 int TotalLength, res = TI_OK; local
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);

Completed in 29 milliseconds