ESP-IDF
hostapd_data::ap_pin_failures_consecutive
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::ap_pin_failures_consecutive
hostapd_data::ap_pin_failures_consecutive field
Syntax
Show:
Summary
Declaration
from
hostapd.h:120
unsigned
int
ap_pin_failures_consecutive
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
ap_pin_failures_consecutive
;
hostapd.h:120
if
(
hapd
->
ap_pin_failures_consecutive
>=
10
)
wps_hostapd.c:104
hostapd_wps_reenable_ap_pin()
if
(
hapd
->
ap_pin_failures_consecutive
==
0
)
wps_hostapd.c:135
wps_ap_pin_success()
hapd
->
ap_pin_failures_consecutive
=
0
;
wps_hostapd.c:141
wps_ap_pin_success()
hapd
->
ap_pin_failures_consecutive
=
0
;
wps_hostapd.c:426
hostapd_wps_ap_pin_enable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hostapd_data::ap_pin_failures_consecutive
is written by 2 functions and is read by 2 functions:
wps_ap_pin_success()
hostapd_wps_ap_pin_enable()
All items filtered out
hostapd_data::ap_pin_failures_consecutive
hostapd_wps_reenable_ap_pin()
wps_ap_pin_success()
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