wifi_coexist sample
ap_args
is only used within wifi_coexist sample.
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
wifi_coexist sample
ap_args
ap_args variable
Syntax
Show:
Summary
Declaration
from
cmd_wifi.c:50
static
wifi_args_t
ap_args
;
Examples
References
from
examples
Code
Location
Referrer
static
wifi_args_t
ap_args
;
cmd_wifi.c:50
int
nerrors
=
arg_parse
(
argc
,
argv
,
(
void
*
*
)
&
ap_args
)
;
cmd_wifi.c:259
wifi_cmd_ap()
arg_print_errors
(
stderr
,
ap_args
.
end
,
argv
[
0
]
)
;
cmd_wifi.c:262
wifi_cmd_ap()
wifi_cmd_ap_set
(
ap_args
.
ssid
->
sval
[
0
]
,
ap_args
.
password
->
sval
[
0
]
)
;
cmd_wifi.c:266
wifi_cmd_ap()
ESP_LOGI
(
TAG
,
"AP mode, %s %s"
,
ap_args
.
ssid
->
sval
[
0
]
,
ap_args
.
password
->
sval
[
0
]
)
;
cmd_wifi.c:267
wifi_cmd_ap()
ap_args
.
ssid
=
arg_str1
(
NULL
,
NULL
,
"<ssid>"
,
"SSID of AP"
)
;
cmd_wifi.c:454
register_wifi()
ap_args
.
password
=
arg_str0
(
NULL
,
NULL
,
"<pass>"
,
"password of AP"
)
;
cmd_wifi.c:455
register_wifi()
ap_args
.
end
=
arg_end
(
2
)
;
cmd_wifi.c:456
register_wifi()
.
argtable
=
&
ap_args
cmd_wifi.c:466
register_wifi()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ap_args
is read by 2 functions:
All items filtered out
ap_args
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