Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp230 … RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_SET, SPINEL_PROP_RCP_ENH_ACK_PROBING>(void) in HandleSpinelCommand()
237 return mRadioSpinel.Set(SPINEL_PROP_RCP_ENH_ACK_PROBING, in HandleSpinelCommand()
427 SPINEL_ENTRY(kCategoryThread1_2, SPINEL_CMD_PROP_VALUE_SET, SPINEL_PROP_RCP_ENH_ACK_PROBING),
/openthread-latest/src/ncp/
Dncp_base_radio.cpp615 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_RCP_ENH_ACK_PROBING>(void) in HandlePropertySet()
Dncp_base_dispatcher.cpp522 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_RCP_ENH_ACK_PROBING), in FindSetPropertyHandler()
/openthread-latest/src/lib/spinel/
Dspinel.h4720 SPINEL_PROP_RCP_ENH_ACK_PROBING = SPINEL_PROP_RCP_EXT__BEGIN + 3, enumerator
Dlogger.cpp696 case SPINEL_PROP_RCP_ENH_ACK_PROBING: in LogSpinelFrame()
Dspinel.c1411 {SPINEL_PROP_RCP_ENH_ACK_PROBING, "ENH_ACK_PROBING"}, in spinel_prop_key_to_cstr()
Dradio_spinel.cpp2381 …Set(SPINEL_PROP_RCP_ENH_ACK_PROBING, SPINEL_DATATYPE_UINT16_S SPINEL_DATATYPE_EUI64_S SPINEL_DATAT… in ConfigureEnhAckProbing()