iperf sample
wifi_country_args_t::code
is only used within iperf 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
iperf sample
wifi_country_args_t::code
wifi_country_args_t::code field
Syntax
Show:
Summary
Declaration
from
wifi_cmd.c:49
struct
arg_str
*
code
;
Examples
References
from
examples
Code
Location
Referrer
struct
arg_str
*
code
;
wifi_cmd.c:49
if
(
wifi_country_args
.
code
->
count
==
0
)
{
wifi_cmd.c:330
cmd_do_set_wifi_country()
err
=
esp_wifi_set_country_code
(
wifi_country_args
.
code
->
sval
[
0
]
,
policy
==
WIFI_COUNTRY_POLICY_AUTO
?
true
:
false
)
;
wifi_cmd.c:364
cmd_do_set_wifi_country()
memcpy
(
country
.
cc
,
wifi_country_args
.
code
->
sval
[
0
]
,
2
)
;
wifi_cmd.c:371
cmd_do_set_wifi_country()
wifi_country_args
.
code
=
arg_str0
(
NULL
,
NULL
,
"<code>"
,
"set country code cc, eg: CN, US, etc. if not given, get current country info."
)
;
wifi_cmd.c:393
app_register_wifi_country()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wifi_country_args_t::code
is written by 1 function and is read by 1 function:
app_register_wifi_country()
All items filtered out
wifi_country_args_t::code
cmd_do_set_wifi_country()
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