Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dlink_raw.cpp221 Error LinkRaw::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration, otLinkRawEnergyScanDone aCa… in EnergyScan()
Dmac_links.hpp620 Error EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()
Dsub_mac.cpp686 Error SubMac::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp105 uint8_t aScanChannel, in otLinkRawEnergyScan()
/openthread-latest/src/core/radio/
Dradio.hpp1007 inline Error Radio::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp421 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan()
/openthread-latest/examples/platforms/simulation/
Dradio.c909 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan()
/openthread-latest/src/posix/platform/
Dradio.cpp449 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1271 otError RadioSpinel::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()