ESP-IDF
wps_registrar::wps
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_registrar::wps
wps_registrar::wps field
Syntax
Show:
Summary
Declaration
from
wps_registrar.c:141
struct
wps_context
*
wps
;
Examples
References
from
examples
Code
Location
Referrer
struct
wps_context
*
wps
;
wps_registrar.c:141
return
wps_build_uuid_e
(
msg
,
reg
->
wps
->
uuid
)
;
wps_registrar.c:565
wps_build_sel_pbc_reg_uuid_e()
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()
reg
->
wps
=
wps
;
wps_registrar.c:679
wps_registrar_init()
wps_pbc_timeout_event
(
reg
->
wps
)
;
wps_registrar.c:1029
wps_registrar_pbc_timeout()
wps_pbc_overlap_event
(
reg
->
wps
)
;
wps_registrar.c:1055
wps_registrar_button_pushed()
wps_pbc_active_event
(
reg
->
wps
)
;
wps_registrar.c:1070
wps_registrar_button_pushed()
wps_pbc_disable_event
(
reg
->
wps
)
;
wps_registrar.c:1084
wps_registrar_pbc_completed()
wps_pbc_overlap_event
(
reg
->
wps
)
;
wps_registrar.c:1227
wps_registrar_probe_req_rx()
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()
if
(
reg
->
wps
->
dev
.
vendor_ext
[
i
]
)
{
wps_registrar.c:1332
wps_set_ie()
vendor_len
+=
wpabuf_len
(
reg
->
wps
->
dev
.
vendor_ext
[
i
]
)
;
wps_registrar.c:1334
wps_set_ie()
wps_build_wps_state
(
reg
->
wps
,
beacon
)
||
wps_registrar.c:1348
wps_set_ie()
wps_build_ap_setup_locked
(
reg
->
wps
,
beacon
)
||
wps_registrar.c:1349
wps_set_ie()
(
reg
->
dualband
&&
wps_build_rf_bands
(
&
reg
->
wps
->
dev
,
beacon
,
0
)
)
||
wps_registrar.c:1354
wps_set_ie()
wps_build_vendor_ext
(
&
reg
->
wps
->
dev
,
beacon
)
||
wps_registrar.c:1356
wps_set_ie()
wps_build_application_ext
(
&
reg
->
wps
->
dev
,
beacon
)
)
wps_registrar.c:1357
wps_set_ie()
wps_build_wps_state
(
reg
->
wps
,
probe
)
||
wps_registrar.c:1369
wps_set_ie()
wps_build_ap_setup_locked
(
reg
->
wps
,
probe
)
||
wps_registrar.c:1370
wps_set_ie()
wps_build_resp_type
(
probe
,
reg
->
wps
->
ap
?
WPS_RESP_AP
:
wps_registrar.c:1374
wps_set_ie()
wps_build_uuid_e
(
probe
,
reg
->
wps
->
uuid
)
||
wps_registrar.c:1376
wps_set_ie()
wps_build_device_attrs
(
&
reg
->
wps
->
dev
,
probe
)
||
wps_registrar.c:1377
wps_set_ie()
(
reg
->
dualband
&&
wps_build_rf_bands
(
&
reg
->
wps
->
dev
,
probe
,
0
)
)
||
wps_registrar.c:1379
wps_set_ie()
wps_build_vendor_ext
(
&
reg
->
wps
->
dev
,
probe
)
||
wps_registrar.c:1381
wps_set_ie()
wps_build_application_ext
(
&
reg
->
wps
->
dev
,
probe
)
)
wps_registrar.c:1382
wps_set_ie()
wps_selected_registrar_timeout_event
(
reg
->
wps
)
;
wps_registrar.c:3500
wps_registrar_set_selected_timeout()
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()
if
(
reg
->
wps
->
cred_cb
)
wps_registrar.c:3679
wps_registrar_config_ap()
return
reg
->
wps
->
cred_cb
(
reg
->
wps
->
cb_ctx
,
cred
)
;
wps_registrar.c:3680
wps_registrar_config_ap()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_registrar::wps
is written by 1 function and is read by 13 functions:
wps_registrar_init()
All items filtered out
wps_registrar::wps
wps_build_sel_pbc_reg_uuid_e()
wps_build_sel_reg_config_methods()
wps_build_probe_config_methods()
wps_build_config_methods_r()
wps_registrar_pbc_timeout()
wps_registrar_button_pushed()
wps_registrar_pbc_completed()
wps_registrar_probe_req_rx()
wps_cb_set_sel_reg()
wps_set_ie()
wps_registrar_set_selected_timeout()
wps_registrar_selected_registrar_changed()
wps_registrar_config_ap()
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