Home
last modified time | relevance | path

Searched refs:desiredTxPower (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DregulatoryDomain.c203 pRegulatoryDomain->uUserMaxTxPower = pRegulatoryDomainInitParams->desiredTxPower; in regulatoryDomain_SetDefaults()
319 if(pRegulatoryDomain->uUserMaxTxPower != pParam->content.desiredTxPower) in regulatoryDomain_setParam()
321 pRegulatoryDomain->uUserMaxTxPower = pParam->content.desiredTxPower; in regulatoryDomain_setParam()
512 pParam->content.desiredTxPower = tparam.content.halCtrlTxPowerDbm; in regulatoryDomain_getParam()
514 …latoryDomain_getParam, CURRENT_TX_POWER_IN_DBM = %d\n", pParam->content.desiredTxPower); in regulatoryDomain_getParam()
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DparamOut.h705 …TI_INT8 desiredTxPower; /* The desired Tx power inforced by the User (Utility… member
1026 TI_UINT8 desiredTxPower; member
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c1040 pParam->content.desiredTxPower = wrqu->txpower.value; in cmdInterpret_convertAndExecute()
1057 wrqu->txpower.value = pParam->content.desiredTxPower; in cmdInterpret_convertAndExecute()
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c2648 sizeof p->regulatoryDomainInitParams.desiredTxPower, in regFillInitTable()
2649 (TI_UINT8*)&p->regulatoryDomainInitParams.desiredTxPower); in regFillInitTable()