Searched refs:preamble (Results 1 - 22 of 22) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/inc/
H A DwhalCommon.h78 int whalUtils_FindHwModulationByDrvRate (UINT32 AppRate, UINT8 *HwModu, UINT8 preamble);
81 int whalUtils_FindHwModulationByDrvRate (rate_e AppRate, UINT8 *HwModu, UINT8 preamble);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxCmdBit.h102 int chID, int rate, int preamble,int bandID,
H A DwhalHwMboxCmdBit.c250 * 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,
256 whal_hwCmdBit_Fcc(HwMboxCmdBit_T *pHwMboxCmdBit, int chID, int rate, int preamble, int bandID, int InterPacketDelay, int TestMode, uint32 numFrames, uint32 seqNumMode, uint32 frameBodySize, uint8 *PeerMacAddr, void *CB_Func, TI_HANDLE CB_Handle, void *CB_Buf) argument
[all...]
H A DwhalHwCtrl.c1268 * DESCRIPTION: Set the preamble in ?????? hardware register
1279 UINT8 preamble; local
1281 preamble = (UINT8)preambleVal;
1283 return whal_hwInfoElemPreambleSet (pHwCtrl->pHwMboxConfig, &preamble);
2382 * DESCRIPTION: Set phy register for short preamble problem
H A DwhalHwMboxConfig.c359 pCfg->preamble = *apPreamble;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_HW_Queue/
H A DtxHwQueueCalc.c259 /* Set the PLCP header time for B rates according to the preamble type. */
260 if ( (pWlanParams->preamble == PREAMBLE_LONG) || (initialRate == DRV_RATE_1M) )
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DDataCtrl_Api.h165 TI_STATUS ctrlData_getParamPreamble(TI_HANDLE hCtrlData, EPreamble *preamble);
H A DCtrl.c242 TI_STATUS ctrlData_getParamPreamble(TI_HANDLE hCtrlData, EPreamble *preamble) argument
246 *preamble = pCtrlData->ctrlDataCurrentPreambleType;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalParams.c706 whalUtils_FindHwModulationByDrvRate(TxRate, &pWhalParams->BssInfoParams.txCtrlFrmModulation, pWhalParams->WlanParams.preamble);
712 whalUtils_FindHwModulationByDrvRate(TxRate, &pWhalParams->BssInfoParams.txMgmtFrmModulation, pWhalParams->WlanParams.preamble);
1307 int whalUtils_FindHwModulationByDrvRate (rate_e AppRate, UINT8 *HwModu, UINT8 preamble) argument
1325 if (preamble == 0) /* PREAMBLE_LONG*/
1332 if (preamble == 0) /* PREAMBLE_LONG*/
H A DwhalParams.h152 UINT8 preamble; member in struct:__anon993
222 /*mac preamble*/
261 UINT8 DefaultPreamble;/* Specifies the PLCP preamble type used*/
262 /* 0 for long preamble*/
263 /* 1 for short preamble*/
H A DwhalCtrl.c1777 preamble = 0x%x \n",
1782 pJoinBssParams->preamble));
2223 pWhalCtrl->pWhalParams->WlanParams.preamble= preambleVal;
2224 WLAN_REPORT_INFORMATION(pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG, ("whalCtrl_SetPreamble : preamble = %d\n",
2237 * Note(s) : Modulation is determined using the rate and the previously configured preamble
3062 pChip_Version->preamble = (preamble_e)pWlanParams->preamble;
3771 pPLT_TX_Continues->preamble, pPLT_TX_Continues->band,
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldDb.h96 TI_UINT8 preamble; member in struct:__anon1107
181 /* Specifies the PLCP preamble type used*/
182 /* 0 for long preamble*/
183 /* 1 for short preamble*/
H A DCmdBldCfgIE.c133 TI_STATUS cmdBld_CfgIePreamble (TI_HANDLE hCmdBld, TI_UINT8 preamble, void *fCb, TI_HANDLE hCb) argument
145 pCfg->preamble = preamble;
147 TRACE2(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, "ID=%u: preamble=%u\n", pCfg->EleHdr.id, preamble);
H A DCmdBldCfg.c210 * DESCRIPTION: Set the preamble in ?????? hardware register
221 DB_WLAN(hCmdBld).preamble = ePreamble;
H A DCmdBld.c1484 return cmdBld_CfgPreamble (hCmdBld, DB_WLAN(hCmdBld).preamble, (void *)cmdBld_ConfigSeq, hCmdBld);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h151 preamble_e preamble; member in struct:__anon809
190 preamble_e preamble; member in struct:__anon811
461 UINT8 preamble;
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DcommonTypes.h993 UINT8 preamble; /* {PREAMBLE_LONG | PREAMBLE_SHORT } */ member in struct:__anon335
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dg_tester.c1020 P_BUFFER_GET_UINT8(data_string, PltTxContinues.preamble);
1028 console_printf_terminal("PltTxContinues (band=%d, chID=%d, rate=%d, preamble=%d, InterPacketDelay=%d, NumOfFrames=%d, mode=0x%x)- OK\n",
1032 PltTxContinues.preamble,
H A Dcu_cmd.c776 tiUINT32 mode_4x = 0, preamble = 0xfefefefe; local
799 console_printf_terminal(" Preamble : <%s>\n", (preamble) ? "short" : "long");
4508 console_printf_terminal("Param 3 - preamble (0-long, 1-short)\n");
4522 PltTxContinues.preamble = (UINT8) parm[3].value;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_infoele.h1410 2 Preamble Type - The type of the preamble to be used by the policy.
1411 0 - long preamble,
1412 1 - short preamble.
1413 1 Preamble Override - Indicates if the preamble type should be used in TX.
1580 Preamble_e preamble; /* When set, the WiLink transmits beacon, probe response, */ member in struct:__anon950
1581 /* RTS and PS Poll frames with a short preamble. */
1583 /* preamble.*/
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_infoele.h1427 Preamble_e preamble; /* When set, the WiLink transmits beacon, probe response, */ member in struct:__anon1283
1428 /* RTS and PS Poll frames with a short preamble. */
1430 /* preamble.*/
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A DsiteMgr.c1685 joinParams.preamble = param.content.ctrlDataCurrentPreambleType;
1686 /*set the preamble before the join*/
1687 whalCtrl_SetPreamble(pSiteMgr->hHalCtrl, joinParams.preamble);
1805 joinParams.preamble = PREAMBLE_LONG;
2012 /* Now handle the current preamble type,
2013 if desired preamble type is long, the ctrl data param should not be changed */
4171 /* handle AP's preamble capability */

Completed in 1309 milliseconds