Searched refs:aEnable (Results 1 – 3 of 3) sorted by relevance
76 otError platformRadioTransmitCarrier(otInstance *aInstance, bool aEnable);
69 otError otPlatDiagRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitCarrier() argument75 return platformRadioTransmitCarrier(aInstance, aEnable); in otPlatDiagRadioTransmitCarrier()
750 otError platformRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in platformRadioTransmitCarrier() argument756 if ((aEnable) && (sState == OT_RADIO_STATE_RECEIVE)) { in platformRadioTransmitCarrier()764 } else if ((!aEnable) && (sState == OT_RADIO_STATE_TRANSMIT)) { in platformRadioTransmitCarrier()905 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous() argument908 .promiscuous = aEnable in otPlatRadioSetPromiscuous()913 LOG_DBG("PromiscuousMode=%d", aEnable ? 1 : 0); in otPlatRadioSetPromiscuous()915 promiscuous = aEnable; in otPlatRadioSetPromiscuous()970 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch() argument975 .auto_ack_fpb.enabled = aEnable, in otPlatRadioEnableSrcMatch()