iperf sample
cmd_do_ap_set()
is only used within iperf sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
iperf sample
cmd_do_ap_set()
cmd_do_ap_set() function
Syntax
Show:
Summary
Declaration
from
ap_cmd.c:28
static
int
cmd_do_ap_set
(
int
argc
,
char
*
*
argv
)
;
Arguments
Argument
argc
argv
Examples
References
from
examples
Code
Location
Referrer
static
int
cmd_do_ap_set
(
int
argc
,
char
*
*
argv
)
ap_cmd.c:28
return
cmd_do_ap_set
(
argc
,
argv
)
;
ap_cmd.c:76
cmd_do_ap_deprecated()
.
func
=
&
cmd_do_ap_set
,
ap_cmd.c:92
app_register_ap_set()
Call Tree
from
examples
cmd_do_ap_set()
is called by 1 function and calls 8 functions:
cmd_do_ap_deprecated()
All items filtered out
cmd_do_ap_set()
__getreent()
esp_log_timestamp()
esp_log_write()
esp_err_to_name()
arg_print_errors()
arg_parse()
wifi_cmd_auth_mode_str2num()
esp_wifi_set_config()
All items filtered out
Data Use
from
examples
cmd_do_ap_set()
reads 21 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
arg_str::count
arg_str::sval
arg_int::count
arg_int::ival
wifi_ap_config_t::ssid
wifi_ap_config_t::password
wifi_config_t::ap
wifi_interface_t::WIFI_IF_AP
wifi_auth_mode_t::WIFI_AUTH_WPA2_PSK
ap_set_args_t::end
ap_set_args
ap_set_args_t::ssid
ap_set_args_t::password
ap_set_args_t::authmode
ap_set_args_t::channel
ap_set_args_t::max_conn
All items filtered out
cmd_do_ap_set()
wifi_ap_config_t::channel
wifi_ap_config_t::authmode
wifi_ap_config_t::max_connection
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
cmd_do_ap_set()
is implemented by 1 functions:
All items filtered out
cmd_do_ap_set()
esp_console_cmd_t::func
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out