ftm sample
ap_args
is only used within ftm sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ftm sample
ap_args
ap_args variable
Syntax
Show:
Summary
Declaration
from
ftm_main.c:61
static
wifi_ap_args_t
ap_args
;
Examples
References
from
examples
Code
Location
Referrer
static
wifi_ap_args_t
ap_args
;
ftm_main.c:61
ap_args
.
ssid
->
sval
[
0
]
,
ap_args
.
password
->
sval
[
0
]
,
channel
,
bw
)
;
ftm_main.c:444
wifi_cmd_ap_set()
int
nerrors
=
arg_parse
(
argc
,
argv
,
(
void
*
*
)
&
ap_args
)
;
ftm_main.c:451
wifi_cmd_ap()
arg_print_errors
(
stderr
,
ap_args
.
end
,
argv
[
0
]
)
;
ftm_main.c:454
wifi_cmd_ap()
if
(
!
wifi_cmd_ap_set
(
ap_args
.
ssid
->
sval
[
0
]
,
ap_args
.
password
->
sval
[
0
]
,
ftm_main.c:458
wifi_cmd_ap()
ap_args
.
channel
->
count
!=
0
?
ap_args
.
channel
->
ival
[
0
]
:
DEFAULT_AP_CHANNEL
,
ftm_main.c:459
wifi_cmd_ap()
ap_args
.
bandwidth
->
count
!=
0
?
ap_args
.
bandwidth
->
ival
[
0
]
:
DEFAULT_AP_BANDWIDTH
)
)
{
ftm_main.c:460
wifi_cmd_ap()
ap_args
.
ssid
=
arg_str0
(
NULL
,
NULL
,
"<ssid>"
,
"SSID of AP"
)
;
ftm_main.c:670
register_wifi()
ap_args
.
password
=
arg_str0
(
NULL
,
NULL
,
"<pass>"
,
"password of AP"
)
;
ftm_main.c:671
register_wifi()
ap_args
.
channel
=
arg_int0
(
"c"
,
"channel"
,
"<1-11>"
,
"Primary channel of AP"
)
;
ftm_main.c:672
register_wifi()
ap_args
.
bandwidth
=
arg_int0
(
"b"
,
"bandwidth"
,
"<20/40>"
,
"Channel bandwidth"
)
;
ftm_main.c:673
register_wifi()
ap_args
.
end
=
arg_end
(
2
)
;
ftm_main.c:674
register_wifi()
.
argtable
=
&
ap_args
ftm_main.c:681
register_wifi()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ap_args
is read by 3 functions:
All items filtered out
ap_args
wifi_cmd_ap_set()
wifi_cmd_ap()
register_wifi()
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