HomeSort by relevance Sort by last modified time
    Searched defs:dataBuf (Results 1 - 10 of 10) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConnApi.h 213 TI_CHAR *dataBuf; /** (Optional) attached buffer - can be used in case of vendor specific IEs in Association Response Packet */
229 TI_CHAR *dataBuf; /** (Optional) attached buffer - can be used in case of vendor specific IEs in Association Request Packet */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/ExpInc/
apConnApi.h 141 char *dataBuf; /** (Optional) attached buffer - can be used in case of vendor specific IEs in Assoc resp packet */
148 char *dataBuf; /** (Optional) attached buffer - can be used in case of vendor specific IEs in Assoc req packet */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
memMngrEx.c 394 allocBdTmp->dataBuf = allocDataBufTmp;
786 * dataBuf - pointer to the new allocated Data Buffer
794 static TI_STATUS allocDataBuf(TI_HANDLE hMemMngr, mem_DataBuf_T* dataBuf, UINT32 poolIndex)
803 dataBuf = pMemMngr->buffersPool[poolIndex].firstFreeDataBuf
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConnApi.h 212 TI_CHAR *dataBuf; /** (Optional) attached buffer - can be used in case of vendor specific IEs in Association Response Packet */
228 TI_CHAR *dataBuf; /** (Optional) attached buffer - can be used in case of vendor specific IEs in Association Request Packet */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
rx.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
ackEmulUtil.c 200 UINT8 *dataBuf;
220 dataBuf = (UINT8 *)memMgr_BufData(pMsdu->firstBDPtr)+ memMgr_BufOffset(pMsdu->firstBDPtr);
222 pDot11Header = (dot11_header_t*) dataBuf;
227 pSnapHeader = dataBuf + WLAN_HDR_LEN;
229 pWlanSnapHeader = dataBuf + WLAN_HDR_LEN;
245 wdrv_aeWSourceSaveAckTemplate(ackEmul->pAckEmulDB, 0,activeIndex,dataBuf,pWlanSnapHeader,pIpHeader,(UINT16)pMsdu->dataLen,segmentSize);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
rx.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
memMngrEx.h 163 mem_DataBuf_T* nextDataBuf; /* pointer to the next free DataBuf
164 when this DataBuf is in Free mode */
180 mem_DataBuf_T* dataBuf; /* pointer to the Data Buffer */
  /external/expat/lib/
xmlparse.c 617 #define dataBuf (parser->m_dataBuf)
740 dataBuf = (XML_Char *)MALLOC(INIT_DATA_BUF_SIZE * sizeof(XML_Char));
741 if (dataBuf == NULL) {
746 dataBufEnd = dataBuf + INIT_DATA_BUF_SIZE;
753 FREE(dataBuf);
    [all...]

Completed in 1544 milliseconds