ESP-IDF
WPS_AUTH_WPAPSK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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_AUTH_WPAPSK
WPS_AUTH_WPAPSK macro
Syntax
Show:
Summary
Declaration
from
wps_defs.h:192
#define
WPS_AUTH_WPAPSK
0x0002
Examples
References
from
examples
Code
Location
#define
WPS_AUTH_WPAPSK
0x0002
wps_defs.h:192
if
(
sm
->
creds
[
0
]
.
auth_type
==
WPS_AUTH_WPAPSK
&&
esp_wps.c:849
if
(
cred
->
auth_type
&
(
WPS_AUTH_WPAPSK
|
WPS_AUTH_WPA2PSK
)
&&
wps_attr_process.c:213
if
(
cred
->
auth_type
&
(
WPS_AUTH_WPAPSK
|
WPS_AUTH_WPA2PSK
)
&&
wps_attr_process.c:235
#define
WPS_AUTH_TYPES
(
WPS_AUTH_OPEN
|
WPS_AUTH_WPAPSK
|
WPS_AUTH_SHARED
|
\
wps_defs.h:197
if
(
(
cred
->
auth_type
&
(
WPS_AUTH_WPAPSK
|
WPS_AUTH_WPA2PSK
)
)
==
wps_enrollee.c:915
WPS_AUTH_WPAPSK
)
{
wps_enrollee.c:916
cred
.
auth_type
=
WPS_AUTH_WPAPSK
;
wps_hostapd.c:518
cred
.
auth_type
=
WPS_AUTH_WPA2PSK
|
WPS_AUTH_WPAPSK
;
wps_hostapd.c:524
(
WPS_AUTH_WPA2
|
WPS_AUTH_WPA2PSK
|
WPS_AUTH_WPAPSK
)
)
==
wps_registrar.c:2456
(
WPS_AUTH_WPA2
|
WPS_AUTH_WPAPSK
)
)
{
wps_registrar.c:2457
if
(
(
cred
->
auth_type
&
(
WPS_AUTH_WPAPSK
|
WPS_AUTH_WPA2PSK
)
)
==
wps_registrar.c:3672
WPS_AUTH_WPAPSK
)
{
wps_registrar.c:3673
Call Tree
from
examples
All items filtered out
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