/openthread-latest/etc/gn/ |
D | openthread.gni | 75 # 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/ |
D | src_match_controller.cpp | 112 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()
|
D | src_match_controller.hpp | 132 void Enable(bool aEnable);
|
D | thread_netif.cpp | 60 IgnoreError(Get<Mle::MleRouter>().Enable()); in Up()
|
/openthread-latest/tests/gtest/ |
D | radio_spinel_rcp_test.cpp | 91 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/ |
D | mac_links.hpp | 426 void Enable(void) in Enable() function in ot::Mac::Links 429 IgnoreError(mSubMac.Enable()); in Enable() 432 mTrel.Enable(); in Enable()
|
D | link_raw.cpp | 105 SuccessOrExit(error = mSubMac.Enable()); in SetReceiveDone()
|
D | sub_mac.cpp | 203 Error SubMac::Enable(void) in Enable() function in ot::Mac::SubMac 209 SuccessOrExit(error = Get<Radio>().Enable()); in Enable()
|
D | sub_mac.hpp | 288 Error Enable(void);
|
/openthread-latest/src/core/radio/ |
D | trel_interface.cpp | 65 Enable(); in Init() 73 Enable(); in SetEnabled() 81 void Interface::Enable(void) in Enable() function in ot::Trel::Interface
|
D | trel_link.hpp | 112 void Enable(void);
|
D | radio.hpp | 472 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
|
D | trel_interface.hpp | 178 void Enable(void);
|
D | trel_link.cpp | 71 void Link::Enable(void) in Enable() function in ot::Trel::Link 73 mInterface.Enable(); in Enable()
|
/openthread-latest/src/cli/ |
D | README_SRP_CLIENT.md | 48 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…
|
D | README_COMMISSIONING.md | 39 3. Enable Thread interface
|
D | README.md | 284 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/ |
D | mdns_socket.hpp | 139 otError Enable(uint32_t aInfraIfIndex);
|
D | multicast_routing.hpp | 111 void Enable(void);
|
D | multicast_routing.cpp | 113 void MulticastRoutingManager::Enable(void) in Enable() function in ot::Posix::MulticastRoutingManager 514 Enable(); in HandleStateChange()
|
D | mdns_socket.cpp | 193 error = Enable(aInfraIfIndex); in SetListeningEnabled() 204 otError MdnsSocket::Enable(uint32_t aInfraIfIndex) in Enable() function in ot::Posix::MdnsSocket
|
/openthread-latest/tests/nexus/ |
D | README.md | 7 - **Faster and more scalable network simulation**: Enable faster and more efficient simulations of …
|
/openthread-latest/src/core/utils/ |
D | slaac_address.hpp | 93 void Enable(void);
|
/openthread-latest/src/core/diags/ |
D | README.md | 246 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/ |
D | README.md | 76 - `thread start` - Enable Thread interface.
|