Searched refs:mWaitingKey (Results 1 – 4 of 4) sorted by relevance
49 , mWaitingKey(SPINEL_PROP_LAST_STATUS) in SpinelDriver()130 mWaitingKey = SPINEL_PROP_LAST_STATUS; in ResetCoprocessor()251 LogDebg("Waiting response: key=%lu", Lib::Utils::ToUlong(mWaitingKey)); in WaitResponse()264 mWaitingKey = SPINEL_PROP_LAST_STATUS; in WaitResponse()367 VerifyOrExit(mWaitingKey == key, error = OT_ERROR_DROP); in HandleInitialFrame()420 mWaitingKey = SPINEL_PROP_PROTOCOL_VERSION; in CheckSpinelVersion()442 mWaitingKey = SPINEL_PROP_NCP_VERSION; in GetCoprocessorVersion()455 mWaitingKey = SPINEL_PROP_CAPS; in GetCoprocessorCaps()
300 spinel_prop_key_t mWaitingKey; ///< The property key of current transaction. member in ot::Spinel::SpinelDriver
73 , mWaitingKey(SPINEL_PROP_LAST_STATUS) in RadioSpinel()456 else if (aKey == mWaitingKey) in HandleWaitingResponse()1411 LogDebg("Wait response: tid=%u key=%lu", mWaitingTid, ToUlong(mWaitingKey)); in WaitResponse()1431 mWaitingKey = SPINEL_PROP_LAST_STATUS; in WaitResponse()1480 mWaitingKey = aKey; in RequestV()
1227 spinel_prop_key_t mWaitingKey; ///< The property key of current transaction. member in ot::Spinel::RadioSpinel