Searched refs:aTxPower (Results 1 – 5 of 5) sorted by relevance
73 void otPlatDiagTxPowerSet(int8_t aTxPower) { OT_UNUSED_VARIABLE(aTxPower); } in otPlatDiagTxPowerSet() argument
123 void otPlatDiagTxPowerSet(int8_t aTxPower);
535 void otPlatDiagTxPowerSet(int8_t aTxPower) { OT_UNUSED_VARIABLE(aTxPower); } in otPlatDiagTxPowerSet() argument
1090 void SetTxPower(int8_t aTxPower) { mInfo.mTxInfo.mTxPower = aTxPower; } in SetTxPower() argument
622 void otPlatDiagTxPowerSet(int8_t aTxPower) in otPlatDiagTxPowerSet() argument626 snprintf(cmd, sizeof(cmd), "power %d", aTxPower); in otPlatDiagTxPowerSet()