Home
last modified time | relevance | path

Searched defs:aScanChannel (Results 1 – 9 of 9) 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.hpp606 Error EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()
Dsub_mac.cpp775 Error SubMac::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()
/external/openthread/src/core/api/
Dlink_raw_api.cpp108 uint8_t aScanChannel, in otLinkRawEnergyScan()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp395 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan()
/external/openthread/src/core/radio/
Dradio.hpp992 inline Error Radio::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()
/external/openthread/examples/platforms/simulation/
Dradio.c1005 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan()
/external/openthread/src/posix/platform/
Dradio.cpp522 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan()
/external/openthread/src/lib/spinel/
Dradio_spinel.cpp1401 otError RadioSpinel::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()