Searched refs:mSrcMatchEnabled (Results 1 – 7 of 7) sorted by relevance
67 bool mSrcMatchEnabled : 1; member
153 AsNode(aInstance).mRadio.mSrcMatchEnabled = aEnable; in otPlatRadioEnableSrcMatch()300 if (!mSrcMatchEnabled) in HasFramePendingFor()
257 return mEncoder.WriteBool(mSrcMatchEnabled[mCurCommandIid]); in HandlePropertyGet()274 SuccessOrExit(error = mDecoder.ReadBool(mSrcMatchEnabled[mCurCommandIid])); in HandlePropertySet()276 error = otLinkRawSrcMatchEnable(mInstance, mSrcMatchEnabled[mCurCommandIid]); in HandlePropertySet()
791 bool mSrcMatchEnabled[kSpinelInterfaceCount]; member in ot::Ncp::NcpBase
344 memset(mSrcMatchEnabled, 0, sizeof(mSrcMatchEnabled)); in NcpBase()1305 mSrcMatchEnabled[mCurCommandIid] = false; in CommandHandler_RESET()
1294 bool mSrcMatchEnabled : 1; member in ot::Spinel::RadioSpinel
92 , 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()