ESP-IDF
hostapd_bss_config::ap_pin
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hostapd_bss_config::ap_pin
hostapd_bss_config::ap_pin field
Syntax
Show:
Summary
Declaration
from
ap_config.h:267
char
*
ap_pin
;
Examples
References
from
examples
Code
Location
Referrer
char
*
ap_pin
;
ap_config.h:267
wsc_registrar
.
password
=
(
u8
*
)
conf
->
ap_pin
;
eap_user_db.c:253
hostapd_get_eap_user()
wsc_registrar
.
password_len
=
conf
->
ap_pin
?
eap_user_db.c:254
hostapd_get_eap_user()
os_strlen
(
conf
->
ap_pin
)
:
0
;
eap_user_db.c:255
hostapd_get_eap_user()
if
(
hapd
->
conf
->
ap_pin
==
NULL
||
hapd
->
wps
==
NULL
)
wps_hostapd.c:132
wps_ap_pin_success()
os_free
(
hapd
->
conf
->
ap_pin
)
;
wps_hostapd.c:441
wps_ap_pin_disable()
hapd
->
conf
->
ap_pin
=
NULL
;
wps_hostapd.c:442
wps_ap_pin_disable()
os_free
(
hapd
->
conf
->
ap_pin
)
;
wps_hostapd.c:468
wps_ap_pin_set()
hapd
->
conf
->
ap_pin
=
os_strdup
(
data
->
pin_txt
)
;
wps_hostapd.c:469
wps_ap_pin_set()
return
hapd
->
conf
->
ap_pin
;
wps_hostapd.c:485
hostapd_wps_ap_pin_random()
return
hapd
->
conf
->
ap_pin
;
wps_hostapd.c:490
hostapd_wps_ap_pin_get()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hostapd_bss_config::ap_pin
is written by 2 functions and is read by 6 functions:
wps_ap_pin_disable()
wps_ap_pin_set()
All items filtered out
hostapd_bss_config::ap_pin
wps_ap_pin_success()
wps_ap_pin_disable()
wps_ap_pin_set()
hostapd_wps_ap_pin_random()
hostapd_wps_ap_pin_get()
hostapd_get_eap_user()
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