ESP-IDF
otActiveScanResult::mChannel
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
otActiveScanResult::mChannel
otActiveScanResult::mChannel field
Syntax
Show:
Summary
Declaration
from
link.h:327
uint8_t
mChannel
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mChannel
;
///< IEEE 802.15.4 Channel
link.h:327
OutputFormat
(
" | %2u "
,
aResult
->
mChannel
)
;
cli.cpp:6545
ot::Cli::Interpreter
ot::Cli::Interpreter::HandleActiveScanResult()
result
.
mChannel
=
aRxInfo
.
mMessage
.
GetChannel
(
)
;
discover_scanner.cpp:321
ot::Mle::DiscoverScanner
ot::Mle::DiscoverScanner::HandleDiscoveryResponse() const
aResult
.
mChannel
=
aBeaconFrame
->
GetChannel
(
)
;
mac.cpp:244
ot::Mac::Mac
ot::Mac::Mac::ConvertBeaconToActiveScanResult()
mChannelMask
|=
1
<
<
aScanResult
->
mChannel
;
panid_query_server.cpp:87
ot::PanIdQueryServer
ot::PanIdQueryServer::HandleScanResult()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otActiveScanResult::mChannel
is written by 2 functions and is read by 2 functions:
ot::Mac::Mac::ConvertBeaconToActiveScanResult()
ot::Mle::DiscoverScanner::HandleDiscoveryResponse() const
All items filtered out
otActiveScanResult::mChannel
ot::PanIdQueryServer::HandleScanResult()
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