ESP-IDF
dot11RSNAConfigPMKLifetime
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dot11RSNAConfigPMKLifetime
dot11RSNAConfigPMKLifetime variable
Syntax
Show:
Summary
Declaration
from
pmksa_cache.c:21
static
const
int
dot11RSNAConfigPMKLifetime
=
8640000
;
Examples
References
from
examples
Code
Location
Referrer
static
const
int
dot11RSNAConfigPMKLifetime
=
8640000
;
// 100 days = 3600 x 24 x 100 Seconds
pmksa_cache.c:21
entry
->
expiration
=
now
.
sec
+
dot11RSNAConfigPMKLifetime
;
pmksa_cache.c:135
pmksa_cache_add()
entry
->
reauth_time
=
now
.
sec
+
dot11RSNAConfigPMKLifetime
*
pmksa_cache.c:136
pmksa_cache_add()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dot11RSNAConfigPMKLifetime
is read by 1 function:
All items filtered out
dot11RSNAConfigPMKLifetime
pmksa_cache_add()
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