Home
last modified time | relevance | path

Searched refs:callbacks (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/posix/platform/
Dradio.cpp82 struct ot::Spinel::RadioSpinelCallbacks callbacks; in Init() local
87 memset(&callbacks, 0, sizeof(callbacks)); in Init()
89 callbacks.mDiagReceiveDone = otPlatDiagRadioReceiveDone; in Init()
90 callbacks.mDiagTransmitDone = otPlatDiagRadioTransmitDone; in Init()
92 callbacks.mEnergyScanDone = otPlatRadioEnergyScanDone; in Init()
93 callbacks.mBusLatencyChanged = otPlatRadioBusLatencyChanged; in Init()
94 callbacks.mReceiveDone = otPlatRadioReceiveDone; in Init()
95 callbacks.mTransmitDone = otPlatRadioTxDone; in Init()
96 callbacks.mTxStarted = otPlatRadioTxStarted; in Init()
101 mRadioSpinel.SetCallbacks(callbacks); in Init()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_x509parse.function761 /* CRLs aren't supported with CA callbacks, so skip the CA callback
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md779 `programs/ssl/ssl_client2` and `programs/ssl/ssl_server2` for callbacks
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1070 mbedtls_ssl_conf_cert_cb() and perhaps future callbacks
1585 Further, callbacks now receive an additional parameter
4304 callbacks set with mbedtls_ssl_conf_dtls_cookies()), this will be
6009 * Added user-defined callbacks for handling I/O and sessions
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md1375 … inputs, this could be relaxed because the driver entry point is making callbacks to the core: the…