Home | History | Annotate | Download | only in utils

Lines Matching refs:pIeBuffer

1720 *  I   - pIeBuffer - pointer to the IE buffer  \n
1734 BOOL parseIeBuffer(TI_HANDLE hOs, UINT8 *pIeBuffer, UINT16 length, UINT8 desiredIeId, UINT8 **pDesiredIe, UINT8 *pMatchBuffer, UINT8 matchBufferLen)
1746 if ((pIeBuffer == NULL) || (length==0))
1751 pCurIe = pIeBuffer;