HomeSort by relevance Sort by last modified time
    Searched refs:cmdType (Results 1 - 13 of 13) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/
CmdQueue.c 499 int CmdQueue_Push(CmdQueue_T *pCmdQueue, Command_e cmdType,
513 "CmdType = %s %s , Len = %d InfoElemId = 0x%x\n",
514 CmdQueue_GetCmdString(cmdType),
515 CmdQueue_GetIEString( cmdType,*(UINT16 *)pParamsBuf), paramsLen, *(UINT16 *)pParamsBuf));
521 pCmdQueue->CmdQueue[pCmdQueue->Tail].cmdType = cmdType;
525 if(cmdType == CMD_INTERROGATE)
546 ("CmdQueue_Push: CmdType = %s (%s(%d))\n"
548 CmdQueue_GetCmdString(cmdType),
549 (pParamsBuf) ? CmdQueue_GetIEString(cmdType,*(UINT16 *)pParamsBuf):"",
    [all...]
CmdQueue.h 96 Command_e cmdType; /* Command Type Config/interrogat ... */
152 int CmdQueue_Push(CmdQueue_T *pCmdQueue, Command_e cmdType,
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.c 58 Command_e cmdType,
212 TRACE4(pCmdQueue->hReport, REPORT_SEVERITY_CONSOLE, "cmdQueue_SM: Send Cmd: CmdType = %d(%d) Len = %d, NumOfCmd = %d", pHead->cmdType, (pHead->aParamsBuf) ? *(TI_UINT16 *)pHead->aParamsBuf:0, pHead->uParamsLen, pCmdQueue->uNumberOfCommandInQueue);
214 WLAN_OS_REPORT(("cmdQueue_SM: Send Cmd: CmdType = %s(%s)\n"
216 cmdQueue_GetCmdString(pHead->cmdType),
217 (pHead->aParamsBuf) ? cmdQueue_GetIEString(pHead->cmdType,*(TI_UINT16 *)pHead->aParamsBuf):"",
237 if (pHead->cmdType == CMD_INTERROGATE)
243 else if(pHead->cmdType == CMD_TEST)
259 pHead->cmdType,
289 Command_e cmdType;
    [all...]
CmdQueue.h 86 Command_e cmdType;
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdQueue.c 58 Command_e cmdType,
212 TRACE4(pCmdQueue->hReport, REPORT_SEVERITY_CONSOLE, "cmdQueue_SM: Send Cmd: CmdType = %d(%d) Len = %d, NumOfCmd = %d", pHead->cmdType, (pHead->aParamsBuf) ? *(TI_UINT16 *)pHead->aParamsBuf:0, pHead->uParamsLen, pCmdQueue->uNumberOfCommandInQueue));
214 WLAN_OS_REPORT(("cmdQueue_SM: Send Cmd: CmdType = %s(%s)\n"
216 cmdQueue_GetCmdString(pHead->cmdType),
217 (pHead->aParamsBuf) ? cmdQueue_GetIEString(pHead->cmdType,*(TI_UINT16 *)pHead->aParamsBuf):"",
237 if (pHead->cmdType == CMD_INTERROGATE)
243 else if(pHead->cmdType == CMD_TEST)
259 pHead->cmdType,
289 Command_e cmdType;
    [all...]
CmdQueue.h 86 Command_e cmdType;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/inc/
CmdMBox_api.h 72 int CmdMBox_SendCmd(TI_HANDLE hCmdMBox, Command_e cmdType, UINT8* pParamsBuf, UINT32 paramsLen);
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/
CmdMBox_api.h 128 * \param cmdType -
147 TI_STATUS cmdMbox_SendCommand (TI_HANDLE hCmdMbox, Command_e cmdType, TI_UINT8* pParamsBuf, TI_UINT32 uWriteLen, TI_UINT32 uReadLen);
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/
CmdMBox_api.h 128 * \param cmdType -
147 TI_STATUS cmdMbox_SendCommand (TI_HANDLE hCmdMbox, Command_e cmdType, TI_UINT8* pParamsBuf, TI_UINT32 uWriteLen, TI_UINT32 uReadLen);
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
CmdMBox.c 179 * \param cmdType -
198 TI_STATUS cmdMbox_SendCommand (TI_HANDLE hCmdMbox, Command_e cmdType, TI_UINT8* pParamsBuf, TI_UINT32 uWriteLen, TI_UINT32 uReadLen)
215 pCmd->cmdID = cmdType;
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
CmdMBox.c 180 * \param cmdType -
199 TI_STATUS cmdMbox_SendCommand (TI_HANDLE hCmdMbox, Command_e cmdType, TI_UINT8* pParamsBuf, TI_UINT32 uWriteLen, TI_UINT32 uReadLen)
216 pCmd->cmdID = cmdType;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
CommandParamsFactory.java 112 AppInterface.CommandType cmdType = AppInterface.CommandType
114 if (cmdType == null) {
120 switch (cmdType) {
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Cmd_MBox/
CmdMBox.c 431 int CmdMBox_SendCmd(TI_HANDLE hCmdMBox, Command_e cmdType, UINT8* pParamsBuf, UINT32 paramsLen)
436 pCmdMBox->HW_CmdMBox.cmdID = cmdType;
    [all...]

Completed in 177 milliseconds