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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwMboxCmdBit.c 569 return (CmdQueue_CommandWithCb(pHwMboxCmdBit->hCmdQueue, CMD_TEST, (char *)pCmd, sizeof(*pCmd),CB_Func , CB_Handle, NULL));
573 return (CmdQueue_Command(pHwMboxCmdBit->hCmdQueue, CMD_TEST, (char *)pCmd, sizeof(*pCmd) ));
582 return (CmdQueue_CommandWithCb(pHwMboxCmdBit->hCmdQueue, CMD_TEST, (char *)pCmd, sizeof(*pCmd),CB_Func, CB_Handle, NULL));
586 return (CmdQueue_Command(pHwMboxCmdBit->hCmdQueue, CMD_TEST, (char *)pCmd, sizeof(*pCmd) ));
731 return (CmdQueue_CommandWithCb(pHwMboxCmdBit->hCmdQueue, CMD_TEST, (char *)pTestCmd_Buf, sizeof(*pTestCmd_Buf),
739 return (CmdQueue_Command(pHwMboxCmdBit->hCmdQueue, CMD_TEST, (char *)pTestCmd_Buf, sizeof(*pTestCmd_Buf) ));
  /hardware/ti/wlan/wl1271/Test/
fwdriverdebug.c 164 Cfg.EleHdr.id = CMD_TEST;
334 cmdQueue_SendCommand (pTWD->hCmdQueue, CMD_TEST, (char*)&Plt, sizeof(Plt), NULL, NULL, NULL);
345 cmdQueue_SendCommand (pTWD->hCmdQueue, CMD_TEST, (char*)&Plt, sizeof(Plt), NULL, NULL, NULL);
  /system/wlan/ti/wilink_6_1/Test/
fwdriverdebug.c 164 Cfg.EleHdr.id = CMD_TEST;
334 cmdQueue_SendCommand (pTWD->hCmdQueue, CMD_TEST, (char*)&Plt, sizeof(Plt), NULL, NULL, NULL);
345 cmdQueue_SendCommand (pTWD->hCmdQueue, CMD_TEST, (char*)&Plt, sizeof(Plt), NULL, NULL, NULL);
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_commands.h 67 CMD_TEST = 23,
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_commands.h 64 CMD_TEST = 23,
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_commands.h 67 CMD_TEST = 23,
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCfgIE.c     [all...]
CmdBldCmdIE.c     [all...]
CmdQueue.c 243 else if(pHead->cmdType == CMD_TEST)
245 /* CMD_TEST has configure & interrogate abillities together */
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCmdIE.c     [all...]
CmdQueue.c 243 else if(pHead->cmdType == CMD_TEST)
245 /* CMD_TEST has configure & interrogate abillities together */
    [all...]
CmdBldCfgIE.c     [all...]

Completed in 1278 milliseconds