ESP-IDF
wps_context::cb_ctx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::cb_ctx
wps_context::cb_ctx field
cb_ctx: Higher layer context data for callbacks
Syntax
Show:
Summary
Declaration
from
wps.h:839
void
*
cb_ctx
;
Examples
References
from
examples
Code
Location
Referrer
void
*
cb_ctx
;
wps.h:839
wps
->
event_cb
(
wps
->
cb_ctx
,
WPS_EV_FAIL
,
&
data
)
;
wps_common.c:291
wps_fail_event()
wps
->
event_cb
(
wps
->
cb_ctx
,
WPS_EV_SUCCESS
,
&
data
)
;
wps_common.c:304
wps_success_event()
wps
->
event_cb
(
wps
->
cb_ctx
,
WPS_EV_PWD_AUTH_FAIL
,
&
data
)
;
wps_common.c:320
wps_pwd_auth_fail_event()
wps
->
event_cb
(
wps
->
cb_ctx
,
WPS_EV_PBC_OVERLAP
,
NULL
)
;
wps_common.c:329
wps_pbc_overlap_event()
wps
->
event_cb
(
wps
->
cb_ctx
,
WPS_EV_SELECTED_REGISTRAR_TIMEOUT
,
NULL
)
;
wps_common.c:338
wps_selected_registrar_timeout_event()
wps
->
event_cb
(
wps
->
cb_ctx
,
WPS_EV_PBC_TIMEOUT
,
NULL
)
;
wps_common.c:346
wps_pbc_timeout_event()
wps
->
event_cb
(
wps
->
cb_ctx
,
WPS_EV_PBC_ACTIVE
,
NULL
)
;
wps_common.c:355
wps_pbc_active_event()
wps
->
event_cb
(
wps
->
cb_ctx
,
WPS_EV_PBC_DISABLE
,
NULL
)
;
wps_common.c:364
wps_pbc_disable_event()
wps
->
wps
->
rf_band_cb
(
wps
->
wps
->
cb_ctx
)
)
||
wps_enrollee.c:156
wps_build_m1()
ret
=
wps
->
wps
->
cred_cb
(
wps
->
wps
->
cb_ctx
,
&
wps
->
cred
)
;
wps_enrollee.c:778
wps_process_cred_e()
wps
->
wps
->
cred_cb
(
wps
->
wps
->
cb_ctx
,
cred
)
;
wps_enrollee.c:925
wps_process_ap_settings_e()
wps
->
wps
->
event_cb
(
wps
->
wps
->
cb_ctx
,
WPS_EV_M2D
,
&
data
)
;
wps_enrollee.c:1121
wps_process_m2d()
wps
->
wps
->
event_cb
(
wps
->
wps
->
cb_ctx
,
WPS_EV_AP_PIN_SUCCESS
,
wps_enrollee.c:1263
wps_process_m6()
wps
->
cb_ctx
=
hapd
;
wps_hostapd.c:287
hostapd_init_wps()
wps
->
wps
->
rf_band_cb
(
wps
->
wps
->
cb_ctx
)
)
||
wps_registrar.c:1930
wps_build_m2()
wps
->
wps
->
rf_band_cb
(
wps
->
wps
->
cb_ctx
)
)
||
wps_registrar.c:1999
wps_build_m2d()
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_context::cb_ctx
is written by 1 function and is read by 16 functions:
hostapd_init_wps()
All items filtered out
wps_context::cb_ctx
wps_fail_event()
wps_success_event()
wps_pwd_auth_fail_event()
wps_pbc_overlap_event()
wps_selected_registrar_timeout_event()
wps_pbc_timeout_event()
wps_pbc_active_event()
wps_pbc_disable_event()
wps_build_m1()
wps_process_cred_e()
wps_process_ap_settings_e()
wps_process_m2d()
wps_process_m6()
wps_build_m2()
wps_build_m2d()
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