Lines Matching refs:linkMode
1727 otLinkModeConfig linkMode; in Process() local
1841 linkMode.mRxOnWhenIdle = childInfo.mRxOnWhenIdle; in Process()
1842 linkMode.mDeviceType = childInfo.mFullThreadDevice; in Process()
1843 linkMode.mNetworkData = childInfo.mFullThreadDevice; in Process()
1844 OutputLine("Mode: %s", LinkModeToString(linkMode, linkModeString)); in Process()
4223 otLinkModeConfig linkMode; in Process() local
4225 ClearAllBytes(linkMode); in Process()
4260 linkMode.mRxOnWhenIdle = true; in Process()
4264 linkMode.mDeviceType = true; in Process()
4268 linkMode.mNetworkData = true; in Process()
4277 error = otThreadSetLinkMode(GetInstancePtr(), linkMode); in Process()