ESP-IDF
hostapd_data::wps_stats
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
hostapd_data::wps_stats
hostapd_data::wps_stats field
Syntax
Show:
Summary
Declaration
from
hostapd.h:124
struct
wps_stat
wps_stats
;
Examples
References
from
examples
Code
Location
Referrer
struct
wps_stat
wps_stats
;
hostapd.h:124
hapd
->
wps_stats
.
status
=
WPS_FAILURE_STATUS
;
wps_hostapd.c:120
hostapd_pwd_auth_fail()
os_memcpy
(
hapd
->
wps_stats
.
peer_addr
,
data
->
peer_macaddr
,
ETH_ALEN
)
;
wps_hostapd.c:121
hostapd_pwd_auth_fail()
hapd
->
wps_stats
.
pbc_status
=
WPS_PBC_STATUS_OVERLAP
;
wps_hostapd.c:151
hostapd_wps_event_pbc_overlap()
hapd
->
wps_stats
.
pbc_status
=
WPS_PBC_STATUS_TIMEOUT
;
wps_hostapd.c:159
hostapd_wps_event_pbc_timeout()
hapd
->
wps_stats
.
pbc_status
=
WPS_PBC_STATUS_DISABLE
;
wps_hostapd.c:171
hostapd_wps_event_pbc_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hostapd_data::wps_stats
is read by 4 functions:
All items filtered out
hostapd_data::wps_stats
hostapd_pwd_auth_fail()
hostapd_wps_event_pbc_overlap()
hostapd_wps_event_pbc_timeout()
hostapd_wps_event_pbc_disable()
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