Home | History | Annotate | Download | only in Ctrl

Lines Matching full:ptemplate

303                                               TTemplateParams  *pTemplate, 
317 EReportSeverity eReportSeverity = (pTemplate == NULL) ? REPORT_SEVERITY_WARNING : REPORT_SEVERITY_ERROR;
326 /* if pTemplate is NULL than it means that we just want to reserve place in Fw, and there is no need to copy */
327 if (pTemplate != NULL)
329 os_memoryCopy(pCmdBld->hOs, (void *)&pCmd->templateStart, (void *)(pTemplate->Buffer), uFrameSize);
330 pCmd->templateTxAttribute.enabledRates = pTemplate->uRateMask;