ESP-IDF
WPS_TYPE_PIN
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
WPS_TYPE_PIN
WPS_TYPE_PIN value
WPS PIN (Personal Identification Number) method
Syntax
Show:
Summary
Declaration
from
esp_wps.h:42
WPS_TYPE_PIN
;
Examples
References
from
examples
Code
Location
Referrer
WPS_TYPE_PIN
,
/**< WPS PIN (Personal Identification Number) method */
esp_wps.h:42
if
(
wps_get_type
(
)
==
WPS_TYPE_PIN
)
{
esp_hostpad_wps.c:86
wifi_ap_wps_init()
}
else
if
(
wps_get_type
(
)
==
WPS_TYPE_PIN
)
{
esp_hostpad_wps.c:309
wifi_ap_wps_start_internal()
(
wps_type
==
WPS_TYPE_PIN
)
)
{
esp_wpa_main.c:171
wpa_ap_rx_eapol()
(
wps_get_type
(
)
==
WPS_TYPE_PIN
&&
wps_is_addr_authorized
(
buf
,
sm
->
ownaddr
,
1
)
)
)
{
esp_wps.c:411
wps_parse_scan_result()
if
(
wps_get_type
(
)
==
WPS_TYPE_PIN
&&
sm
->
ignore_sel_reg
)
{
esp_wps.c:417
wps_parse_scan_result()
if
(
wps_get_type
(
)
!=
WPS_TYPE_PIN
)
{
esp_wps.c:1408
wps_init_cfg_pin()
if
(
wps_get_type
(
)
==
WPS_TYPE_PIN
)
{
esp_wps.c:1483
wifi_station_wps_init()
if
(
wps_get_type
(
)
==
WPS_TYPE_PIN
&&
sm
->
scan_cnt
>
WPS_IGNORE_SEL_REG_MAX_CNT
)
{
esp_wps.c:1663
wifi_wps_scan_done()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
WPS_TYPE_PIN
is read by 7 functions:
All items filtered out
WPS_TYPE_PIN
wpa_ap_rx_eapol()
wps_parse_scan_result()
wps_init_cfg_pin()
wifi_station_wps_init()
wifi_wps_scan_done()
wifi_ap_wps_init()
wifi_ap_wps_start_internal()
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