Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_links.hpp474 …ateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *aExtAddr) in UpdateCsl() argument
481 OT_UNUSED_VARIABLE(aExtAddr); in UpdateCsl()
483 retval = mSubMac.UpdateCsl(aPeriod, aChannel, aShortAddr, aExtAddr); in UpdateCsl()
Dsub_mac_csl_receiver.cpp110 …ateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *aExtAddr) in UpdateCsl() argument
123 IgnoreError(Get<Radio>().EnableCsl(aPeriod, aShortAddr, aExtAddr)); in UpdateCsl()
Dsub_mac.hpp389 …teCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *aExtAddr);
/openthread-latest/src/core/radio/
Dradio.hpp543 Error EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *aExtAddr);
983 …rror Radio::EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *aExtAddr) in EnableCsl() argument
985 return otPlatRadioEnableCsl(GetInstancePtr(), aCslPeriod, aShortAddr, aExtAddr); in EnableCsl()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp276 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddr) in otPlatRadioSetExtendedAddress() argument
279 OT_UNUSED_VARIABLE(aExtAddr); in otPlatRadioSetExtendedAddress()
/openthread-latest/include/openthread/platform/
Dradio.h1168 const otExtAddress *aExtAddr);
/openthread-latest/examples/platforms/simulation/
Dradio.c1108 const otExtAddress *aExtAddr) in otPlatRadioEnableCsl() argument
1112 OT_UNUSED_VARIABLE(aExtAddr); in otPlatRadioEnableCsl()