Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 17 of 17) sorted by relevance

/openthread-3.7.0/src/core/radio/
Dtrel_interface.cpp54 const char Interface::kTxtRecordExtAddressKey[] = "xa";
55 const char Interface::kTxtRecordExtPanIdKey[] = "xp";
57 Interface::Interface(Instance &aInstance) in Interface() function in ot::Trel::Interface
66 void Interface::Init(void) in Init()
79 void Interface::SetEnabled(bool aEnable) in SetEnabled()
91 void Interface::Enable(void) in Enable()
107 void Interface::Disable(void) in Disable()
122 void Interface::HandleExtAddressChange(void) in HandleExtAddressChange()
132 void Interface::HandleExtPanIdChange(void) in HandleExtPanIdChange()
142 void Interface::RegisterService(void) in RegisterService()
[all …]
Dtrel_interface.hpp72 class Interface : public InstanceLocator class
85 friend class Interface;
271 explicit Interface(Instance &aInstance);
290 using RegisterServiceTask = TaskletIn<Interface, &Interface::RegisterService>;
Dtrel_link.hpp75 friend class Interface;
191 Interface mInterface;
/openthread-3.7.0/src/core/api/
Dtrel_api.cpp48 AsCoreType(aInstance).Get<Trel::Interface>().SetEnabled(aEnable); in otTrelSetEnabled()
51 bool otTrelIsEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<Trel::Interface>().I… in otTrelIsEnabled()
55 AsCoreType(aInstance).Get<Trel::Interface>().InitIterator(*aIterator); in otTrelInitPeerIterator()
60 return AsCoreType(aInstance).Get<Trel::Interface>().GetNextPeer(*aIterator); in otTrelGetNextPeer()
65 return AsCoreType(aInstance).Get<Trel::Interface>().GetNumberOfPeers(); in otTrelGetNumberOfPeers()
70 AsCoreType(aInstance).Get<Trel::Interface>().SetFilterEnabled(aEnable); in otTrelSetFilterEnabled()
75 return AsCoreType(aInstance).Get<Trel::Interface>().IsFilterEnabled(); in otTrelIsFilterEnabled()
80 return AsCoreType(aInstance).Get<Trel::Interface>().GetCounters(); in otTrelGetCounters()
83 void otTrelResetCounters(otInstance *aInstance) { AsCoreType(aInstance).Get<Trel::Interface>().Rese… in otTrelResetCounters()
/openthread-3.7.0/tools/otci/
DREADME.md1 # OpenThread Control Interface
3 The OpenThread Control Interface (OTCI) is a library which provides uniform python interfaces to co…
/openthread-3.7.0/tests/scripts/thread-cert/
Dcall_dbus_method.py39 iface = dbus.Interface(obj, interface)
/openthread-3.7.0/tools/harness-simulation/
DREADME.md3 THCI (Thread Host Controller Interface) is an implementation of the Python abstract class template …
5 SI (Sniffer Interface) is an implementation of the sniffer abstract class template `ISniffer`, whic…
/openthread-3.7.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-developer-guide.md9 … between Mbed TLS and drivers, refer to the [PSA Cryptoprocessor Driver Interface specification](p…
38 Mbed TLS calls driver entry points [as specified in the PSA Cryptography Driver Interface specifica…
Dpsa-conditional-inclusion-c.md48 ## Interface section in Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS
Dpsa-driver-interface.md1 PSA Cryptoprocessor Driver Interface
/openthread-3.7.0/third_party/mbedtls/repo/docs/
Dpsa-driver-example-and-guide.md3 As of Mbed TLS 3.4.0, the PSA Driver Interface has only been partially implemented. As a result, th…
5Interface](https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed/psa-driver-interface…
16 The PSA Driver Interface specification specifies which cryptographic operations can be accelerated …
18 …rs: *transparent* or *opaque*. See below an excerpt from the PSA Driver Interface specification de…
/openthread-3.7.0/tools/harness-thci/
DREADME.md3 THCI (Thread Host Controller Interface) is an implementation of the Python abstract class template …
/openthread-3.7.0/src/core/instance/
Dinstance.hpp804 template <> inline Trel::Interface &Instance::Get(void) { return mMac.mLinks.mTrel.mInterface; } in Get()
/openthread-3.7.0/src/core/mac/
Dmac.cpp2261 if (Get<Trel::Interface>().IsEnabled()) in LogFrameTxFailure()
/openthread-3.7.0/src/cli/
DREADME.md1478 Get the Interface Identifier manually specified for Thread Domain Unicast Address on Thread 1.2 dev…
1488 Set the Interface Identifier manually specified for Thread Domain Unicast Address on Thread 1.2 dev…
1497 Clear the Interface Identifier manually specified for Thread Domain Unicast Address on Thread 1.2 d…
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md28 ### Interface design for testing
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md24 #### Interface design user story