Searched defs:TestCmd (Results 1 - 3 of 3) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxCmdBit.c270 TestCmd_t TestCmd; local
271 os_memoryZero(pHwMboxCmdBit->hOs, (void *)&TestCmd, sizeof(TestCmd));
296 TestCmd.testCmd_u.fcc.dataRate = ConvertDrvRate2HwRate((rate_e)rate);
327 TestCmd.testCmd_u.fcc.seqNumMode = seqNumMode;
328 TestCmd.testCmd_u.fcc.frameBodySize = frameBodySize;
329 os_memoryCopy(pHwMboxCmdBit->hOs , TestCmd.testCmd_u.fcc.dest, PeerMacAddr,NUM_OF_MAC_ADDR_ELEMENTS);
333 TestCmd.testCmd_u.fcc.seqNumMode,
334 TestCmd.testCmd_u.fcc.frameBodySize));
338 TestCmd
405 TestCmd_t TestCmd; local
486 TestCmd_t TestCmd; local
515 TestCmd_t TestCmd; local
[all...]
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCfgIE.c1857 static TTestCmd TestCmd; local
1860 TTestCmd *pTestCmd = &TestCmd;
1879 static TTestCmd TestCmd; local
1882 TTestCmd *pTestCmd = &TestCmd;
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
H A DCTI_Adapter.cpp3253 TestCmd_t TestCmd; local
3257 memset(&TestCmd, 0, sizeof(TestCmd));
3258 memcpy(&TestCmd.testCmd_u, pPltRxCalibration, sizeof(PltRxCalibrationRequest_t));
3259 TestCmd.testCmdId = TEST_CMD_PLT_RX_CALIBRATION;
3262 (tiVOID*) &TestCmd, sizeof(TestCmd),
3263 (tiVOID*) &TestCmd, sizeof(TestCmd),
3298 TestCmd_t TestCmd; local
[all...]

Completed in 427 milliseconds