Searched refs:txPowerLevelDbm (Results 1 – 3 of 3) sorted by relevance
1457 uint8 txPowerLevelDbm; /* TX power level in dbm */ member
365 …dex ].scanMaxDuration, pChannel[ uIndex ].passiveScanDuration, pChannel[ uIndex ].txPowerLevelDbm); in cmdBld_debugPrintPeriodicScanChannles()476 …pChannelList[ uNumChannels ].txPowerLevelDbm = (TI_UINT8)pPeriodicScanParams->tChannels[ uIndex ].… in cmdBld_BuildPeriodicScanChannles()
1616 U8 txPowerLevelDbm = (U8)parm[0].value; in CuCmd_TxPowerDbm() local1620 …!= CuCommon_GetU8(pCuCmd->hCuCommon, TIWLN_802_11_TX_POWER_DBM_GET, (PU8)&txPowerLevelDbm)) return; in CuCmd_TxPowerDbm()1630 …if(OK != CuCommon_SetU8(pCuCmd->hCuCommon, TIWLN_802_11_TX_POWER_DBM_GET, (U8)txPowerLevelDbm)) re… in CuCmd_TxPowerDbm()1634 os_error_printf(CU_MSG_INFO2, (PS8)"Tx Power in DBM = %d\n", txPowerLevelDbm); in CuCmd_TxPowerDbm()