Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/mac/
Dmac_links.hpp473 …ateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *aExtAddr) in UpdateCsl() argument
480 OT_UNUSED_VARIABLE(aExtAddr); in UpdateCsl()
482 retval = mSubMac.UpdateCsl(aPeriod, aChannel, aShortAddr, aExtAddr); in UpdateCsl()
Dsub_mac.hpp407 …teCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *aExtAddr);
Dsub_mac.cpp1114 …ateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *aExtAddr) in UpdateCsl() argument
1127 IgnoreError(Get<Radio>().EnableCsl(aPeriod, aShortAddr, aExtAddr)); in UpdateCsl()
/openthread-3.5.0/src/core/radio/
Dradio.hpp531 Error EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *aExtAddr);
860 …rror Radio::EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *aExtAddr) in EnableCsl() argument
862 return otPlatRadioEnableCsl(GetInstancePtr(), aCslPeriod, aShortAddr, aExtAddr); in EnableCsl()
/openthread-3.5.0/tests/fuzz/
Dfuzzer_platform.cpp245 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddr) in otPlatRadioSetExtendedAddress() argument
248 OT_UNUSED_VARIABLE(aExtAddr); in otPlatRadioSetExtendedAddress()
/openthread-3.5.0/include/openthread/platform/
Dradio.h1110 const otExtAddress *aExtAddr);
/openthread-3.5.0/examples/platforms/simulation/
Dradio.c1328 const otExtAddress *aExtAddr) in otPlatRadioEnableCsl() argument
1332 OT_UNUSED_VARIABLE(aExtAddr); in otPlatRadioEnableCsl()