Lines Matching refs:aEnable
828 otError platformRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in platformRadioTransmitCarrier() argument
834 if ((aEnable) && (sState == OT_RADIO_STATE_RECEIVE)) { in platformRadioTransmitCarrier()
842 } else if ((!aEnable) && (sState == OT_RADIO_STATE_TRANSMIT)) { in platformRadioTransmitCarrier()
851 otError platformRadioTransmitModulatedCarrier(otInstance *aInstance, bool aEnable, in platformRadioTransmitModulatedCarrier() argument
858 if (aEnable && sState == OT_RADIO_STATE_RECEIVE) { in platformRadioTransmitModulatedCarrier()
869 } else if ((!aEnable) && sState == OT_RADIO_STATE_TRANSMIT) { in platformRadioTransmitModulatedCarrier()
1029 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous() argument
1032 .promiscuous = aEnable in otPlatRadioSetPromiscuous()
1037 LOG_DBG("PromiscuousMode=%d", aEnable ? 1 : 0); in otPlatRadioSetPromiscuous()
1039 promiscuous = aEnable; in otPlatRadioSetPromiscuous()
1094 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch() argument
1099 .auto_ack_fpb.enabled = aEnable, in otPlatRadioEnableSrcMatch()