ESP-IDF
otActiveScanResult::mLqi
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otActiveScanResult::mLqi
otActiveScanResult::mLqi field
Syntax
Show:
Summary
Declaration
from
link.h:329
uint8_t
mLqi
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mLqi
;
///< LQI
link.h:329
OutputLine
(
"| %3u |"
,
aResult
->
mLqi
)
;
cli.cpp:6547
ot::Cli::Interpreter
ot::Cli::Interpreter::HandleActiveScanResult()
result
.
mLqi
=
aRxInfo
.
mMessage
.
GetAverageLqi
(
)
;
discover_scanner.cpp:323
ot::Mle::DiscoverScanner
ot::Mle::DiscoverScanner::HandleDiscoveryResponse() const
aResult
.
mLqi
=
aBeaconFrame
->
GetLqi
(
)
;
mac.cpp:246
ot::Mac::Mac
ot::Mac::Mac::ConvertBeaconToActiveScanResult()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otActiveScanResult::mLqi
is written by 2 functions and is read by 1 function:
ot::Mac::Mac::ConvertBeaconToActiveScanResult()
ot::Mle::DiscoverScanner::HandleDiscoveryResponse() const
All items filtered out
otActiveScanResult::mLqi
ot::Cli::Interpreter::HandleActiveScanResult()
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