ESP-IDF
wps_parse_scan_result()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
wps_parse_scan_result()
wps_parse_scan_result() function
Syntax
Show:
Summary
Declaration
from
esp_wps.c:367
static
bool
wps_parse_scan_result
(
struct
wps_scan_ie
*
scan
)
;
Arguments
Argument
scan
Related Functions
Found 1 other functions taking a
wps_scan_ie
argument:
Function
ap_supports_sae()
Examples
References
from
examples
Code
Location
Referrer
wps_parse_scan_result
(
struct
wps_scan_ie
*
scan
)
esp_wps.c:368
wps_cb
->
wps_parse_scan_result
=
wps_parse_scan_result
;
esp_wps.c:1510
wifi_station_wps_init()
Call Tree
from
examples
wps_parse_scan_result()
calls 13 functions:
All items filtered out
wps_parse_scan_result()
esp_wifi_get_mode()
is_zero_ether_addr()
wpabuf_alloc_copy()
wpabuf_free()
esp_wifi_enable_sta_privacy_internal()
wps_get_type()
wps_get_status()
wps_is_selected_pbc_registrar()
wps_is_addr_authorized()
wps_get_uuid_e()
wps_build_ic_appie_wps_ar()
ap_supports_sae()
is_wps_pbc_overlap()
All items filtered out
Data Use
from
examples
wps_parse_scan_result()
reads 30 variables and writes 9 variables:
wifi_mode_t::WIFI_MODE_STA
wifi_mode_t::WIFI_MODE_APSTA
wps_type::WPS_TYPE_DISABLE
wps_type::WPS_TYPE_PBC
wps_type::WPS_TYPE_PIN
wps_scan_ie::bssid
wps_scan_ie::chan
wps_scan_ie::capinfo
wps_scan_ie::ssid
wps_scan_ie::wpa
wps_scan_ie::rsn
wps_scan_ie::wps
wps_status::WPS_STATUS_DISABLE
wps_status::WPS_STATUS_SCANNING
wps_credential::ssid
wps_device_data::config_methods
wps_context::config_methods
discard_ap_list_t::bssid
wps_sm::wps
wps_sm::ownaddr
wps_sm::bssid
wps_sm::creds
wps_sm::dev
wps_sm::uuid
wps_sm::is_wps_scan
wps_sm::discover_ssid_cnt
wps_sm::ignore_sel_reg
wps_sm::dis_ap_list
wps_data::wps
gWpsSm
All items filtered out
wps_parse_scan_result()
wifi_station_wps_init()
wps_credential::ssid_len
wps_device_data::config_methods
wps_context::config_methods
wps_sm::channel
wps_sm::discover_ssid_cnt
wps_sm::ignore_sel_reg
wps_sm::wps_pbc_overlap
wps_sm::discard_ap_cnt
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
wps_parse_scan_result()
is implemented by 1 functions:
All items filtered out
wps_parse_scan_result()
wps_funcs::wps_parse_scan_result
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out