Lines Matching refs:otError
141 OT_TOOL_WEAK otError otPlatMultipanGetActiveInstance(otInstance **) { return OT_ERROR_NOT_IMPLEMENT… in otPlatMultipanGetActiveInstance()
143 OT_TOOL_WEAK otError otPlatMultipanSetActiveInstance(otInstance *, bool) { return OT_ERROR_NOT_IMPL… in otPlatMultipanSetActiveInstance()
159 OT_TOOL_WEAK otError otPlatRadioEnable(otInstance *) { return OT_ERROR_NONE; } in otPlatRadioEnable()
161 OT_TOOL_WEAK otError otPlatRadioDisable(otInstance *) { return OT_ERROR_NONE; } in otPlatRadioDisable()
163 OT_TOOL_WEAK otError otPlatRadioSleep(otInstance *) { return OT_ERROR_NONE; } in otPlatRadioSleep()
165 OT_TOOL_WEAK otError otPlatRadioReceive(otInstance *, uint8_t) { return OT_ERROR_NONE; } in otPlatRadioReceive()
167 OT_TOOL_WEAK otError otPlatRadioTransmit(otInstance *, otRadioFrame *) { return OT_ERROR_NONE; } in otPlatRadioTransmit()
179 OT_TOOL_WEAK otError otPlatRadioAddSrcMatchShortEntry(otInstance *, uint16_t) { return OT_ERROR_NON… in otPlatRadioAddSrcMatchShortEntry()
181 OT_TOOL_WEAK otError otPlatRadioAddSrcMatchExtEntry(otInstance *, const otExtAddress *) { return OT… in otPlatRadioAddSrcMatchExtEntry()
183 OT_TOOL_WEAK otError otPlatRadioClearSrcMatchShortEntry(otInstance *, uint16_t) { return OT_ERROR_N… in otPlatRadioClearSrcMatchShortEntry()
185 OT_TOOL_WEAK otError otPlatRadioClearSrcMatchExtEntry(otInstance *, const otExtAddress *) { return … in otPlatRadioClearSrcMatchExtEntry()
191 OT_TOOL_WEAK otError otPlatRadioEnergyScan(otInstance *, uint8_t, uint16_t) { return OT_ERROR_NOT_I… in otPlatRadioEnergyScan()
193 OT_TOOL_WEAK otError otPlatRadioSetTransmitPower(otInstance *, int8_t) { return OT_ERROR_NOT_IMPLEM… in otPlatRadioSetTransmitPower()
197 OT_TOOL_WEAK otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet()
199 otError error = OT_ERROR_NONE; in otPlatEntropyGet()
251 OT_TOOL_WEAK otError otPlatDiagProcess(otInstance *, uint8_t, char *aArgs[]) in otPlatDiagProcess()
265 OT_TOOL_WEAK void otPlatDiagRadioReceived(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceived() argument
275 OT_TOOL_WEAK otError otPlatResetToBootloader(otInstance *) { return OT_ERROR_NOT_CAPABLE; } in otPlatResetToBootloader()
287 OT_TOOL_WEAK otError otPlatSettingsGet(otInstance *, uint16_t aKey, int aIndex, uint8_t *aValue, ui… in otPlatSettingsGet()
324 OT_TOOL_WEAK otError otPlatSettingsSet(otInstance *, uint16_t aKey, const uint8_t *aValue, uint16_t… in otPlatSettingsSet()
334 OT_TOOL_WEAK otError otPlatSettingsAdd(otInstance *, uint16_t aKey, const uint8_t *aValue, uint16_t… in otPlatSettingsAdd()
342 OT_TOOL_WEAK otError otPlatSettingsDelete(otInstance *, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
427 OT_TOOL_WEAK otError otPlatRadioEnableCsl(otInstance *, uint32_t, otShortAddress, const otExtAddres… in otPlatRadioEnableCsl()
432 OT_TOOL_WEAK otError otPlatRadioResetCsl(otInstance *) { return OT_ERROR_NONE; } in otPlatRadioResetCsl()
463 OT_TOOL_WEAK otError otPlatRadioConfigureEnhAckProbing(otInstance *, in otPlatRadioConfigureEnhAckProbing()
484 OT_TOOL_WEAK otError otPlatInfraIfSendIcmp6Nd(uint32_t, const otIp6Address *, const uint8_t *, uint… in otPlatInfraIfSendIcmp6Nd()
489 OT_TOOL_WEAK otError otPlatInfraIfDiscoverNat64Prefix(uint32_t) { return OT_ERROR_FAILED; } in otPlatInfraIfDiscoverNat64Prefix()
494 otError otPlatCryptoImportKey(otCryptoKeyRef *aKeyRef, in otPlatCryptoImportKey()
513 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *… in otPlatCryptoExportKey()
524 otError otPlatCryptoDestroyKey(otCryptoKeyRef aKeyRef) in otPlatCryptoDestroyKey()
538 otError otPlatCryptoEcdsaGenerateAndImportKey(otCryptoKeyRef aKeyRef) in otPlatCryptoEcdsaGenerateAndImportKey()
545 otError otPlatCryptoEcdsaExportPublicKey(otCryptoKeyRef aKeyRef, otPlatCryptoEcdsaPublicKey *aPubli… in otPlatCryptoEcdsaExportPublicKey()
553 otError otPlatCryptoEcdsaSignUsingKeyRef(otCryptoKeyRef aKeyRef, in otPlatCryptoEcdsaSignUsingKeyRef()
564 otError otPlatCryptoEcdsaVerifyUsingKeyRef(otCryptoKeyRef aKeyRef, in otPlatCryptoEcdsaVerifyUsingKeyRef()
577 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
587 OT_TOOL_WEAK otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aI… in otPlatMdnsSetListeningEnabled()
643 otError otPlatUdpSocket(otUdpSocket *aUdpSocket) in otPlatUdpSocket()
649 otError otPlatUdpClose(otUdpSocket *aUdpSocket) in otPlatUdpClose()
655 otError otPlatUdpBind(otUdpSocket *aUdpSocket) in otPlatUdpBind()
661 otError otPlatUdpBindToNetif(otUdpSocket *aUdpSocket, otNetifIdentifier aNetifIdentifier) in otPlatUdpBindToNetif()
668 otError otPlatUdpConnect(otUdpSocket *aUdpSocket) in otPlatUdpConnect()
674 otError otPlatUdpSend(otUdpSocket *aUdpSocket, otMessage *aMessage, const otMessageInfo *aMessageIn… in otPlatUdpSend()
681 otError otPlatUdpJoinMulticastGroup(otUdpSocket *aUdpSocket, in otPlatUdpJoinMulticastGroup()
691 otError otPlatUdpLeaveMulticastGroup(otUdpSocket *aUdpSocket, in otPlatUdpLeaveMulticastGroup()
716 OT_TOOL_WEAK otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *, int8_t *) { return OT_ERR… in otPlatRadioGetCcaEnergyDetectThreshold()
718 OT_TOOL_WEAK otError otPlatRadioGetCoexMetrics(otInstance *, otRadioCoexMetrics *) { return OT_ERRO… in otPlatRadioGetCoexMetrics()
720 OT_TOOL_WEAK otError otPlatRadioGetTransmitPower(otInstance *, int8_t *) { return OT_ERROR_NONE; } in otPlatRadioGetTransmitPower()
724 OT_TOOL_WEAK otError otPlatRadioSetCoexEnabled(otInstance *, bool) { return OT_ERROR_NOT_IMPLEMENTE… in otPlatRadioSetCoexEnabled()
727 OT_TOOL_WEAK otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int1… in otPlatRadioSetChannelTargetPower()
732 OT_TOOL_WEAK otError otPlatRadioAddCalibratedPower(otInstance *aInstance, in otPlatRadioAddCalibratedPower()
741 OT_TOOL_WEAK otError otPlatRadioClearCalibratedPowers(otInstance *aInstance) { return OT_ERROR_NONE… in otPlatRadioClearCalibratedPowers()
747 OT_TOOL_WEAK otError otPlatSetMcuPowerState(otInstance *aInstance, otPlatMcuPowerState aState) { re… in otPlatSetMcuPowerState()
750 otError otPlatBleEnable(otInstance *aInstance) in otPlatBleEnable()
756 otError otPlatBleDisable(otInstance *aInstance) in otPlatBleDisable()
762 otError otPlatBleGetAdvertisementBuffer(otInstance *aInstance, uint8_t **aAdvertisementBuffer) in otPlatBleGetAdvertisementBuffer()
772 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval) in otPlatBleGapAdvStart()
779 otError otPlatBleGapAdvStop(otInstance *aInstance) in otPlatBleGapAdvStop()
785 otError otPlatBleGapDisconnect(otInstance *aInstance) in otPlatBleGapDisconnect()
791 otError otPlatBleGattMtuGet(otInstance *aInstance, uint16_t *aMtu) in otPlatBleGattMtuGet()
798 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket… in otPlatBleGattServerIndicate()
821 otError otPlatBleGapAdvSetData(otInstance *aInstance, uint8_t *aAdvertisementData, uint16_t aAdvert… in otPlatBleGapAdvSetData()
969 OT_TOOL_WEAK otError otPlatLogCrashDump(void) { return OT_ERROR_NONE; } in otPlatLogCrashDump()