Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Dmac_frame.hpp1270 bool IsCsmaCaEnabled(void) const { return mInfo.mTxInfo.mCsmaCaEnabled; } in IsCsmaCaEnabled() function in ot::Mac::TxFrame
Dsub_mac.cpp567 if (aFrame.IsCsmaCaEnabled()) in HandleTransmitDone()