Home
last modified time | relevance | path

Searched defs:aScanChannel (Results 1 – 10 of 10) sorted by relevance

/external/openthread/src/core/mac/
Dlink_raw.cpp216 Error LinkRaw::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration, otLinkRawEnergyScanDone aCa… in EnergyScan()
Dmac_links.hpp604 Error EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()
Dsub_mac.cpp688 Error SubMac::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()
/external/openthread/src/core/api/
Dlink_raw_api.cpp123 uint8_t aScanChannel, in otLinkRawEnergyScan()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp399 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan()
/external/openthread/src/core/radio/
Dradio.hpp832 inline Error Radio::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()
/external/openthread/src/posix/platform/
Dradio.cpp414 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan()
/external/openthread/examples/platforms/cc2538/
Dradio.c1190 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan()
/external/openthread/examples/platforms/simulation/
Dradio.c1023 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan()
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp1532 otError RadioSpinel<InterfaceType, ProcessContextType>::EnergyScan(uint8_t aScanChannel, uint16_t a… in EnergyScan()