Searched refs:otThreadGetNetworkName (Results 1 – 5 of 5) sorted by relevance
576 const char *otThreadGetNetworkName(otInstance *aInstance);
519 … : reinterpret_cast<const otNetworkName *>(otThreadGetNetworkName(GetInstancePtr()))), in ParsePskc()
4003 … reinterpret_cast<const otNetworkName *>(otThreadGetNetworkName(GetInstancePtr())), in Process()4873 return ProcessGetSet(aArgs, otThreadGetNetworkName, otThreadSetNetworkName); in Process()
201 const char *otThreadGetNetworkName(otInstance *aInstance) in otThreadGetNetworkName() function
596 return mEncoder.WriteUtf8(otThreadGetNetworkName(mInstance)); in HandlePropertyGet()