Home
last modified time | relevance | path

Searched refs:otLinkSetRegion (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dlink.h1094 otError otLinkSetRegion(otInstance *aInstance, uint16_t aRegionCode);
/openthread-latest/src/core/api/
Dlink_api.cpp492 otError otLinkSetRegion(otInstance *aInstance, uint16_t aRegionCode) in otLinkSetRegion() function
/openthread-latest/src/cli/
Dcli.cpp5679 error = otLinkSetRegion(GetInstancePtr(), regionCode); in Process()