Home | History | Annotate | Download | only in hw_ctrl

Lines Matching refs:preamble

250  * INPUTS: chID, rate, Modulation, preamble, band, TestMode
259 int preamble,
274 ("whal_hwCmdBit_Fcc:\n chID = %d\n rate = %d preamble = %d, bandID %d, InterPacketDelay %d, TestMode %d numOfFrames %d\n ",
275 chID, rate, preamble,
298 /*Validate preamble*/
299 if ((preamble!=0) && preamble != CTL_PREAMBLE)
302 ("PLT whal_hwCmdBit_Fcc: Wrong preamble parameter 0x%x(must be (0x%x) for long preamble or short(0x%x)) .\n",
303 preamble, 0, CTL_PREAMBLE));
361 /*Build preamble parameter*/
362 TestCmd.testCmd_u.fcc.modPreamble = preamble;