Lines Matching refs:extAddress
2894 otExtAddress extAddress; in Process() local
2898 otLinkGetFactoryAssignedIeeeEui64(GetInstancePtr(), &extAddress); in Process()
2899 OutputExtAddressLine(extAddress); in Process()
2936 otExtAddress extAddress; in Process() local
2938 SuccessOrExit(error = aArgs[0].ParseAsHexString(extAddress.m8)); in Process()
2939 error = otLinkSetExtendedAddress(GetInstancePtr(), &extAddress); in Process()
4365 otExtAddress extAddress; in Process() local
4367 SuccessOrExit(error = aArgs[1].ParseAsHexString(extAddress.m8)); in Process()
4368 …SuccessOrExit(error = otMultiRadioGetNeighborInfo(GetInstancePtr(), &extAddress, &multiRadioInfo)); in Process()
7979 otExtAddress extAddress; in Process() local
7983 SuccessOrExit(error = aArgs[1].ParseAsHexString(extAddress.m8)); in Process()
7987 …SuccessOrExit(error = otThreadWakeup(GetInstancePtr(), &extAddress, wakeupIntervalUs, wakeupDurati… in Process()