Home
last modified time | relevance | path

Searched refs:Mode (Results 1 – 21 of 21) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_filter.hpp81 enum Mode : uint8_t enum in ot::Mac::Filter
100 Mode GetMode(void) const { return mMode; } in GetMode()
107 void SetMode(Mode aMode) { mMode = aMode; } in SetMode()
242 Mode mMode;
253 DefineMapEnum(otMacFilterAddressMode, Mac::Filter::Mode);
/openthread-latest/src/core/common/
Dtrickle_timer.hpp64 enum Mode : uint8_t enum in ot::TrickleTimer
104 Mode GetMode(void) const { return mMode; } in GetMode()
150 void Start(Mode aMode,
204 Mode mMode; // Trickle timer operation mode.
Dtrickle_timer.cpp209 void TrickleTimer::Start(Mode aMode, uint32_t aIntervalMin, uint32_t aIntervalMax, uint16_t aRedund… in Start()
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/Syscalls/
DSEGGER_RTT_Syscalls_KEIL.c192 int _sys_write(FILEHANDLE hFile, const unsigned char * pBuffer, unsigned NumBytes, int Mode) { in _sys_write() argument
195 (void)Mode; in _sys_write()
220 int _sys_read(FILEHANDLE hFile, unsigned char * pBuffer, unsigned NumBytes, int Mode) { in _sys_read() argument
224 (void)Mode; in _sys_read()
/openthread-latest/src/core/crypto/
Daes_ccm.hpp71 enum Mode : uint8_t enum in ot::Crypto::AesCcm
144 void Payload(void *aPlainText, void *aCipherText, uint32_t aLength, Mode aMode);
157 void Payload(Message &aMessage, uint16_t aOffset, uint16_t aLength, Mode aMode);
Daes_ccm.cpp191 void AesCcm::Payload(void *aPlainText, void *aCipherText, uint32_t aLength, Mode aMode) in Payload()
250 void AesCcm::Payload(Message &aMessage, uint16_t aOffset, uint16_t aLength, Mode aMode) in Payload()
/openthread-latest/src/core/net/
Dsntp_client.hpp120 enum Mode : uint8_t enum in ot::Sntp::Client::Header
137 Mode GetMode(void) const { return static_cast<Mode>((mFlags & kModeMask) >> kModeOffset); } in GetMode()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_aes.rest.data15 AES - Mode Parameter Validation
Dtest_suite_ssl.function1387 int mode; /* Mode 1, 2 or 3 as explained above */
2890 * Mode 0: Raw PSK, then opaque PSK
2891 * Mode 1: Opaque PSK, then raw PSK
2892 * Mode 2: 2x opaque PSK
/openthread-latest/tests/scripts/thread-cert/
Dv1_2_router_5_1_1.py78 msg.assertMleMessageContainsTlv(mle.Mode)
108 msg.assertMleMessageContainsTlv(mle.Mode)
Dv1_2_test_enhanced_keep_alive.py87 msg.assertMleMessageContainsTlv(mle.Mode)
117 msg.assertMleMessageContainsTlv(mle.Mode)
Dtest_mle.py425 mode = mle.Mode(receiver, any_secure(), any_device_type(), any_network_data())
437 mode = mle.Mode(any_receiver(), secure, any_device_type(), any_network_data())
449 mode = mle.Mode(any_receiver(), any_secure(), device_type, any_network_data())
461 mode = mle.Mode(any_receiver(), any_secure(), any_device_type(), network_data)
484 self.assertTrue(isinstance(actual_mode, mle.Mode))
1692 …self.assertEqual(mle.Mode(receiver=1, secure=1, device_type=0, network_data=1), actual_mle_command…
1743 self.assertEqual(mle.Mode(receiver=1, secure=1, device_type=0, network_data=1),
Dcommand.py294 command_msg.assertMleMessageContainsTlv(mle.Mode)
337 command_msg.assertMleMessageContainsTlv(mle.Mode)
402 command_msg.assertMleMessageContainsTlv(mle.Mode)
504 command_msg.assertMleMessageContainsTlv(mle.Mode)
Dnetwork_diag.py199 def __init__(self, timeout: int, child_id: int, mode: mle.Mode): argument
Dmle.py139 class Mode(object): class
182 return Mode(receiver, secure, device_type, network_data)
/openthread-latest/src/cli/
DREADME_HISTORY.md31 | Age | Role | Mode | RLOC16 | Partition ID |
164 - MLE Link Mode
171 | Age | Type | Event | Extended Address | RLOC16 | Mode | Ave RSS |
209 - MLE Link Mode
217 | Age | Role | Mode | RLOC16 | Partition ID |
245 | Age | Role | Mode | RLOC16 | Partition ID |
DREADME.md794 Mode: rn
2370 - Device Mode
2483 Get the Thread Device Mode value.
2498 Set the Thread Device Mode value.
4283 Address Mode: Allowlist
/openthread-latest/src/posix/
DREADME.md142 ## Daemon Mode
/openthread-latest/src/core/thread/
Dmle.hpp1368 Error ProcessMessageSecurity(Crypto::AesCcm::Mode aMode,
Dmle.cpp2257 Error Mle::ProcessMessageSecurity(Crypto::AesCcm::Mode aMode, in ProcessMessageSecurity()
/openthread-latest/third_party/mbedtls/repo/
DChangeLog4032 Recommendation for Block Cipher Modes of Operation: The CMAC Mode for
5461 * Added base Galois Counter Mode (GCM) for AES