ESP-IDF
dpp_channel_local_list()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
components
app_trace
app_update
bootloader_support
bt
cmock
console
cxx
driver
efuse
esp_adc
esp_app_format
esp_bootloader_format
esp_coex
esp_common
esp_driver_ana_cmpr
esp_driver_cam
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer
esp_driver_i2c
esp_driver_i2s
esp_driver_jpeg
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc
esp_driver_sdspi
esp_driver_spi
esp_driver_tsens
esp_driver_uart
esp_driver_usb_serial_jtag
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_lcd
esp_local_ctrl
esp_mm
esp_netif
esp_partition
esp_phy
esp_pm
esp_psram
esp_ringbuf
esp_rom
esp_security
esp_system
esp_timer
esp_vfs_console
esp_wifi
esp-tls
espcoredump
hal
heap
http_parser
ieee802154
log
mqtt
newlib
nvs_flash
nvs_sec_provider
openthread
perfmon
protobuf-c
protocomm
pthread
rt
sdmmc
soc
spi_flash
spiffs
tcp_transport
ulp
unity
vfs
wear_levelling
wifi_provisioning
wpa_supplicant
esp_supplicant
include
port
src
ap
common
bss.c
bss.h
defs.h
dpp_crypto.c
dpp_i.h
dpp.c
dpp_netrole_str()
dpp_global
dpp_curves
gas_build_req()
gas_build_initial_req()
dpp_debug_print_point()
dpp_auth_fail()
dpp_alloc_msg()
dpp_get_attr()
dpp_get_attr_next()
dpp_check_attrs()
dpp_bootstrap_info_free()
dpp_bootstrap_type_txt()
dpp_uri_valid_info()
dpp_clone_uri()
dpp_parse_uri_chan_list()
dpp_parse_uri_mac()
dpp_parse_uri_info()
dpp_parse_uri_pk()
dpp_parse_uri()
dpp_build_attr_status()
dpp_build_attr_r_bootstrap_key_hash()
dpp_build_attr_i_bootstrap_key_hash()
dpp_auth_build_req()
dpp_auth_build_resp()
dpp_build_peer_disc_req()
dpp_channel_ok_init()
freq_included()
freq_to_start()
dpp_channel_intersect()
dpp_channel_local_list()
dpp_prepare_channel_list()
dpp_gen_uri()
dpp_autogen_bootstrap_key()
dpp_auth_init()
dpp_build_conf_req_attr()
dpp_write_adv_proto()
dpp_write_gas_query()
dpp_build_conf_req()
dpp_build_conf_req_helper()
dpp_auth_success()
dpp_auth_build_resp_ok()
dpp_auth_build_resp_status()
dpp_auth_req_rx()
dpp_notify_new_qr_code()
dpp_auth_build_conf()
dpp_auth_resp_rx_status()
dpp_auth_resp_rx()
dpp_auth_conf_rx_failure()
dpp_auth_conf_rx()
bin_str_eq()
dpp_configuration_alloc()
dpp_akm_psk()
dpp_akm_sae()
dpp_akm_legacy()
dpp_akm_dpp()
dpp_akm_ver2()
dpp_configuration_valid()
dpp_configuration_free()
dpp_configuration_parse_helper()
dpp_configuration_parse()
dpp_configurator_get_id()
dpp_set_configurator()
dpp_auth_deinit()
dpp_build_conf_start()
dpp_build_jwk()
dpp_build_legacy_cred_params()
dpp_netrole_str()
dpp_get_config_obj_hash()
dpp_build_conf_obj_dpp()
dpp_build_conf_obj_legacy()
dpp_build_conf_obj()
dpp_build_conf_resp()
dpp_conf_req_rx()
dpp_parse_cred_legacy()
dpp_parse_jwk()
dpp_key_expired()
dpp_parse_connector()
dpp_copy_csign()
dpp_copy_netaccesskey()
dpp_parse_cred_dpp()
dpp_akm_str()
dpp_akm_selector_str()
dpp_akm_from_str()
dpp_parse_conf_obj()
dpp_conf_resp_rx()
dpp_configurator_free()
dpp_configurator_get_key()
dpp_keygen_configurator()
dpp_configurator_own_config()
dpp_compatible_netrole()
dpp_connector_compatible_group()
dpp_connector_match_groups()
dpp_parse_own_connector()
dpp_peer_intro()
dpp_next_id()
dpp_bootstrap_del()
dpp_add_qr_code()
dpp_add_nfc_uri()
dpp_bootstrap_gen()
dpp_bootstrap_get_id()
dpp_bootstrap_remove()
dpp_bootstrap_get_uri()
dpp_get_bootstrap_info()
dpp_bootstrap_find_pair()
dpp_next_configurator_id()
dpp_configurator_add()
dpp_configurator_del()
dpp_configurator_remove()
dpp_configurator_get_key_id()
dpp_global_init()
dpp_global_clear()
dpp_global_deinit()
dpp.h
dragonfly.c
dragonfly.h
eapol_common.h
ieee802_11_common.c
ieee802_11_common.h
ieee802_11_defs.h
mbo.c
rrm.c
rrm.h
sae_pk.c
sae.c
sae.h
scan.c
scan.h
wnm_sta.c
wnm_sta.h
wpa_common.c
wpa_common.h
wpa_ctrl.h
wpa_supplicant_i.h
crypto
drivers
eap_common
eap_peer
eap_server
eapol_auth
rsn_supp
tls
utils
wps
xtensa
examples
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_channel_local_list()
dpp_channel_local_list() function
Syntax
Show:
Summary
Declaration
from
dpp.c:936
static
int
dpp_channel_local_list
(
struct
dpp_authentication
*
auth
,
struct
hostapd_hw_modes
*
own_modes
,
u16
num_modes
)
;
Arguments
Argument
auth
own_modes
num_modes
Related Functions
Found 46 other functions taking a
dpp_authentication
argument:
Function
dpp_auth_fail()
dpp_auth_deinit()
dpp_auth_build_conf()
dpp_configuration_parse_helper()
dpp_build_conf_obj()
dpp_gen_r_auth()
dpp_gen_i_auth()
dpp_derive_bk_ke()
dpp_build_conf_req()
dpp_build_conf_req_helper()
dpp_auth_conf_rx()
dpp_build_peer_disc_req()
dpp_auth_success()
dpp_auth_build_resp_ok()
dpp_auth_build_resp_status()
dpp_auth_build_resp()
dpp_build_conf_start()
dpp_copy_netaccesskey()
dpp_parse_conf_obj()
dpp_conf_resp_rx()
dpp_auth_derive_l_responder()
dpp_auth_derive_l_initiator()
dpp_auth_resp_rx()
dpp_notify_new_qr_code()
dpp_set_configurator()
dpp_conf_req_rx()
dpp_configurator_own_config()
dpp_channel_intersect()
dpp_prepare_channel_list()
dpp_autogen_bootstrap_key()
dpp_auth_build_req()
dpp_build_conf_req_attr()
dpp_auth_resp_rx_status()
dpp_auth_conf_rx_failure()
dpp_configuration_parse()
dpp_build_conf_obj_dpp()
dpp_build_conf_obj_legacy()
dpp_build_conf_resp()
dpp_parse_connector()
dpp_parse_cred_dpp()
gas_query_req_tx()
esp_dpp_handle_config_obj()
dpp_conf_result_rx()
dpp_build_conf_result()
dpp_conn_status_result_rx()
dpp_build_conn_status_result()
Examples
References
from
examples
Code
Location
Referrer
static
int
dpp_channel_local_list
(
struct
dpp_authentication
*
auth
,
dpp.c:936
res
=
dpp_channel_local_list
(
auth
,
own_modes
,
num_modes
)
;
dpp.c:990
dpp_prepare_channel_list()
Call Tree
from
examples
dpp_channel_local_list()
is called by 1 function:
dpp_prepare_channel_list()
All items filtered out
dpp_channel_local_list()
All items filtered out
Data Use
from
examples
dpp_channel_local_list()
reads 2 variables and writes 1 variable:
dpp_authentication::freq
dpp_authentication::num_freq
All items filtered out
dpp_channel_local_list()
dpp_authentication::num_freq
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