Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp157 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_HWADDR>… in HandleSpinelCommand()
161 return mRadioSpinel.Get(SPINEL_PROP_HWADDR, SPINEL_DATATYPE_EUI64_S, ieeeEui64.m8); in HandleSpinelCommand()
416 SPINEL_ENTRY(kCategoryThread1_1, SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_HWADDR),
/openthread-latest/src/lib/spinel/
Dlogger.cpp578 case SPINEL_PROP_HWADDR: in LogSpinelFrame()
587 name = (key == SPINEL_PROP_HWADDR) ? "eui64" : "laddr"; in LogSpinelFrame()
Dspinel.h1442 SPINEL_PROP_HWADDR = 8, enumerator
Dspinel.c1210 {SPINEL_PROP_HWADDR, "HWADDR"}, in spinel_prop_key_to_cstr()
Dradio_spinel.cpp153 SuccessOrExit(error = Get(SPINEL_PROP_HWADDR, SPINEL_DATATYPE_EUI64_S, sIeeeEui64.m8)); in Init()
/openthread-latest/src/ncp/
Dncp_base_dispatcher.cpp61 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_HWADDR), in FindGetPropertyHandler()
Dncp_base.cpp2275 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_HWADDR>(void) in HandlePropertyGet()