Home
last modified time | relevance | path

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

/openthread-3.4.0/src/ncp/
Dncp_base_radio.cpp394 bool csmaEnable; in DecodeStreamRawTxRequest() local
429 SuccessOrExit(mDecoder.ReadBool(csmaEnable)); in DecodeStreamRawTxRequest()
430 aFrame.mInfo.mTxInfo.mCsmaCaEnabled = csmaEnable; in DecodeStreamRawTxRequest()