/openthread-latest/examples/apps/cli/ |
D | radio.cmake | 29 add_executable(ot-cli-radio 34 target_include_directories(ot-cli-radio PRIVATE ${COMMON_INCLUDES}) 44 target_link_libraries(ot-cli-radio PRIVATE 45 openthread-cli-radio 47 openthread-radio-cli 49 openthread-cli-radio 51 ot-config-radio 57 target_link_libraries(ot-cli-radio PRIVATE -Wl,-map,ot-cli-radio.map) 59 target_link_libraries(ot-cli-radio PRIVATE -Wl,-Map=ot-cli-radio.map) 63 install(TARGETS ot-cli-radio
|
/openthread-latest/src/core/thread/ |
D | radio_selector.cpp | 198 for (Mac::RadioType radio : sRadioSelectionOrder) in UpdateOnDeferredAck() local 200 … if ((radio != Mac::kRadioTypeTrel) && aNeighbor.GetSupportedRadioTypes().Contains(radio) && in UpdateOnDeferredAck() 201 aNeighbor.GetRadioPreference(radio) >= kHighPreference) in UpdateOnDeferredAck() 234 for (Mac::RadioType radio : sRadioSelectionOrder) in Select() local 236 if (aRadioOptions.Contains(radio)) in Select() 238 uint8_t preference = aNeighbor.GetRadioPreference(radio); in Select() 242 selectedRadio = radio; in Select() 249 selectedRadio = radio; in Select() 344 for (Mac::RadioType radio : selectionOrder) in SelectPollFrameRadio() local 346 if (aParent.GetSupportedRadioTypes().Contains(radio)) in SelectPollFrameRadio() [all …]
|
/openthread-latest/src/cli/ |
D | radio.cmake | 29 add_library(openthread-cli-radio) 31 target_compile_definitions(openthread-cli-radio 39 target_compile_options(openthread-cli-radio PRIVATE 43 target_include_directories(openthread-cli-radio PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLU… 45 target_sources(openthread-cli-radio 55 target_link_libraries(openthread-cli-radio 57 openthread-radio 60 ot-config-radio 65 target_link_libraries(openthread-cli-radio PRIVATE ${OT_CLI_VENDOR_TARGET})
|
D | README_HISTORY.md | 478 type:UDP len:50 checksum:0xbd26 sec:no prio:net rss:-20 from:0x4800 radio:15.4 482 type:HopOpts len:44 checksum:0x0000 sec:yes prio:norm rss:-20 from:0x4800 radio:15.4 486 type:UDP len:12 checksum:0x3f7d sec:yes prio:net rss:-20 from:0x4800 radio:15.4 490 type:ICMP6(EchoReqst) len:16 checksum:0x942c sec:yes prio:norm rss:-20 from:0x4800 radio:15.4 512 …READ_CONFIG_MULTI_RADIO` is enabled). Can be `15.4`, `trel`, or `all` (if sent on all radio links). 580 type:UDP len:50 checksum:0xd843 sec:no prio:net rss:-20 from:0x0800 radio:15.4 584 type:HopOpts len:44 checksum:0x0000 sec:yes prio:norm rss:-20 from:0x0800 radio:15.4 588 type:UDP len:12 checksum:0x6c6b sec:yes prio:net rss:-20 from:0x0800 radio:15.4 592 type:ICMP6(EchoReqst) len:16 checksum:0xc6a2 sec:yes prio:norm rss:-20 from:0x0800 radio:15.4 596 … type:ICMP6(EchoReply) len:16 checksum:0xc5a2 sec:yes prio:norm tx-success:yes to:0x0800 radio:15.4 [all …]
|
D | README.md | 102 - [radio](#radio-enable) 2491 Get the list of supported radio links by the device. 2493 This command is always available, even when only a single radio is supported by the device. 2505 This command is only available when device supports more than one radio link. 2516 Get the radio info for specific neighbor with a given extended address. 2518 This command is only available when device supports more than one radio link. 3189 Get radio promiscuous property. 3199 Enable radio promiscuous operation and print raw packet content. 3208 Disable radio promiscuous operation. 3215 ### radio enable [all …]
|
/openthread-latest/src/core/ |
D | radio.cmake | 29 add_library(openthread-radio) 31 target_compile_definitions(openthread-radio PRIVATE 38 target_compile_options(openthread-radio PRIVATE 42 target_include_directories(openthread-radio PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLUDES}) 44 target_sources(openthread-radio PRIVATE 49 target_sources(openthread-radio PRIVATE ${OT_VENDOR_EXTENSION}) 56 target_link_libraries(openthread-radio 59 ot-config-radio
|
D | radio_cli.cmake | 29 add_library(openthread-radio-cli) 31 target_compile_definitions(openthread-radio-cli PRIVATE 38 target_compile_options(openthread-radio-cli PRIVATE 42 target_include_directories(openthread-radio-cli PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLU… 44 target_sources(openthread-radio-cli PRIVATE 49 target_sources(openthread-radio-cli PRIVATE ${OT_VENDOR_EXTENSION}) 56 target_link_libraries(openthread-radio-cli 59 ot-config-radio
|
D | CMakeLists.txt | 197 radio/ble_secure.cpp 198 radio/radio.cpp 199 radio/radio_callbacks.cpp 200 radio/radio_platform.cpp 201 radio/trel_interface.cpp 202 radio/trel_link.cpp 203 radio/trel_packet.cpp 298 radio/radio.cpp 299 radio/radio_callbacks.cpp 300 radio/radio_platform.cpp [all …]
|
D | BUILD.gn | 608 "radio/ble_secure.cpp", 609 "radio/ble_secure.hpp", 610 "radio/max_power_table.hpp", 611 "radio/radio.cpp", 612 "radio/radio.hpp", 613 "radio/radio_callbacks.cpp", 614 "radio/radio_platform.cpp", 615 "radio/trel_interface.cpp", 616 "radio/trel_interface.hpp", 617 "radio/trel_link.cpp", [all …]
|
/openthread-latest/src/core/diags/ |
D | README.md | 19 - [diag radio](#diag-radio-sleep) 87 Specify `-s` to skip security processing in radio layer. 194 ### diag radio sleep 196 Enter radio sleep mode. 199 > diag radio sleep 200 set radio from receive to sleep 204 ### diag radio receive 206 Set radio from sleep mode to receive mode. 209 > diag radio receive 210 set radio from sleep to receive on channel 11 [all …]
|
/openthread-latest/tests/toranj/ |
D | start.sh | 158 run cli/test-700-multi-radio-join.py 159 run cli/test-701-multi-radio-probe.py 160 run cli/test-702-multi-radio-discover-by-rx.py 161 run cli/test-703-multi-radio-mesh-header-msg.py 162 run cli/test-704-multi-radio-scan.py 163 run cli/test-705-multi-radio-discover-scan.py 219 run ncp/test-700-multi-radio-join.py 220 run ncp/test-701-multi-radio-probe.py 221 run ncp/test-702-multi-radio-discovery-by-rx.py 222 run ncp/test-703-multi-radio-mesh-header-msg.py [all …]
|
/openthread-latest/src/lib/spinel/ |
D | README_RADIO_SPINEL_DIAG.md | 3 This module provides Spinel based radio transceiver diagnostic commands. 15 Get the bus latency in microseconds between the host and the radio chip. 25 Set the bus latency in microseconds between the host and the radio chip.
|
D | CMakeLists.txt | 29 add_library(openthread-radio-spinel) 33 target_compile_definitions(openthread-radio-spinel PRIVATE 53 target_compile_options(openthread-radio-spinel PRIVATE 89 target_include_directories(openthread-radio-spinel PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_IN… 93 target_sources(openthread-radio-spinel 103 target_link_libraries(openthread-radio-spinel 122 ot-config-radio
|
/openthread-latest/tests/fuzz/ |
D | CMakeLists.txt | 93 add_executable(ot-radio-receive-done-fuzzer 98 target_compile_options(ot-radio-receive-done-fuzzer 103 target_include_directories(ot-radio-receive-done-fuzzer 108 target_link_libraries(ot-radio-receive-done-fuzzer
|
/openthread-latest/src/posix/platform/ |
D | openthread.conf.example | 26 # The radio supported channel mask that the device is allowed to be on. 31 # The radio preferred channel mask that the device prefers to form on.
|
/openthread-latest/tests/toranj/ncp/ |
D | test-700-multi-radio-join.py | 109 for radio in node_radios: 110 verify(entry.supports(radio))
|
/openthread-latest/examples/apps/ncp/ |
D | rcp.cmake | 43 openthread-radio 46 ot-config-radio
|
/openthread-latest/src/ncp/ |
D | radio.cmake | 55 openthread-radio 58 ot-config-radio
|
D | CMakeLists.txt | 79 include(radio.cmake) 81 target_compile_options(ot-config-radio
|
/openthread-latest/src/core/mac/ |
D | data_poll_sender.cpp | 560 Mac::RadioType radio; in PrepareDataRequest() local 562 SuccessOrExit(GetPollDestinationAddress(addresses.mDestination, radio)); in PrepareDataRequest() 563 frame = &aTxFrames.GetTxFrame(radio); in PrepareDataRequest()
|
D | mac.cpp | 1052 for (RadioType radio : RadioTypes::kAllRadioTypes) in BeginTransmit() local 1054 if (txFrames.GetSelectedRadioTypes().Contains(radio)) in BeginTransmit() 1056 TxFrame &txFrame = txFrames.GetTxFrame(radio); in BeginTransmit() 1069 for (RadioType radio : RadioTypes::kAllRadioTypes) in BeginTransmit() local 1071 if (txFrames.GetSelectedRadioTypes().Contains(radio)) in BeginTransmit() 1073 ProcessTransmitSecurity(txFrames.GetTxFrame(radio)); in BeginTransmit() 1332 RadioType radio = aFrame.GetRadioType(); in HandleTransmitDone() local 1358 if (requiredRadios.Contains(radio) && (aError != kErrorNone)) in HandleTransmitDone() 1360 … LogDebg("Frame tx failed on required radio link %s with error %s", RadioTypeToString(radio), in HandleTransmitDone() 1369 mTxPendingRadioLinks.Remove(radio); in HandleTransmitDone()
|
/openthread-latest/src/posix/ |
D | README.md | 3 OpenThread supports running its core on POSIX and transmits radio frames through a radio transceive… 42 …he [command line document](../../src/cli/README.md). You can also perform radio diagnostics using …
|
/openthread-latest/ |
D | BUILD.gn | 78 group("libopenthread-radio") { 80 deps = [ "src/core:libopenthread-radio" ]
|
D | .gitignore | 34 ot-cli-radio
|
/openthread-latest/tools/cp-caps/ |
D | README.md | 100 diag radio sleep ----------------------------------------- OK 101 diag radio receive --------------------------------------- OK 102 diag radio state ----------------------------------------- OK
|