iperf sample
ap_set_args_t::channel
is only used within iperf sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
iperf sample
ap_set_args_t::channel
ap_set_args_t::channel field
Syntax
Show:
Summary
Declaration
from
ap_cmd.c:22
struct
arg_int
*
channel
;
Examples
References
from
examples
Code
Location
Referrer
struct
arg_int
*
channel
;
ap_cmd.c:22
if
(
ap_set_args
.
channel
->
count
>
0
)
{
ap_cmd.c:54
cmd_do_ap_set()
wifi_config
.
ap
.
channel
=
(
uint8_t
)
(
ap_set_args
.
channel
->
ival
[
0
]
)
;
ap_cmd.c:55
cmd_do_ap_set()
ap_set_args
.
channel
=
arg_int0
(
"n"
,
"channel"
,
"<channel>"
,
"channel of AP"
)
;
ap_cmd.c:85
app_register_ap_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ap_set_args_t::channel
is written by 1 function and is read by 1 function:
app_register_ap_set()
All items filtered out
ap_set_args_t::channel
cmd_do_ap_set()
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