/openthread-latest/include/openthread/ |
D | link.h | 369 otError otLinkActiveScan(otInstance *aInstance, 382 bool otLinkIsActiveScanInProgress(otInstance *aInstance); 405 otError otLinkEnergyScan(otInstance *aInstance, 418 bool otLinkIsEnergyScanInProgress(otInstance *aInstance); 429 otError otLinkSendDataRequest(otInstance *aInstance); 442 bool otLinkIsInTransmitState(otInstance *aInstance); 453 uint8_t otLinkGetChannel(otInstance *aInstance); 470 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel); 479 uint32_t otLinkGetSupportedChannelMask(otInstance *aInstance); 492 otError otLinkSetSupportedChannelMask(otInstance *aInstance, uint32_t aChannelMask); [all …]
|
D | thread_ftd.h | 131 uint16_t otThreadGetMaxAllowedChildren(otInstance *aInstance); 147 otError otThreadSetMaxAllowedChildren(otInstance *aInstance, uint16_t aMaxChildren); 157 bool otThreadIsRouterEligible(otInstance *aInstance); 171 otError otThreadSetRouterEligible(otInstance *aInstance, bool aEligible); 189 otError otThreadSetPreferredRouterId(otInstance *aInstance, uint8_t aRouterId); 232 const otDeviceProperties *otThreadGetDeviceProperties(otInstance *aInstance); 242 void otThreadSetDeviceProperties(otInstance *aInstance, const otDeviceProperties *aDeviceProperties… 254 uint8_t otThreadGetLocalLeaderWeight(otInstance *aInstance); 267 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight); 276 uint32_t otThreadGetPreferredLeaderPartitionId(otInstance *aInstance); [all …]
|
D | thread.h | 249 otError otThreadSetEnabled(otInstance *aInstance, bool aEnabled); 268 bool otThreadIsSingleton(otInstance *aInstance); 289 otError otThreadDiscover(otInstance *aInstance, 302 bool otThreadIsDiscoverInProgress(otInstance *aInstance); 320 otError otThreadSetJoinerAdvertisement(otInstance *aInstance, 336 uint32_t otThreadGetChildTimeout(otInstance *aInstance); 346 void otThreadSetChildTimeout(otInstance *aInstance, uint32_t aTimeout); 357 const otExtendedPanId *otThreadGetExtendedPanId(otInstance *aInstance); 374 otError otThreadSetExtendedPanId(otInstance *aInstance, const otExtendedPanId *aExtendedPanId); 386 otError otThreadGetLeaderRloc(otInstance *aInstance, otIp6Address *aLeaderRloc); [all …]
|
D | link_raw.h | 61 typedef void (*otLinkRawReceiveDone)(otInstance *aInstance, otRadioFrame *aFrame, otError aError); 74 otError otLinkRawSetReceiveDone(otInstance *aInstance, otLinkRawReceiveDone aCallback); 84 bool otLinkRawIsEnabled(otInstance *aInstance); 94 bool otLinkRawGetPromiscuous(otInstance *aInstance); 105 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable); 116 otError otLinkRawSetShortAddress(otInstance *aInstance, uint16_t aShortAddress); 136 otError otLinkRawSetAlternateShortAddress(otInstance *aInstance, otShortAddress aShortAddress); 148 otError otLinkRawSleep(otInstance *aInstance); 159 otError otLinkRawReceive(otInstance *aInstance); 172 otRadioFrame *otLinkRawGetTransmitBuffer(otInstance *aInstance); [all …]
|
D | srp_client.h | 215 otError otSrpClientStart(otInstance *aInstance, const otSockAddr *aServerSockAddr); 225 void otSrpClientStop(otInstance *aInstance); 234 bool otSrpClientIsRunning(otInstance *aInstance); 246 const otSockAddr *otSrpClientGetServerAddress(otInstance *aInstance); 258 void otSrpClientSetCallback(otInstance *aInstance, otSrpClientCallback aCallback, void *aContext); 298 void otSrpClientEnableAutoStartMode(otInstance *aInstance, otSrpClientAutoStartCallback aCallback, … 312 void otSrpClientDisableAutoStartMode(otInstance *aInstance); 323 bool otSrpClientIsAutoStartModeEnabled(otInstance *aInstance); 337 uint32_t otSrpClientGetTtl(otInstance *aInstance); 349 void otSrpClientSetTtl(otInstance *aInstance, uint32_t aTtl); [all …]
|
D | mdns.h | 101 typedef void (*otMdnsConflictCallback)(otInstance *aInstance, const char *aName, const char *aServi… 159 otError otMdnsSetEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex); 169 bool otMdnsIsEnabled(otInstance *aInstance); 182 void otMdnsSetQuestionUnicastAllowed(otInstance *aInstance, bool aAllow); 190 bool otMdnsIsQuestionUnicastAllowed(otInstance *aInstance); 204 void otMdnsSetConflictCallback(otInstance *aInstance, otMdnsConflictCallback aCallback); 241 otError otMdnsRegisterHost(otInstance *aInstance, 265 otError otMdnsUnregisterHost(otInstance *aInstance, const otMdnsHost *aHost); 303 otError otMdnsRegisterService(otInstance *aInstance, 330 otError otMdnsUnregisterService(otInstance *aInstance, const otMdnsService *aService); [all …]
|
D | ble_secure.h | 76 typedef void (*otHandleBleSecureConnect)(otInstance *aInstance, 102 otError otBleSecureStart(otInstance *aInstance, 117 otError otBleSecureSetTcatVendorInfo(otInstance *aInstance, const otTcatVendorInfo *aVendorInfo); 129 otError otBleSecureTcatStart(otInstance *aInstance, otHandleTcatJoin aHandler); 136 void otBleSecureStop(otInstance *aInstance); 150 void otBleSecureSetPsk(otInstance *aInstance, 172 otError otBleSecureGetPeerCertificateBase64(otInstance *aInstance, unsigned char *aPeerCert, size_t… 197 otError otBleSecureGetPeerSubjectAttributeByOid(otInstance *aInstance, 227 otError otBleSecureGetThreadAttributeFromPeerCertificate(otInstance *aInstance, 252 otError otBleSecureGetThreadAttributeFromOwnCertificate(otInstance *aInstance, [all …]
|
D | border_routing.h | 191 otError otBorderRoutingInit(otInstance *aInstance, uint32_t aInfraIfIndex, bool aInfraIfIsRunning); 204 otError otBorderRoutingSetEnabled(otInstance *aInstance, bool aEnabled); 213 otBorderRoutingState otBorderRoutingGetState(otInstance *aInstance); 228 otRoutePreference otBorderRoutingGetRouteInfoOptionPreference(otInstance *aInstance); 240 void otBorderRoutingSetRouteInfoOptionPreference(otInstance *aInstance, otRoutePreference aPreferen… 250 void otBorderRoutingClearRouteInfoOptionPreference(otInstance *aInstance); 265 otError otBorderRoutingSetExtraRouterAdvertOptions(otInstance *aInstance, const uint8_t *aOptions, … 279 otRoutePreference otBorderRoutingGetRoutePreference(otInstance *aInstance); 290 void otBorderRoutingSetRoutePreference(otInstance *aInstance, otRoutePreference aPreference); 300 void otBorderRoutingClearRoutePreference(otInstance *aInstance); [all …]
|
D | channel_manager.h | 73 void otChannelManagerRequestChannelChange(otInstance *aInstance, uint8_t aChannel); 80 uint8_t otChannelManagerGetRequestedChannel(otInstance *aInstance); 91 uint16_t otChannelManagerGetDelay(otInstance *aInstance); 105 otError otChannelManagerSetDelay(otInstance *aInstance, uint16_t aDelay); 134 otError otChannelManagerRequestChannelSelect(otInstance *aInstance, bool aSkipQualityCheck); 164 otError otChannelManagerRequestCslChannelSelect(otInstance *aInstance, bool aSkipQualityCheck); 175 void otChannelManagerSetAutoChannelSelectionEnabled(otInstance *aInstance, bool aEnabled); 184 bool otChannelManagerGetAutoChannelSelectionEnabled(otInstance *aInstance); 197 void otChannelManagerSetAutoCslChannelSelectionEnabled(otInstance *aInstance, bool aEnabled); 209 bool otChannelManagerGetAutoCslChannelSelectionEnabled(otInstance *aInstance); [all …]
|
D | coap_secure.h | 105 otError otCoapSecureStart(otInstance *aInstance, uint16_t aPort); 120 otError otCoapSecureStartWithMaxConnAttempts(otInstance *aInstance, 131 void otCoapSecureStop(otInstance *aInstance); 145 void otCoapSecureSetPsk(otInstance *aInstance, 166 otError otCoapSecureGetPeerCertificateBase64(otInstance *aInstance, 180 void otCoapSecureSetSslAuthMode(otInstance *aInstance, bool aVerifyPeerCertificate); 194 void otCoapSecureSetCertificate(otInstance *aInstance, 212 void otCoapSecureSetCaCertificateChain(otInstance *aInstance, 227 otError otCoapSecureConnect(otInstance *aInstance, 237 void otCoapSecureDisconnect(otInstance *aInstance); [all …]
|
D | instance.h | 69 typedef struct otInstance otInstance; typedef 87 otInstance *otInstanceInit(void *aInstanceBuffer, size_t *aInstanceBufferSize); 99 otInstance *otInstanceInitSingle(void); 115 otInstance *otInstanceInitMultiple(uint8_t aIdx); 125 uint32_t otInstanceGetId(otInstance *aInstance); 138 bool otInstanceIsInitialized(otInstance *aInstance); 147 void otInstanceFinalize(otInstance *aInstance); 160 uint64_t otInstanceGetUptime(otInstance *aInstance); 179 void otInstanceGetUptimeAsString(otInstance *aInstance, char *aBuffer, uint16_t aSize); 239 otError otSetStateChangedCallback(otInstance *aInstance, otStateChangedCallback aCallback, void *aC… [all …]
|
D | backbone_router_ftd.h | 81 void otBackboneRouterSetEnabled(otInstance *aInstance, bool aEnable); 97 otBackboneRouterState otBackboneRouterGetState(otInstance *aInstance); 113 void otBackboneRouterGetConfig(otInstance *aInstance, otBackboneRouterConfig *aConfig); 134 otError otBackboneRouterSetConfig(otInstance *aInstance, const otBackboneRouterConfig *aConfig); 153 otError otBackboneRouterRegister(otInstance *aInstance); 162 uint8_t otBackboneRouterGetRegistrationJitter(otInstance *aInstance); 171 void otBackboneRouterSetRegistrationJitter(otInstance *aInstance, uint8_t aJitter); 182 otError otBackboneRouterGetDomainPrefix(otInstance *aInstance, otBorderRouterConfig *aConfig); 197 void otBackboneRouterConfigNextDuaRegistrationResponse(otInstance *aInstance, 211 void otBackboneRouterConfigNextMulticastListenerRegistrationResponse(otInstance *aInstance, uint8_t… [all …]
|
D | ip6.h | 259 otError otIp6SetEnabled(otInstance *aInstance, bool aEnabled); 269 bool otIp6IsEnabled(otInstance *aInstance); 284 otError otIp6AddUnicastAddress(otInstance *aInstance, const otNetifAddress *aAddress); 296 otError otIp6RemoveUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress); 305 const otNetifAddress *otIp6GetUnicastAddresses(otInstance *aInstance); 316 bool otIp6HasUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress); 334 otError otIp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress); 346 otError otIp6UnsubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress); 355 const otNetifMulticastAddress *otIp6GetMulticastAddresses(otInstance *aInstance); 370 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings); [all …]
|
/openthread-latest/include/openthread/platform/ |
D | radio.h | 496 otRadioCaps otPlatRadioGetCaps(otInstance *aInstance); 508 const char *otPlatRadioGetVersionString(otInstance *aInstance); 517 int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance); 525 void otPlatRadioGetIeeeEui64(otInstance *aInstance, uint8_t *aIeeeEui64); 533 void otPlatRadioSetPanId(otInstance *aInstance, otPanId aPanId); 541 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress); 549 void otPlatRadioSetShortAddress(otInstance *aInstance, otShortAddress aShortAddress); 569 void otPlatRadioSetAlternateShortAddress(otInstance *aInstance, otShortAddress aShortAddress); 584 otError otPlatRadioGetTransmitPower(otInstance *aInstance, int8_t *aPower); 598 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower); [all …]
|
D | dnssd.h | 85 typedef void (*otPlatDnssdRegisterCallback)(otInstance *aInstance, otPlatDnssdRequestId aRequestId,… 149 extern void otPlatDnssdStateHandleStateChange(otInstance *aInstance); 161 otPlatDnssdState otPlatDnssdGetState(otInstance *aInstance); 216 void otPlatDnssdRegisterService(otInstance *aInstance, 252 void otPlatDnssdUnregisterService(otInstance *aInstance, 292 void otPlatDnssdRegisterHost(otInstance *aInstance, 329 void otPlatDnssdUnregisterHost(otInstance *aInstance, 365 void otPlatDnssdRegisterKey(otInstance *aInstance, 400 void otPlatDnssdUnregisterKey(otInstance *aInstance, 425 typedef void (*otPlatDnssdBrowseCallback)(otInstance *aInstance, const otPlatDnssdBrowseResult *aRe… [all …]
|
D | ble.h | 140 otError otPlatBleEnable(otInstance *aInstance); 155 otError otPlatBleDisable(otInstance *aInstance); 174 otError otPlatBleGetAdvertisementBuffer(otInstance *aInstance, uint8_t **aAdvertisementBuffer); 189 otError otPlatBleGapAdvSetData(otInstance *aInstance, uint8_t *aAdvertisementData, uint16_t aAdvert… 211 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval); 223 otError otPlatBleGapAdvStop(otInstance *aInstance); 232 extern void otPlatBleGapOnConnected(otInstance *aInstance, uint16_t aConnectionId); 241 extern void otPlatBleGapOnDisconnected(otInstance *aInstance, uint16_t aConnectionId); 254 otError otPlatBleGapDisconnect(otInstance *aInstance); 269 otError otPlatBleGattMtuGet(otInstance *aInstance, uint16_t *aMtu); [all …]
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 53 otInstance *instance = nullptr; in testInitInstance() 83 otInstance *instance = nullptr; in testInitAdditionalInstance() 91 void testFreeInstance(otInstance *aInstance) in testFreeInstance() 113 OT_TOOL_WEAK void otTaskletsSignalPending(otInstance *) {} in otTaskletsSignalPending() argument 115 OT_TOOL_WEAK void otPlatAlarmMilliStop(otInstance *) {} in otPlatAlarmMilliStop() argument 117 OT_TOOL_WEAK void otPlatAlarmMilliStartAt(otInstance *, uint32_t, uint32_t) {} in otPlatAlarmMilliStartAt() argument 128 OT_TOOL_WEAK void otPlatAlarmMicroStop(otInstance *) {} in otPlatAlarmMicroStop() argument 130 OT_TOOL_WEAK void otPlatAlarmMicroStartAt(otInstance *, uint32_t, uint32_t) {} in otPlatAlarmMicroStartAt() argument 141 OT_TOOL_WEAK otError otPlatMultipanGetActiveInstance(otInstance **) { return OT_ERROR_NOT_IMPLEMENT… in otPlatMultipanGetActiveInstance() argument 143 OT_TOOL_WEAK otError otPlatMultipanSetActiveInstance(otInstance *, bool) { return OT_ERROR_NOT_IMPL… in otPlatMultipanSetActiveInstance() argument [all …]
|
/openthread-latest/tests/gtest/ |
D | fake_platform.cpp | 331 void otTaskletsSignalPending(otInstance *) {} in otTaskletsSignalPending() argument 333 void otPlatAlarmMilliStop(otInstance *) { FakePlatform::CurrentPlatform().StopMilliAlarm(); } in otPlatAlarmMilliStop() argument 335 void otPlatAlarmMilliStartAt(otInstance *, uint32_t aT0, uint32_t aDt) in otPlatAlarmMilliStartAt() argument 343 void otPlatAlarmMicroStop(otInstance *) { FakePlatform::CurrentPlatform().StopMicroAlarm(); } in otPlatAlarmMicroStop() argument 344 void otPlatAlarmMicroStartAt(otInstance *, uint32_t aT0, uint32_t aDt) in otPlatAlarmMicroStartAt() argument 355 void otPlatRadioGetIeeeEui64(otInstance *, uint8_t *aIeeeEui64) in otPlatRadioGetIeeeEui64() argument 361 void otPlatRadioSetPanId(otInstance *, uint16_t) {} in otPlatRadioSetPanId() argument 363 void otPlatRadioSetExtendedAddress(otInstance *, const otExtAddress *) {} in otPlatRadioSetExtendedAddress() argument 365 void otPlatRadioSetShortAddress(otInstance *, uint16_t) {} in otPlatRadioSetShortAddress() argument 367 void otPlatRadioSetPromiscuous(otInstance *, bool) {} in otPlatRadioSetPromiscuous() argument [all …]
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 109 void FuzzerPlatformProcess(otInstance *aInstance) in FuzzerPlatformProcess() 178 void otPlatAlarmMilliStartAt(otInstance *aInstance, uint32_t aT0, uint32_t aDt) in otPlatAlarmMilliStartAt() 186 void otPlatAlarmMilliStop(otInstance *aInstance) in otPlatAlarmMilliStop() 195 void otPlatAlarmMicroStartAt(otInstance *aInstance, uint32_t aT0, uint32_t aDt) in otPlatAlarmMicroStartAt() 203 void otPlatAlarmMicroStop(otInstance *aInstance) in otPlatAlarmMicroStop() 210 bool otDiagIsEnabled(otInstance *aInstance) in otDiagIsEnabled() 217 otError otDiagProcessCmd(otInstance *aInstance, uint8_t aArgsLength, char *aArgs[], char *aOutput, … in otDiagProcessCmd() 228 otError otDiagProcessCmdLine(otInstance *aInstance, const char *aString, char *aOutput, size_t aOut… in otDiagProcessCmdLine() 238 void otPlatReset(otInstance *aInstance) in otPlatReset() 245 otPlatResetReason otPlatGetResetReason(otInstance *aInstance) in otPlatGetResetReason() [all …]
|
/openthread-latest/src/core/api/ |
D | thread_ftd_api.cpp | 42 uint16_t otThreadGetMaxAllowedChildren(otInstance *aInstance) in otThreadGetMaxAllowedChildren() 47 otError otThreadSetMaxAllowedChildren(otInstance *aInstance, uint16_t aMaxChildren) in otThreadSetMaxAllowedChildren() 52 uint8_t otThreadGetMaxChildIpAddresses(otInstance *aInstance) in otThreadGetMaxChildIpAddresses() 58 otError otThreadSetMaxChildIpAddresses(otInstance *aInstance, uint8_t aMaxIpAddresses) in otThreadSetMaxChildIpAddresses() 64 bool otThreadIsRouterEligible(otInstance *aInstance) in otThreadIsRouterEligible() 69 otError otThreadSetRouterEligible(otInstance *aInstance, bool aEligible) in otThreadSetRouterEligible() 74 otError otThreadSetPreferredRouterId(otInstance *aInstance, uint8_t aRouterId) in otThreadSetPreferredRouterId() 80 const otDeviceProperties *otThreadGetDeviceProperties(otInstance *aInstance) in otThreadGetDeviceProperties() 85 void otThreadSetDeviceProperties(otInstance *aInstance, const otDeviceProperties *aDeviceProperties) in otThreadSetDeviceProperties() 91 uint8_t otThreadGetLocalLeaderWeight(otInstance *aInstance) in otThreadGetLocalLeaderWeight() [all …]
|
D | link_api.cpp | 40 uint8_t otLinkGetChannel(otInstance *aInstance) in otLinkGetChannel() 59 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel() 83 uint8_t otLinkGetWakeupChannel(otInstance *aInstance) in otLinkGetWakeupChannel() 88 otError otLinkSetWakeupChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetWakeupChannel() 105 uint32_t otLinkGetSupportedChannelMask(otInstance *aInstance) in otLinkGetSupportedChannelMask() 110 otError otLinkSetSupportedChannelMask(otInstance *aInstance, uint32_t aChannelMask) in otLinkSetSupportedChannelMask() 123 const otExtAddress *otLinkGetExtendedAddress(otInstance *aInstance) in otLinkGetExtendedAddress() 128 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkSetExtendedAddress() 143 void otLinkGetFactoryAssignedIeeeEui64(otInstance *aInstance, otExtAddress *aEui64) in otLinkGetFactoryAssignedIeeeEui64() 148 otPanId otLinkGetPanId(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::Mac>().GetPan… in otLinkGetPanId() [all …]
|
D | srp_client_api.cpp | 42 otError otSrpClientStart(otInstance *aInstance, const otSockAddr *aServerSockAddr) in otSrpClientStart() 47 void otSrpClientStop(otInstance *aInstance) { return AsCoreType(aInstance).Get<Srp::Client>().Stop(… in otSrpClientStop() 49 bool otSrpClientIsRunning(otInstance *aInstance) { return AsCoreType(aInstance).Get<Srp::Client>().… in otSrpClientIsRunning() 51 const otSockAddr *otSrpClientGetServerAddress(otInstance *aInstance) in otSrpClientGetServerAddress() 56 void otSrpClientSetCallback(otInstance *aInstance, otSrpClientCallback aCallback, void *aContext) in otSrpClientSetCallback() 62 void otSrpClientEnableAutoStartMode(otInstance *aInstance, otSrpClientAutoStartCallback aCallback, … in otSrpClientEnableAutoStartMode() 67 void otSrpClientDisableAutoStartMode(otInstance *aInstance) in otSrpClientDisableAutoStartMode() 72 bool otSrpClientIsAutoStartModeEnabled(otInstance *aInstance) in otSrpClientIsAutoStartModeEnabled() 78 uint32_t otSrpClientGetTtl(otInstance *aInstance) { return AsCoreType(aInstance).Get<Srp::Client>()… in otSrpClientGetTtl() 80 void otSrpClientSetTtl(otInstance *aInstance, uint32_t aTtl) in otSrpClientSetTtl() [all …]
|
D | thread_api.cpp | 42 uint32_t otThreadGetChildTimeout(otInstance *aInstance) in otThreadGetChildTimeout() 47 void otThreadSetChildTimeout(otInstance *aInstance, uint32_t aTimeout) in otThreadSetChildTimeout() 52 const otExtendedPanId *otThreadGetExtendedPanId(otInstance *aInstance) in otThreadGetExtendedPanId() 57 otError otThreadSetExtendedPanId(otInstance *aInstance, const otExtendedPanId *aExtendedPanId) in otThreadSetExtendedPanId() 74 otError otThreadGetLeaderRloc(otInstance *aInstance, otIp6Address *aLeaderRloc) in otThreadGetLeaderRloc() 85 otLinkModeConfig otThreadGetLinkMode(otInstance *aInstance) in otThreadGetLinkMode() 94 otError otThreadSetLinkMode(otInstance *aInstance, otLinkModeConfig aConfig) in otThreadSetLinkMode() 99 void otThreadGetNetworkKey(otInstance *aInstance, otNetworkKey *aNetworkKey) in otThreadGetNetworkKey() 105 otNetworkKeyRef otThreadGetNetworkKeyRef(otInstance *aInstance) in otThreadGetNetworkKeyRef() 111 otError otThreadSetNetworkKey(otInstance *aInstance, const otNetworkKey *aKey) in otThreadSetNetworkKey() [all …]
|
/openthread-latest/src/core/radio/ |
D | radio_platform.cpp | 46 extern "C" void otPlatRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatRadioReceiveDone() 66 extern "C" void otPlatRadioTxStarted(otInstance *aInstance, otRadioFrame *aFrame) in otPlatRadioTxStarted() 83 extern "C" void otPlatRadioTxDone(otInstance *aInstance, otRadioFrame *aFrame, otRadioFrame *aAckFr… in otPlatRadioTxDone() 106 extern "C" void otPlatRadioEnergyScanDone(otInstance *aInstance, int8_t aEnergyScanMaxRssi) in otPlatRadioEnergyScanDone() 117 extern "C" void otPlatRadioBusLatencyChanged(otInstance *aInstance) in otPlatRadioBusLatencyChanged() 129 extern "C" void otPlatDiagRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aEr… in otPlatDiagRadioReceiveDone() 143 extern "C" void otPlatDiagRadioTransmitDone(otInstance *aInstance, otRadioFrame *aFrame, otError aE… in otPlatDiagRadioTransmitDone() 165 extern "C" void otPlatRadioReceiveDone(otInstance *, otRadioFrame *, otError) {} in otPlatRadioReceiveDone() argument 167 extern "C" void otPlatRadioTxStarted(otInstance *, otRadioFrame *) {} in otPlatRadioTxStarted() argument 169 extern "C" void otPlatRadioTxDone(otInstance *, otRadioFrame *, otRadioFrame *, otError) {} in otPlatRadioTxDone() argument [all …]
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.cpp | 42 otRadioCaps otPlatRadioGetCaps(otInstance *aInstance) in otPlatRadioGetCaps() 48 int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance) in otPlatRadioGetReceiveSensitivity() 54 void otPlatRadioGetIeeeEui64(otInstance *aInstance, uint8_t *aIeeeEui64) in otPlatRadioGetIeeeEui64() 64 void otPlatRadioSetPanId(otInstance *aInstance, otPanId aPanId) { AsNode(aInstance).mRadio.mPanId =… in otPlatRadioSetPanId() 66 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioSetExtendedAddress() 71 void otPlatRadioSetShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioSetShortAddress() 76 bool otPlatRadioGetPromiscuous(otInstance *aInstance) { return AsNode(aInstance).mRadio.mPromiscuou… in otPlatRadioGetPromiscuous() 78 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) { AsNode(aInstance).mRadio.mPro… in otPlatRadioSetPromiscuous() 80 otRadioState otPlatRadioGetState(otInstance *aInstance) { return AsNode(aInstance).mRadio.mState; } in otPlatRadioGetState() 82 otError otPlatRadioEnable(otInstance *aInstance) in otPlatRadioEnable() [all …]
|