Searched refs:Interface (Results 1 – 19 of 19) sorted by relevance
44 const char Interface::kTxtRecordExtAddressKey[] = "xa";45 const char Interface::kTxtRecordExtPanIdKey[] = "xp";47 Interface::Interface(Instance &aInstance) in Interface() function in ot::Trel::Interface56 void Interface::Init(void) in Init()69 void Interface::SetEnabled(bool aEnable) in SetEnabled()81 void Interface::Enable(void) in Enable()97 void Interface::Disable(void) in Disable()112 Interface::Peer *Interface::FindPeer(const Mac::ExtAddress &aExtAddress) in FindPeer()117 void Interface::NotifyPeerSocketAddressDifference(const Ip6::SockAddr &aPeerSockAddr, const Ip6::So… in NotifyPeerSocketAddressDifference()122 void Interface::HandleExtAddressChange(void) in HandleExtAddressChange()[all …]
73 class Interface : public InstanceLocator class88 friend class Interface;289 explicit Interface(Instance &aInstance);308 using RegisterServiceTask = TaskletIn<Interface, &Interface::RegisterService>;
73 friend class Interface;168 typedef Interface::Peer Peer;203 Interface mInterface;
346 mRxPacketPeer = Get<Interface>().FindPeer(aPacket.GetHeader().GetSource()); in ProcessReceivedPacket()411 Get<Interface>().NotifyPeerSocketAddressDifference(prevSockAddr, mRxPacketSenderAddr); in CheckPeerAddrOnRxSuccess()
46 AsCoreType(aInstance).Get<Trel::Interface>().SetEnabled(aEnable); in otTrelSetEnabled()49 bool otTrelIsEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<Trel::Interface>().I… in otTrelIsEnabled()53 AsCoreType(aInstance).Get<Trel::Interface>().InitIterator(*aIterator); in otTrelInitPeerIterator()58 return AsCoreType(aInstance).Get<Trel::Interface>().GetNextPeer(*aIterator); in otTrelGetNextPeer()63 return AsCoreType(aInstance).Get<Trel::Interface>().GetNumberOfPeers(); in otTrelGetNumberOfPeers()68 AsCoreType(aInstance).Get<Trel::Interface>().SetFilterEnabled(aEnable); in otTrelSetFilterEnabled()73 return AsCoreType(aInstance).Get<Trel::Interface>().IsFilterEnabled(); in otTrelIsFilterEnabled()78 return AsCoreType(aInstance).Get<Trel::Interface>().GetCounters(); in otTrelGetCounters()81 void otTrelResetCounters(otInstance *aInstance) { AsCoreType(aInstance).Get<Trel::Interface>().Rese… in otTrelResetCounters()83 uint16_t otTrelGetUdpPort(otInstance *aInstance) { return AsCoreType(aInstance).Get<Trel::Interface… in otTrelGetUdpPort()
1 # OpenThread Control Interface3 The OpenThread Control Interface (OTCI) is a library which provides uniform python interfaces to co…
11 description = "OpenThread Control Interface"
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 …
818 template <> inline Trel::Interface &Instance::Get(void) { return mMac.mLinks.mTrel.mInterface; } in Get()
2392 if (Get<Trel::Interface>().IsEnabled()) in LogFrameTxFailure()
28 ### Interface design for testing
1571 Get the Interface Identifier manually specified for Thread Domain Unicast Address on Thread 1.2 dev…1581 Set the Interface Identifier manually specified for Thread Domain Unicast Address on Thread 1.2 dev…1590 Clear the Interface Identifier manually specified for Thread Domain Unicast Address on Thread 1.2 d…
24 #### Interface design user story