Searched refs:Interface (Results 1 – 17 of 17) sorted by relevance
54 const char Interface::kTxtRecordExtAddressKey[] = "xa";55 const char Interface::kTxtRecordExtPanIdKey[] = "xp";57 Interface::Interface(Instance &aInstance) in Interface() function in ot::Trel::Interface66 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 …]
72 class Interface : public InstanceLocator class85 friend class Interface;271 explicit Interface(Instance &aInstance);290 using RegisterServiceTask = TaskletIn<Interface, &Interface::RegisterService>;
75 friend class Interface;191 Interface mInterface;
48 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()
1 # OpenThread Control Interface3 The OpenThread Control Interface (OTCI) is a library which provides uniform python interfaces to co…
39 iface = dbus.Interface(obj, interface)
3 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…
9 … 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…
48 ## Interface section in Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS
1 PSA Cryptoprocessor Driver Interface
3 As of Mbed TLS 3.4.0, the PSA Driver Interface has only been partially implemented. As a result, th…5 …Interface](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…
3 THCI (Thread Host Controller Interface) is an implementation of the Python abstract class template …
804 template <> inline Trel::Interface &Instance::Get(void) { return mMac.mLinks.mTrel.mInterface; } in Get()
2261 if (Get<Trel::Interface>().IsEnabled()) in LogFrameTxFailure()
1478 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…
28 ### Interface design for testing
24 #### Interface design user story