Home
last modified time | relevance | path

Searched refs:otLinkModeConfig (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h84 typedef struct otLinkModeConfig struct
89 } otLinkModeConfig; typedef
397 otLinkModeConfig otThreadGetLinkMode(otInstance *aInstance);
409 otError otThreadSetLinkMode(otInstance *aInstance, otLinkModeConfig aConfig);
Dnetdiag.h179 otLinkModeConfig mMode; ///< Link mode.
194 otLinkModeConfig mMode;
Dmesh_diag.h141 otLinkModeConfig mMode; ///< Device mode.
Dhistory_tracker.h80 otLinkModeConfig mMode; ///< Device Mode.
/openthread-latest/src/core/api/
Dthread_api.cpp85 otLinkModeConfig otThreadGetLinkMode(otInstance *aInstance) in otThreadGetLinkMode()
87 otLinkModeConfig config; in otThreadGetLinkMode()
94 otError otThreadSetLinkMode(otInstance *aInstance, otLinkModeConfig aConfig) in otThreadSetLinkMode()
/openthread-latest/src/cli/
Dcli.hpp261 void OutputMode(uint8_t aIndentSize, const otLinkModeConfig &aMode);
Dcli_utils.hpp697 …static const char *LinkModeToString(const otLinkModeConfig &aLinkMode, char (&aStringBuffer)[kLink…
Dcli_utils.cpp739 const char *Utils::LinkModeToString(const otLinkModeConfig &aLinkMode, char (&aStringBuffer)[kLinkM… in LinkModeToString()
Dcli_history.cpp370 otLinkModeConfig mode; in Process()
Dcli.cpp1727 otLinkModeConfig linkMode; in Process()
4223 otLinkModeConfig linkMode; in Process()
7666 void Interpreter::OutputMode(uint8_t aIndentSize, const otLinkModeConfig &aMode) in OutputMode()
/openthread-latest/src/core/thread/
Dmle_types.hpp200 typedef otLinkModeConfig ModeConfig;
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp3326 otLinkModeConfig modeConfig = otThreadGetLinkMode(mInstance); in HandlePropertyGet()
3336 otLinkModeConfig modeConfig; in HandlePropertySet()