Home | History | Annotate | Download | only in RegulatoryDomain

Lines Matching refs:uNewTxPower

1296 	UINT8				uCurrChannel, uNewTxPower;
1321 uNewTxPower = regulatoryDomain_getMaxPowerAllowed(pRegulatoryDomain, uCurrChannel,
1324 pRegulatoryDomain->uTemporaryTxPower = MIN(pRegulatoryDomain->uDesiredTemporaryTxPower, uNewTxPower);
1327 ("regulatoryDomain_updateCurrTxPower, Write to Hal = %d \n", uNewTxPower));
1330 whalParam.content.halCtrlTxPowerDbm = uNewTxPower;