ESP-IDF
WSC_ID_ENROLLEE_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
WSC_ID_ENROLLEE_LEN
WSC_ID_ENROLLEE_LEN macro
Syntax
Show:
Summary
Declaration
from
eap_wsc_common.h:20
#define
WSC_ID_ENROLLEE_LEN
29
Examples
References
from
examples
Code
Location
#define
WSC_ID_ENROLLEE_LEN
29
eap_wsc_common.h:20
else
if
(
sm
->
identity
&&
sm
->
identity_len
==
WSC_ID_ENROLLEE_LEN
&&
eap_server_wsc.c:71
os_memcmp
(
sm
->
identity
,
WSC_ID_ENROLLEE
,
WSC_ID_ENROLLEE_LEN
)
eap_server_wsc.c:72
if
(
identity_len
==
WSC_ID_ENROLLEE_LEN
&&
eap_user_db.c:238
os_memcmp
(
identity
,
WSC_ID_ENROLLEE
,
WSC_ID_ENROLLEE_LEN
)
==
0
)
{
eap_user_db.c:239
sm
->
identity_len
=
WSC_ID_ENROLLEE_LEN
;
esp_wps.c:1457
(
(
identity_len
==
WSC_ID_ENROLLEE_LEN
&&
ieee802_1x.c:308
WSC_ID_ENROLLEE_LEN
)
==
0
)
||
ieee802_1x.c:310
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