ESP-IDF
wps_context::config_methods
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wps_context::config_methods
wps_context::config_methods field
config_methods - Enabled configuration methods Bit field of WPS_CONFIG_*
Syntax
Show:
Summary
Declaration
from
wps.h:707
u16
config_methods
;
Examples
References
from
examples
Code
Location
Referrer
u16
config_methods
;
wps.h:707
sm
->
wps
->
wps
->
config_methods
|=
WPS_CONFIG_DISPLAY
|
WPS_CONFIG_VIRT_DISPLAY
;
esp_wps.c:456
wps_parse_scan_result()
cfg
.
wps
->
config_methods
=
sm
->
wps_ctx
->
dev
.
config_methods
;
esp_wps.c:1477
wifi_station_wps_init()
config_methods
=
wps
->
wps
->
config_methods
;
wps_enrollee.c:122
wps_build_m1()
methods
=
reg
->
wps
->
config_methods
;
wps_registrar.c:598
wps_build_sel_reg_config_methods()
wps_set_pushbutton
(
&
methods
,
reg
->
wps
->
config_methods
)
;
wps_registrar.c:603
wps_build_sel_reg_config_methods()
methods
=
reg
->
wps
->
config_methods
&
~
WPS_CONFIG_PUSHBUTTON
;
wps_registrar.c:623
wps_build_probe_config_methods()
return
wps_build_config_methods
(
msg
,
reg
->
wps
->
config_methods
)
;
wps_registrar.c:637
wps_build_config_methods_r()
methods
=
reg
->
wps
->
config_methods
&
~
WPS_CONFIG_PUSHBUTTON
;
wps_registrar.c:1291
wps_cb_set_sel_reg()
wps_set_pushbutton
(
&
methods
,
reg
->
wps
->
config_methods
)
;
wps_registrar.c:1295
wps_cb_set_sel_reg()
methods
=
reg
->
wps
->
config_methods
&
~
WPS_CONFIG_PUSHBUTTON
;
wps_registrar.c:3588
wps_registrar_selected_registrar_changed()
wps_set_pushbutton
(
&
methods
,
reg
->
wps
->
config_methods
)
;
wps_registrar.c:3594
wps_registrar_selected_registrar_changed()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_context::config_methods
is written by 2 functions and is read by 7 functions:
wps_parse_scan_result()
wifi_station_wps_init()
All items filtered out
wps_context::config_methods
wps_build_m1()
wps_parse_scan_result()
wps_build_sel_reg_config_methods()
wps_build_probe_config_methods()
wps_build_config_methods_r()
wps_cb_set_sel_reg()
wps_registrar_selected_registrar_changed()
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