Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_frame.hpp1235 bool IsCslIePresent(void) const { return mInfo.mTxInfo.mCslPresent; } in IsCslIePresent()
1242 void SetCslIePresent(bool aCslPresent) { mInfo.mTxInfo.mCslPresent = aCslPresent; } in SetCslIePresent()
/openthread-latest/include/openthread/platform/
Dradio.h373 bool mCslPresent : 1; ///< Set to true if CSL header IE is present. member
/openthread-latest/src/core/diags/
Dfactory_diags.cpp223 mTxPacket->mInfo.mTxInfo.mCslPresent = false;