ESP-IDF
hostapd_data::wps
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
hostapd_data::wps field
Syntax
Show:
Summary
Declaration
from
hostapd.h:118
struct
wps_context
*
wps
;
Examples
References
from
examples
Code
Location
Referrer
struct
wps_context
*
wps
;
hostapd.h:118
if
(
esp_wps_registrar_check_pbc_overlap
(
hapd
->
wps
)
)
{
esp_wpa_main.c:336
check_n_add_wps_sta()
if
(
hapd
!=
data
->
current_hapd
&&
hapd
->
wps
!=
NULL
)
wps_hostapd.c:67
wps_stop_registrar()
wps_registrar_complete
(
hapd
->
wps
->
registrar
,
data
->
uuid_e
,
wps_hostapd.c:68
wps_stop_registrar()
hapd
->
wps
->
ap_setup_locked
=
0
;
wps_hostapd.c:109
hostapd_wps_reenable_ap_pin()
wps_registrar_update_ie
(
hapd
->
wps
->
registrar
)
;
wps_hostapd.c:110
hostapd_wps_reenable_ap_pin()
if
(
hapd
->
conf
->
ap_pin
==
NULL
||
hapd
->
wps
==
NULL
)
wps_hostapd.c:132
wps_ap_pin_success()
hapd
->
wps
=
wps
;
wps_hostapd.c:308
hostapd_init_wps()
if
(
hapd
->
wps
==
NULL
)
{
wps_hostapd.c:337
hostapd_deinit_wps()
wps_registrar_deinit
(
hapd
->
wps
->
registrar
)
;
wps_hostapd.c:341
hostapd_deinit_wps()
hapd
->
wps
->
registrar
=
NULL
;
wps_hostapd.c:342
hostapd_deinit_wps()
hapd
->
wps
=
NULL
;
wps_hostapd.c:349
hostapd_deinit_wps()
struct
wps_context
*
wps
=
hapd
->
wps
;
wps_hostapd.c:356
hostapd_update_wps()
if
(
hapd
->
wps
==
NULL
)
wps_hostapd.c:375
hostapd_wps_add_pin()
ret
=
wps_registrar_add_pin
(
hapd
->
wps
->
registrar
,
NULL
,
wps_hostapd.c:377
hostapd_wps_add_pin()
if
(
hapd
->
wps
)
{
wps_hostapd.c:385
hostapd_wps_button_pushed()
return
wps_registrar_button_pushed
(
hapd
->
wps
->
registrar
,
wps_hostapd.c:386
hostapd_wps_button_pushed()
if
(
hapd
->
wps
)
{
wps_hostapd.c:395
wps_cancel()
wps_registrar_wps_cancel
(
hapd
->
wps
->
registrar
)
;
wps_hostapd.c:396
wps_cancel()
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()
wps_registrar_update_ie
(
hapd
->
wps
->
registrar
)
;
wps_hostapd.c:431
hostapd_wps_ap_pin_enable()
if
(
!
hapd
->
wps
)
wps_hostapd.c:465
wps_ap_pin_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hostapd_data::wps
is written by 2 functions and is read by 11 functions:
hostapd_init_wps()
hostapd_deinit_wps()
All items filtered out
hostapd_data::wps
check_n_add_wps_sta()
wps_stop_registrar()
hostapd_wps_reenable_ap_pin()
wps_ap_pin_success()
hostapd_deinit_wps()
hostapd_update_wps()
hostapd_wps_add_pin()
hostapd_wps_button_pushed()
wps_cancel()
hostapd_wps_ap_pin_enable()
wps_ap_pin_set()
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