Home
last modified time | relevance | path

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

12

/openthread-latest/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-latest/src/core/thread/
Dsrc_match_controller.cpp112 void SourceMatchController::Enable(bool aEnable) in Enable() function in ot::SourceMatchController
126 Enable(true); in AddEntry()
130 VerifyOrExit(AddAddress(aChild) == kErrorNone, Enable(false)); in AddEntry()
189 Enable(true); in ClearEntry()
Dsrc_match_controller.hpp132 void Enable(bool aEnable);
Dthread_netif.cpp60 IgnoreError(Get<Mle::MleRouter>().Enable()); in Up()
/openthread-latest/tests/gtest/
Dradio_spinel_rcp_test.cpp91 ASSERT_EQ(platform.mRadioSpinel.Enable(FakePlatform::CurrentInstance()), kErrorNone); in TEST()
130 ASSERT_EQ(platform.mRadioSpinel.Enable(FakePlatform::CurrentInstance()), kErrorNone); in TEST()
186 ASSERT_EQ(platform.mRadioSpinel.Enable(FakePlatform::CurrentInstance()), kErrorNone); in TEST()
243 ASSERT_EQ(platform.mRadioSpinel.Enable(FakePlatform::CurrentInstance()), kErrorNone); in TEST()
282 ASSERT_EQ(platform.mRadioSpinel.Enable(FakePlatform::CurrentInstance()), kErrorNone); in TEST()
307 ASSERT_EQ(platform.mRadioSpinel.Enable(FakePlatform::CurrentInstance()), kErrorNone); in TEST()
369 ASSERT_EQ(platform.mRadioSpinel.Enable(FakePlatform::CurrentInstance()), kErrorNone); in TEST()
/openthread-latest/src/core/mac/
Dmac_links.hpp426 void Enable(void) in Enable() function in ot::Mac::Links
429 IgnoreError(mSubMac.Enable()); in Enable()
432 mTrel.Enable(); in Enable()
Dlink_raw.cpp105 SuccessOrExit(error = mSubMac.Enable()); in SetReceiveDone()
Dsub_mac.cpp203 Error SubMac::Enable(void) in Enable() function in ot::Mac::SubMac
209 SuccessOrExit(error = Get<Radio>().Enable()); in Enable()
Dsub_mac.hpp288 Error Enable(void);
/openthread-latest/src/core/radio/
Dtrel_interface.cpp65 Enable(); in Init()
73 Enable(); in SetEnabled()
81 void Interface::Enable(void) in Enable() function in ot::Trel::Interface
Dtrel_link.hpp112 void Enable(void);
Dradio.hpp472 Error Enable(void);
929 inline Error Radio::Enable(void) in Enable() function in ot::Radio
1078 inline Error Radio::Enable(void) { return kErrorNone; } in Enable() function in ot::Radio
Dtrel_interface.hpp178 void Enable(void);
Dtrel_link.cpp71 void Link::Enable(void) in Enable() function in ot::Trel::Link
73 mInterface.Enable(); in Enable()
/openthread-latest/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.md39 3. Enable Thread interface
DREADME.md284 Enable Backbone Router Service for Thread 1.2 FTD. `SRV_DATA.ntf` would be triggered for attached d…
625 Enable/disable the auto-channel-selection functionality.
962 Enable coex.
1504 Enable/Disable the upstream DNS feature. If no argument is provided, it prints whether the upstream…
1508 Enable the upstream DNS feature.
1525 Enable/Disable the "DNS name compression" mode.
2120 Enable the Link Metrics Manager.
2594 Enable NAT64 functions, including the translator and the prefix publishing.
3225 Enable radio promiscuous operation and print raw packet content.
3243 Enable radio.
[all …]
/openthread-latest/src/posix/platform/
Dmdns_socket.hpp139 otError Enable(uint32_t aInfraIfIndex);
Dmulticast_routing.hpp111 void Enable(void);
Dmulticast_routing.cpp113 void MulticastRoutingManager::Enable(void) in Enable() function in ot::Posix::MulticastRoutingManager
514 Enable(); in HandleStateChange()
Dmdns_socket.cpp193 error = Enable(aInfraIfIndex); in SetListeningEnabled()
204 otError MdnsSocket::Enable(uint32_t aInfraIfIndex) in Enable() function in ot::Posix::MdnsSocket
/openthread-latest/tests/nexus/
DREADME.md7 - **Faster and more scalable network simulation**: Enable faster and more efficient simulations of …
/openthread-latest/src/core/utils/
Dslaac_address.hpp93 void Enable(void);
/openthread-latest/src/core/diags/
DREADME.md246 Enable the diag filter module to only receive frames with a specified destination address.
289 Enable radio interface and put it in receive mode.
326 Enable the platform layer to use the value set by the command `diag rawpowersetting \<settings\>`.
/openthread-latest/tools/tcat_ble_client/
DREADME.md76 - `thread start` - Enable Thread interface.

12