Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h321 void otThreadSetSteeringData(otInstance *aInstance, const otExtAddress *aExtAddress);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp261 void otThreadSetSteeringData(otInstance *aInstance, const otExtAddress *aExtAddress) in otThreadSetSteeringData() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1119 otThreadSetSteeringData(mInstance, &mSteeringDataAddress); in HandlePropertySet()