ESP-IDF
sae_data::pmkid
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
sae_data::pmkid
sae_data::pmkid field
Syntax
Show:
Summary
Declaration
from
sae.h:116
u8
pmkid
[
SAE_PMKID_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
pmkid
[
SAE_PMKID_LEN
]
;
sae.h:116
wpa_auth_add_sae_pmkid
(
sta
->
wpa_sm
,
sta
->
sae
->
pmkid
)
;
esp_hostap.c:393
hostap_new_assoc_sta()
wpa_set_pmk
(
g_sae_data
.
pmk
,
g_sae_data
.
pmk_len
,
g_sae_data
.
pmkid
,
true
)
;
esp_wpa3.c:365
wpa3_parse_sae_confirm()
sta
->
sae
->
pmk
,
sta
->
sae
->
pmkid
,
false
)
;
ieee802_11.c:252
sae_accept_sta()
os_memcpy
(
sae
->
pmkid
,
val
,
SAE_PMKID_LEN
)
;
sae.c:1581
sae_derive_keys()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_data::pmkid
is read by 4 functions:
All items filtered out
sae_data::pmkid
sae_accept_sta()
sae_derive_keys()
wpa3_parse_sae_confirm()
hostap_new_assoc_sta()
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