Home | History | Annotate | Download | only in src

Lines Matching refs:Preamble

1432     EPreamble Preamble;
1441 Preamble = parm[0].value;
1443 CU_CMD_FIND_NAME_ARRAY(i, preamble_type, Preamble);
1446 os_error_printf(CU_MSG_INFO2, (PS8)"CuCmd_ModifyPreamble, Preamble %d is not defined!\n", Preamble);
1449 CuCommon_SetU32(pCuCmd->hCuCommon, TIWLN_802_11_SHORT_PREAMBLE_SET, Preamble);
1455 Preamble = PreambleData;
1456 os_error_printf(CU_MSG_INFO2, (PS8)"Preamble = %d\n", Preamble);
2152 S32 Preamble;
2172 if(OK != CuCommon_GetU32(pCuCmd->hCuCommon, TIWLN_802_11_SHORT_PREAMBLE_GET, (PU32)&Preamble)) return;
2188 os_error_printf(CU_MSG_INFO2, (PS8)" Preamble : <%s>\n", (Preamble) ? "short" : "long");
4615 os_error_printf(CU_MSG_INFO2, (PS8)"Param 9 - Preamble\n");
5292 /* if the NVS includes just the MAC preamble (the firest 24B) don't use the Tx and RX values */