Home
last modified time | relevance | path

Searched refs:CmdQueue_CommandWithCb (Results 1 – 5 of 5) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
DwhalHwMboxCmd.c210 …return (CmdQueue_CommandWithCb(pHwMboxCmd->hCmdMboxQueue, CMD_START_JOIN, (char *)pCmd, sizeof(*pC… in whal_hwMboxCmd_StartBss()
418 …return (CmdQueue_CommandWithCb(pHwMboxCmd->hCmdMboxQueue, templateType, (char *)pCmd, FrameSize + … in whal_hwMboxCmd_ConfigureTemplateFrame()
558 …return (CmdQueue_CommandWithCb(pHwMboxCmd->hCmdMboxQueue, CMD_SET_KEYS, (char *)pCmd, sizeof(*pCmd… in whal_hwMboxCmd_SetKey()
597 …return CmdQueue_CommandWithCb(pHwMboxCmd->hCmdMboxQueue,CMD_SCAN, (char *)pScanParams, sizeof(Sca… in whal_hwMboxCmd_StartScan()
614 …return (CmdQueue_CommandWithCb(pHwMboxCmd->hCmdMboxQueue, CMD_SPS_SCAN, (char *)pScanParams, sizeo… in whal_hwMboxCmd_StartSPSScan()
636 …return (CmdQueue_CommandWithCb(pHwMboxCmd->hCmdMboxQueue, CMD_STOP_SCAN, 0, 0, (void *)ScanCommand… in whal_hwMboxCmd_StopScan()
658 …return (CmdQueue_CommandWithCb(pHwMboxCmd->hCmdMboxQueue, CMD_STOP_SPS_SCAN, 0, 0, (void *)ScanCom… in whal_hwMboxCmd_StopSPSScan()
744 …return (CmdQueue_CommandWithCb(pHwMboxCmd->hCmdMboxQueue, CMD_SET_PS_MODE, (char *)pCmd, sizeof(*p… in whal_hwMboxCmd_PowerMgmtConfiguration()
850 …return (CmdQueue_CommandWithCb(pHwMboxCmd->hCmdMboxQueue, CMD_MEASUREMENT, (char *)pCmd, sizeof(*p… in whal_hwMboxCmd_measurement()
870 return (CmdQueue_CommandWithCb(pHwMboxCmd->hCmdMboxQueue, CMD_STOP_MEASUREMENT, 0, 0, in whal_hwMboxCmd_measurementStop()
DwhalHwMboxCmdBit.c445 …return (CmdQueue_CommandWithCb(pHwMboxCmdBit->hCmdQueue, CMD_READ_MEMORY, (char *)pCmd, sizeof(*pC… in whal_hwCmdBit_ReadRegister()
467 …return (CmdQueue_CommandWithCb(pHwMboxCmdBit->hCmdQueue, CMD_WRITE_MEMORY, (char *)Command_Buf, si… in whal_hwCmdBit_WriteRegister()
569 …return (CmdQueue_CommandWithCb(pHwMboxCmdBit->hCmdQueue, CMD_TEST, (char *)pCmd, sizeof(*pCmd),CB_… in whal_hwCmdBit_RxPER()
582 …return (CmdQueue_CommandWithCb(pHwMboxCmdBit->hCmdQueue, CMD_TEST, (char *)pCmd, sizeof(*pCmd),CB_… in whal_hwCmdBit_RxPER()
731 …return (CmdQueue_CommandWithCb(pHwMboxCmdBit->hCmdQueue, CMD_TEST, (char *)pTestCmd_Buf, sizeof(*p… in whal_hwCmdBit_TestCmd()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Export_Inc/
DCmdQueue_api.h84 int CmdQueue_CommandWithCb(TI_HANDLE hCmdQueue, Command_e MboxCmdType, void *MboxBuf, UINT3…
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
DwhalDebug.c289CmdQueue_CommandWithCb(((TnetwDrv_t*)pWhalCtrl->hTNETW_Driver)->hCmdQueue, CMD_READ_MEMORY, (char … in whalCtrl_Print_Mem_Regs()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/
DCmdQueue.c465 int CmdQueue_CommandWithCb(TI_HANDLE hCmdQueue, Command_e MboxCmdType, void *MboxBuf, UINT3… in CmdQueue_CommandWithCb() function