iperf sample
cmd_do_ap_query()
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_query()
cmd_do_ap_query() function
Syntax
Show:
Summary
Declaration
from
ap_cmd.c:106
static
int
cmd_do_ap_query
(
int
argc
,
char
*
*
argv
)
;
Arguments
Argument
argc
argv
Examples
References
from
examples
Code
Location
Referrer
static
int
cmd_do_ap_query
(
int
argc
,
char
*
*
argv
)
ap_cmd.c:106
.
func
=
&
cmd_do_ap_query
,
ap_cmd.c:133
app_register_ap_query()
Call Tree
from
examples
cmd_do_ap_query()
calls 4 functions:
All items filtered out
cmd_do_ap_query()
esp_log_timestamp()
esp_log_write()
esp_wifi_get_config()
esp_wifi_get_mode()
All items filtered out
Data Use
from
examples
cmd_do_ap_query()
reads 11 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
wifi_ap_config_t::ssid
wifi_ap_config_t::password
wifi_ap_config_t::channel
wifi_config_t::ap
wifi_mode_t::WIFI_MODE_AP
wifi_interface_t::WIFI_IF_AP
All items filtered out
cmd_do_ap_query()
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_query()
is implemented by 1 functions:
All items filtered out
cmd_do_ap_query()
esp_console_cmd_t::func
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out