Home | History | Annotate | Download | only in hw_ctrl

Lines Matching full:modulation

250  * INPUTS: chID, rate, Modulation, preamble, band, TestMode
269 int Modulation;
282 /*Check rate and set Modulation*/
284 Modulation = MOD_CCK;
286 Modulation = MOD_OFDM;
290 ("PLT whal_hwCmdBit_Fcc: Wrong rate parameter %d(must be 1-4 to CCK modulation or 6-13 for OFDM modulation) .\n",
347 switch (Modulation)
350 Modulation = PBCC_MODULATION_MASK;
354 Modulation = 0x00;
358 Modulation = OFDM_MODULATION_MASK;
364 TestCmd.testCmd_u.fcc.modulation = Modulation;