ESP-IDF
wps_context::ap_setup_locked
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_context::ap_setup_locked
wps_context::ap_setup_locked field
ap_setup_locked - Whether AP setup is locked (only used at AP)
Syntax
Show:
Summary
Declaration
from
wps.h:661
int
ap_setup_locked
;
Examples
References
from
examples
Code
Location
Referrer
int
ap_setup_locked
;
wps.h:661
(
(
wps
->
wps
->
ap_setup_locked
&&
wps
->
wps
->
ap_setup_locked
!=
2
)
||
wps_enrollee.c:1021
wps_process_m2()
if
(
wps
->
wps
->
ap
&&
wps
->
wps
->
ap_setup_locked
)
{
wps_enrollee.c:1307
wps_process_m8()
hapd
->
wps
->
ap_setup_locked
=
0
;
wps_hostapd.c:109
hostapd_wps_reenable_ap_pin()
wps
->
ap_setup_locked
=
0
;
wps_hostapd.c:290
hostapd_init_wps()
if
(
hapd
->
wps
->
ap_setup_locked
)
{
wps_hostapd.c:428
hostapd_wps_ap_pin_enable()
hapd
->
wps
->
ap_setup_locked
=
0
;
wps_hostapd.c:430
hostapd_wps_ap_pin_enable()
if
(
wps
->
ap_setup_locked
&&
wps
->
ap_setup_locked
!=
2
)
{
wps_registrar.c:516
wps_build_ap_setup_locked()
if
(
wps
->
wps
->
ap
&&
wps
->
wps
->
ap_setup_locked
&&
wps_registrar.c:1984
wps_build_m2d()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_context::ap_setup_locked
is written by 3 functions and is read by 5 functions:
hostapd_wps_reenable_ap_pin()
hostapd_init_wps()
hostapd_wps_ap_pin_enable()
All items filtered out
wps_context::ap_setup_locked
wps_process_m2()
wps_process_m8()
hostapd_wps_ap_pin_enable()
wps_build_ap_setup_locked()
wps_build_m2d()
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