ESP-IDF
MAX_CRED_COUNT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
MAX_CRED_COUNT
MAX_CRED_COUNT macro
Syntax
Show:
Summary
Declaration
from
wps_attr_parse.h:88
#define
MAX_CRED_COUNT
MAX_WPS_AP_CRED
Examples
References
from
examples
Code
Location
#define
MAX_CRED_COUNT
MAX_WPS_AP_CRED
wps_attr_parse.h:88
if
(
!
gWpsSm
||
!
cred
||
gWpsSm
->
ap_cred_cnt
>=
MAX_CRED_COUNT
)
{
esp_wps.c:1391
struct
wps_credential
creds
[
MAX_CRED_COUNT
]
;
esp_wps_i.h:71
if
(
attr
->
num_cred
>=
MAX_CRED_COUNT
)
{
wps_attr_parse.c:518
u16
cred_len
[
MAX_CRED_COUNT
]
;
wps_attr_parse.h:98
const
u8
*
cred
[
MAX_CRED_COUNT
]
;
wps_attr_parse.h:101
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