Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/platform/
Dnexus_radio.hpp67 bool mSrcMatchEnabled : 1; member
Dnexus_radio.cpp153 AsNode(aInstance).mRadio.mSrcMatchEnabled = aEnable; in otPlatRadioEnableSrcMatch()
300 if (!mSrcMatchEnabled) in HasFramePendingFor()
/openthread-latest/src/ncp/
Dncp_base_radio.cpp257 return mEncoder.WriteBool(mSrcMatchEnabled[mCurCommandIid]); in HandlePropertyGet()
274 SuccessOrExit(error = mDecoder.ReadBool(mSrcMatchEnabled[mCurCommandIid])); in HandlePropertySet()
276 error = otLinkRawSrcMatchEnable(mInstance, mSrcMatchEnabled[mCurCommandIid]); in HandlePropertySet()
Dncp_base.hpp791 bool mSrcMatchEnabled[kSpinelInterfaceCount]; member in ot::Ncp::NcpBase
Dncp_base.cpp344 memset(mSrcMatchEnabled, 0, sizeof(mSrcMatchEnabled)); in NcpBase()
1305 mSrcMatchEnabled[mCurCommandIid] = false; in CommandHandler_RESET()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1294 bool mSrcMatchEnabled : 1; member in ot::Spinel::RadioSpinel
Dradio_spinel.cpp92 , mSrcMatchEnabled(false) in RadioSpinel()
990 mSrcMatchEnabled = aEnable; in EnableSrcMatch()
2224 … SuccessOrDie(Set(SPINEL_PROP_MAC_SRC_MATCH_ENABLED, SPINEL_DATATYPE_BOOL_S, mSrcMatchEnabled)); in RestoreProperties()