ESP-IDF
wps_get_type()
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_get_type()
wps_get_type() function
Syntax
Show:
Summary
Declaration
from
esp_wps_i.h:118
static
inline
int
wps_get_type
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
wps_get_type
(
void
)
esp_wps_i.h:118
if
(
wps_get_type
(
)
==
WPS_TYPE_PIN
)
{
esp_hostpad_wps.c:86
wifi_ap_wps_init()
if
(
wps_get_type
(
)
==
WPS_TYPE_DISABLE
||
esp_hostpad_wps.c:282
wifi_ap_wps_start_internal()
if
(
wps_get_type
(
)
==
WPS_TYPE_PBC
)
{
esp_hostpad_wps.c:305
wifi_ap_wps_start_internal()
}
else
if
(
wps_get_type
(
)
==
WPS_TYPE_PIN
)
{
esp_hostpad_wps.c:309
wifi_ap_wps_start_internal()
if
(
wps_get_type
(
)
==
WPS_TYPE_PBC
)
{
esp_wps.c:293
wps_build_ic_appie_wps_pr()
if
(
wps_get_type
(
)
==
WPS_TYPE_DISABLE
esp_wps.c:378
wps_parse_scan_result()
if
(
(
wps_get_type
(
)
==
WPS_TYPE_PBC
&&
wps_is_selected_pbc_registrar
(
buf
)
)
||
esp_wps.c:410
wps_parse_scan_result()
(
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_PBC
&&
is_wps_pbc_overlap
(
sm
,
scan_uuid
)
==
true
)
{
esp_wps.c:446
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_DISABLE
)
{
esp_wps.c:1618
wifi_wps_scan_done()
if
(
wps_get_type
(
)
==
WPS_TYPE_PIN
&&
sm
->
scan_cnt
>
WPS_IGNORE_SEL_REG_MAX_CNT
)
{
esp_wps.c:1663
wifi_wps_scan_done()
if
(
wps_get_type
(
)
==
WPS_TYPE_DISABLE
||
(
wps_get_status
(
)
!=
WPS_STATUS_DISABLE
&&
wps_get_status
(
)
!=
WPS_STATUS_SCANNING
)
)
{
esp_wps.c:2036
esp_wifi_wps_start()
Call Tree
from
examples
wps_get_type()
is called by 8 functions and calls 1 function:
wps_build_ic_appie_wps_pr()
wps_parse_scan_result()
wps_init_cfg_pin()
wifi_station_wps_init()
wifi_wps_scan_done()
esp_wifi_wps_start()
wifi_ap_wps_init()
wifi_ap_wps_start_internal()
All items filtered out
wps_get_type()
esp_wifi_get_wps_type_internal()
All items filtered out
Data Use
from
examples
All items filtered out
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