ESP-IDF
ot::Child::GenerateChallenge()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Child::GenerateChallenge()
ot::Child::GenerateChallenge() method
Generates a new challenge value to use during a child attach.
Syntax
Show:
Summary
Declaration
from
child.hpp:283
void
GenerateChallenge
(
void
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
GenerateChallenge
(
void
)
{
mAttachChallenge
.
GenerateRandom
(
)
;
}
child.hpp:283
aChild
.
GenerateChallenge
(
)
;
mle_router.cpp:1675
ot::Mle::MleRouter
ot::Mle::MleRouter::SendParentResponse()
aChild
.
GenerateChallenge
(
)
;
mle_router.cpp:2881
ot::Mle::MleRouter
ot::Mle::MleRouter::SendChildUpdateRequest()
Call Tree
from
examples
ot::Child::GenerateChallenge()
is called by 2 functions:
ot::Mle::MleRouter::SendParentResponse()
ot::Mle::MleRouter::SendChildUpdateRequest()
All items filtered out
ot::Child::GenerateChallenge()
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