ESP-IDF
PSK_COMPATIBLE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
PSK_COMPATIBLE
PSK_COMPATIBLE macro
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:75
#define
PSK_COMPATIBLE
(
curr_auth
,
cand_auth
)
\
(
(
IS_PSK
(
curr_auth
)
&&
IS_PSK
(
cand_auth
)
)
?
1
:
0
)
Arguments
Argument
curr_auth
cand_auth
Examples
References
from
examples
Code
Location
#define
PSK_COMPATIBLE
(
curr_auth
,
cand_auth
)
\
esp_roaming.h:75
}
else
if
(
PSK_COMPATIBLE
(
curr_auth
,
cand_auth
)
)
{
roaming_app.c:530
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