Searched defs:CB_buf (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/Test/
H A DmeasurementDbg.c169 tTwdParam.content.interogateCmdCBParams.CB_buf = (TI_UINT8*)(&(pMeasurementMgr->mediumOccupancyStart));
184 tTwdParam.content.interogateCmdCBParams.CB_buf = (TI_UINT8*)(&(pMeasurementMgr->mediumOccupancyEnd));
412 TI_UINT8* CB_buf)
415 TMediumOccupancy *pMediumOccupancy = (TMediumOccupancy*)(CB_buf+4);
423 TI_UINT8* CB_buf)
426 TNoiseHistogramResults *pNoiseHistogramResults = (TNoiseHistogramResults*)CB_buf;
411 measurement_channelLoadCallBackDbg(TI_HANDLE hMeasurementMgr, TI_STATUS status, TI_UINT8* CB_buf) argument
422 measurement_noiseHistCallBackDbg(TI_HANDLE hMeasurementSRV, TI_STATUS status, TI_UINT8* CB_buf) argument
/hardware/ti/wlan/wl1271/stad/src/Application/
H A DscanMngr.c651 * \param CB_buf - a pointer to the data read.\n
653 void scanMngrGetCurrentTsfDtimMibCB(TI_HANDLE hScanMngr, TI_STATUS status, TI_UINT8* CB_buf) argument
657 os_memoryCopy(pScanMngr->hOS, (TI_UINT8*)&(pScanMngr->currTsfDtimMib), CB_buf, sizeof(TTsfDtim));

Completed in 57 milliseconds