Home
last modified time | relevance | path

Searched refs:Enable (Results 1 – 25 of 43) sorted by relevance

12

/openthread-3.6.0/etc/gn/
Dopenthread.gni75 # Enable assertions.
78 # Enable anycast locator functionality
81 # Enable backbone router functionality
84 # Enable BLE based commissioning functionality
87 # Enable border agent support
90 # Enable border agent ID
93 # Enable border router support
96 # Enable border routing support
99 # Enable channel manager support
102 # Enable channel monitor support
[all …]
/openthread-3.6.0/src/core/thread/
Dsrc_match_controller.cpp121 void SourceMatchController::Enable(bool aEnable) in Enable() function in ot::SourceMatchController
135 Enable(true); in AddEntry()
139 VerifyOrExit(AddAddress(aChild) == kErrorNone, Enable(false)); in AddEntry()
204 Enable(true); in ClearEntry()
Dsrc_match_controller.hpp141 void Enable(bool aEnable);
Dthread_netif.cpp70 IgnoreError(Get<Mle::MleRouter>().Enable()); in Up()
/openthread-3.6.0/src/core/mac/
Dmac_links.hpp422 void Enable(void) in Enable() function in ot::Mac::Links
425 IgnoreError(mSubMac.Enable()); in Enable()
428 mTrel.Enable(); in Enable()
Dlink_raw.cpp111 SuccessOrExit(error = mSubMac.Enable()); in SetReceiveDone()
Dsub_mac.hpp295 Error Enable(void);
Dsub_mac.cpp197 Error SubMac::Enable(void) in Enable() function in ot::Mac::SubMac
203 SuccessOrExit(error = Get<Radio>().Enable()); in Enable()
/openthread-3.6.0/src/core/utils/
Dslaac_address.hpp97 void Enable(void);
Dslaac_address.cpp62 void Slaac::Enable(void) in Enable() function in ot::Utils::Slaac
/openthread-3.6.0/src/core/radio/
Dtrel_interface.cpp75 Enable(); in Init()
83 Enable(); in SetEnabled()
91 void Interface::Enable(void) in Enable() function in ot::Trel::Interface
Dtrel_link.hpp108 void Enable(void);
Dtrel_interface.hpp176 void Enable(void);
Dradio.hpp464 Error Enable(void);
916 inline Error Radio::Enable(void) in Enable() function in ot::Radio
1061 inline Error Radio::Enable(void) { return kErrorNone; } in Enable() function in ot::Radio
Dtrel_link.cpp75 void Link::Enable(void) in Enable() function in ot::Trel::Link
77 mInterface.Enable(); in Enable()
/openthread-3.6.0/src/posix/platform/
Dmulticast_routing.hpp108 void Enable(void);
Dmulticast_routing.cpp111 void MulticastRoutingManager::Enable(void) in Enable() function in ot::Posix::MulticastRoutingManager
515 Enable(); in HandleStateChange()
/openthread-3.6.0/src/cli/
DREADME_SRP_CLIENT.md48 Enable/Disable auto start mode in SRP client. This command requires `OPENTHREAD_CONFIG_SRP_CLIENT_A…
73 Enable/Disable printing callback events from SRP client.
190 Enable auto host address mode. When enabled client will automatically use all preferred Thread neti…
381 Enable/Disable "service key record inclusion" mode in SRP client. This command requires `OPENTHREAD…
DREADME_COMMISSIONING.md35 3. Enable Thread interface
DREADME_BR.md61 Enable the Border Routing functionality.
185 Enable/Disable the DHCPv6 PD.
DREADME.md265 Enable Backbone Router Service for Thread 1.2 FTD. `SRV_DATA.ntf` would be triggered for attached d…
483 Enable/disable the auto-channel-selection functionality.
820 Enable coex.
1366 Enable/Disable the "DNS name compression" mode.
1716 Enable multicast promiscuous mode.
1948 Enable the Link Metrics Manager.
2422 Enable NAT64 functions, including the translator and the prefix publishing.
2998 Enable radio promiscuous operation and print raw packet content.
3016 Enable radio.
3080 Enable radio radio filter.
[all …]
DREADME_SRP_SERVER.md125 Enable the SRP server.
DREADME_UDP.md129 Enable link security.
/openthread-3.6.0/src/core/api/
Dip6_api.cpp267 instance.Get<Utils::Slaac>().Enable(); in otIp6SetSlaacEnabled()
/openthread-3.6.0/third_party/mbedtls/repo/tests/
DCMakeLists.txt24 # Enable definition of various functions used throughout the testsuite

12