Searched refs:tGeneral (Results 1 - 5 of 5) sorted by relevance

/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.c622 pTWD->bRecoveryEnabled = pInitParams->tGeneral.halCtrlRecoveryEnable;
624 pWlanParams->PacketDetectionThreshold = pInitParams->tGeneral.packetDetectionThreshold;
625 pWlanParams->qosNullDataTemplateSize = pInitParams->tGeneral.qosNullDataTemplateSize;
626 pWlanParams->PsPollTemplateSize = pInitParams->tGeneral.PsPollTemplateSize;
627 pWlanParams->probeResponseTemplateSize = pInitParams->tGeneral.probeResponseTemplateSize;
628 pWlanParams->probeRequestTemplateSize = pInitParams->tGeneral.probeRequestTemplateSize;
629 pWlanParams->beaconTemplateSize = pInitParams->tGeneral.beaconTemplateSize;
630 pWlanParams->nullTemplateSize = pInitParams->tGeneral.nullTemplateSize;
631 pWlanParams->disconnTemplateSize = pInitParams->tGeneral.disconnTemplateSize;
633 pWlanParams->BcnBrcOptions.BeaconRxTimeout = pInitParams->tGeneral
[all...]
H A DTWDriver.h2673 TGeneralInitParams tGeneral; /**< General Initialization Parameters */ member in struct:__anon1401
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c1304 sizeof p->twdInitParams.tGeneral.halCtrlRxEnergyDetection,
1305 (TI_UINT8*)&p->twdInitParams.tGeneral.halCtrlRxEnergyDetection);
1309 sizeof p->twdInitParams.tGeneral.halCtrlTxEnergyDetection,
1310 (TI_UINT8*)&p->twdInitParams.tGeneral.halCtrlTxEnergyDetection);
1314 sizeof p->twdInitParams.tGeneral.tddRadioCalTimout,
1315 (TI_UINT8*)&p->twdInitParams.tGeneral.tddRadioCalTimout);
1319 sizeof p->twdInitParams.tGeneral.CrtRadioCalTimout,
1320 (TI_UINT8*)&p->twdInitParams.tGeneral.CrtRadioCalTimout);
1324 sizeof p->twdInitParams.tGeneral.halCtrlMacClock,
1325 (TI_UINT8*)&p->twdInitParams.tGeneral
[all...]
/system/wlan/ti/wilink_6_1/TWD/Data_Service/
H A DtxHwQueue.c204 pTxHwQueue->aTxHwQueueInfo[TxQid].uNumBlksThresh = pInitParams->tGeneral.TxBlocksThresholdPerAc[TxQid];
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
H A DRxXfer.c247 pRxXfer->uMaxAggregPkts = pInitParams->tGeneral.uRxAggregPktsLimit;

Completed in 61 milliseconds