ESP-IDF
WPS_TYPE_DISABLE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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_TYPE_DISABLE
WPS_TYPE_DISABLE value
WPS is disabled
Syntax
Show:
Summary
Declaration
from
esp_wps.h:40
WPS_TYPE_DISABLE
=
0
;
Examples
References
from
examples
Code
Location
Referrer
WPS_TYPE_DISABLE
=
0
,
/**< WPS is disabled */
esp_wps.h:40
if
(
esp_wifi_get_wps_type_internal
(
)
!=
WPS_TYPE_DISABLE
||
esp_hostap.c:237
hostapd_cleanup()
if
(
config
->
wps_type
==
WPS_TYPE_DISABLE
)
{
esp_hostpad_wps.c:179
wifi_ap_wps_enable_internal()
wps_set_type
(
WPS_TYPE_DISABLE
)
;
esp_hostpad_wps.c:207
wifi_ap_wps_enable_internal()
if
(
wps_set_type
(
WPS_TYPE_DISABLE
)
!=
ESP_OK
)
{
esp_hostpad_wps.c:237
wifi_ap_wps_disable_internal()
if
(
wps_get_type
(
)
==
WPS_TYPE_DISABLE
||
esp_hostpad_wps.c:282
wifi_ap_wps_start_internal()
if
(
!
wps_ie
||
(
wps_type
==
WPS_TYPE_DISABLE
)
)
{
esp_wpa_main.c:331
check_n_add_wps_sta()
if
(
wps_get_type
(
)
==
WPS_TYPE_DISABLE
esp_wps.c:378
wps_parse_scan_result()
if
(
wps_get_type
(
)
==
WPS_TYPE_DISABLE
)
{
esp_wps.c:1618
wifi_wps_scan_done()
if
(
config
->
wps_type
==
WPS_TYPE_DISABLE
)
{
esp_wps.c:1939
wifi_wps_enable_internal()
wps_set_type
(
WPS_TYPE_DISABLE
)
;
esp_wps.c:1957
wifi_wps_enable_internal()
wps_set_type
(
WPS_TYPE_DISABLE
)
;
/* Notify WiFi task */
esp_wps.c:1998
esp_wifi_wps_disable()
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
All items filtered out
All items filtered out
Data Use
from
examples
WPS_TYPE_DISABLE
is read by 10 functions:
All items filtered out
WPS_TYPE_DISABLE
check_n_add_wps_sta()
wps_parse_scan_result()
wifi_wps_scan_done()
wifi_wps_enable_internal()
esp_wifi_wps_disable()
esp_wifi_wps_start()
hostapd_cleanup()
wifi_ap_wps_enable_internal()
wifi_ap_wps_disable_internal()
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