ESP-IDF
ot::Mle::TxChallenge
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Mle::TxChallenge
ot::Mle::TxChallenge class
Represents a max-sized challenge data to send in MLE message. OpenThread always uses max size challenge when sending MLE messages.
Syntax
Show:
Summary
Declaration
Definition
from
mle_types.hpp:471
class
TxChallenge
;
Implemented in
mle_types.hpp:541
Fields
Field
Declared as
ot::Mle::TxChallenge::m8
uint8_t
[
RxChallenge
::
kMaxSize
]
Methods
GenerateRandom()
Generates a cryptographically secure random sequence to populate the challenge data.
Related Functions
Found 3 other functions taking a
TxChallenge
argument:
Function
Description
ot::Mle::Mle::TxMessage::AppendChallengeTlv()
ot::Mle::RxChallenge::operator() const
Compares the `RxChallenge` with a given `TxChallenge`.
ot::Mle::Mle::RxMessage::ReadAndMatchResponseTlvWith() const
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out