Searched refs:SPINEL_PROP_HWADDR (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | rcp_caps_diag.cpp | 157 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/ |
D | logger.cpp | 578 case SPINEL_PROP_HWADDR: in LogSpinelFrame() 587 name = (key == SPINEL_PROP_HWADDR) ? "eui64" : "laddr"; in LogSpinelFrame()
|
D | spinel.h | 1442 SPINEL_PROP_HWADDR = 8, enumerator
|
D | spinel.c | 1210 {SPINEL_PROP_HWADDR, "HWADDR"}, in spinel_prop_key_to_cstr()
|
D | radio_spinel.cpp | 153 SuccessOrExit(error = Get(SPINEL_PROP_HWADDR, SPINEL_DATATYPE_EUI64_S, sIeeeEui64.m8)); in Init()
|
/openthread-latest/src/ncp/ |
D | ncp_base_dispatcher.cpp | 61 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_HWADDR), in FindGetPropertyHandler()
|
D | ncp_base.cpp | 2275 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_HWADDR>(void) in HandlePropertyGet()
|