Home
last modified time | relevance | path

Searched refs:txPowerLevelDbm (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
Dpublic_commands.h1457 uint8 txPowerLevelDbm; /* TX power level in dbm */ member
/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBldCmd.c365 …dex ].scanMaxDuration, pChannel[ uIndex ].passiveScanDuration, pChannel[ uIndex ].txPowerLevelDbm); in cmdBld_debugPrintPeriodicScanChannles()
476 …pChannelList[ uNumChannels ].txPowerLevelDbm = (TI_UINT8)pPeriodicScanParams->tChannels[ uIndex ].… in cmdBld_BuildPeriodicScanChannles()
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c1616 U8 txPowerLevelDbm = (U8)parm[0].value; in CuCmd_TxPowerDbm() local
1620 …!= 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()