ESP-IDF
hostapd_wps_event_cb()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hostapd_wps_event_cb()
hostapd_wps_event_cb() function
Syntax
Show:
Summary
Declaration
from
wps_hostapd.c:200
static
void
hostapd_wps_event_cb
(
void
*
ctx
,
enum
wps_event
event
,
union
wps_event_data
*
data
)
;
Arguments
Argument
ctx
event
data
Examples
References
from
examples
Code
Location
Referrer
static
void
hostapd_wps_event_cb
(
void
*
ctx
,
enum
wps_event
event
,
wps_hostapd.c:200
wps
->
event_cb
=
hostapd_wps_event_cb
;
wps_hostapd.c:285
hostapd_init_wps()
Call Tree
from
examples
hostapd_wps_event_cb()
calls 9 functions:
All items filtered out
hostapd_wps_event_cb()
hostapd_data::wps_event_cb
hostapd_pwd_auth_fail()
wps_ap_pin_success()
hostapd_wps_event_pbc_overlap()
hostapd_wps_event_pbc_timeout()
hostapd_wps_event_pin_timeout()
hostapd_wps_event_pbc_disable()
hostapd_wps_event_success()
hostapd_wps_event_fail()
All items filtered out
Data Use
from
examples
hostapd_wps_event_cb()
reads 16 variables and writes 1 variable:
hostapd_data::wps_event_cb
wps_event::WPS_EV_FAIL
wps_event::WPS_EV_SUCCESS
wps_event::WPS_EV_PWD_AUTH_FAIL
wps_event::WPS_EV_PBC_OVERLAP
wps_event::WPS_EV_PBC_TIMEOUT
wps_event::WPS_EV_PBC_ACTIVE
wps_event::WPS_EV_PBC_DISABLE
wps_event::WPS_EV_ER_AP_ADD
wps_event::WPS_EV_ER_AP_REMOVE
wps_event::WPS_EV_ER_ENROLLEE_ADD
wps_event::WPS_EV_ER_ENROLLEE_REMOVE
wps_event::WPS_EV_ER_AP_SETTINGS
wps_event::WPS_EV_ER_SET_SELECTED_REGISTRAR
wps_event::WPS_EV_AP_PIN_SUCCESS
wps_event::WPS_EV_SELECTED_REGISTRAR_TIMEOUT
All items filtered out
hostapd_wps_event_cb()
hostapd_init_wps()
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
hostapd_wps_event_cb()
is implemented by 1 functions:
All items filtered out
hostapd_wps_event_cb()
wps_context::event_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out