ESP-IDF
wpa_set_pmk()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_set_pmk()
wpa_set_pmk() function
Syntax
Show:
Summary
Declaration
Definition
from
wpa.h:41
void
wpa_set_pmk
(
uint8_t
*
pmk
,
size_t
pmk_length
,
const
u8
*
pmkid
,
bool
cache_pmksa
)
;
Implemented in
wpa.c:2287
Arguments
Argument
pmk
pmk_length
pmkid
cache_pmksa
Examples
References
from
examples
Code
Location
Referrer
void
wpa_set_pmk
(
uint8_t
*
pmk
,
size_t
pmk_length
,
const
u8
*
pmkid
,
bool
cache_pmksa
)
wpa.c:2287
void
wpa_set_pmk
(
uint8_t
*
pmk
,
size_t
pmk_length
,
const
u8
*
pmkid
,
bool
cache_pmksa
)
;
wpa.h:41
wpa_set_pmk
(
sm
->
eapKeyData
,
0
,
NULL
,
false
)
;
esp_eap_client.c:583
eap_sm_rx_eapol_internal()
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()
Call Tree
from
examples
wpa_set_pmk()
is called by 2 functions and calls 3 functions:
eap_sm_rx_eapol_internal()
wpa3_parse_sae_confirm()
All items filtered out
wpa_set_pmk()
wpa_key_mgmt_sae()
wpa_key_mgmt_sha384()
pmksa_cache_add()
All items filtered out
Data Use
from
examples
wpa_set_pmk()
reads 6 variables and writes 1 variable:
wpa_sm::pmk
wpa_sm::pmksa
wpa_sm::key_mgmt
wpa_sm::network_ctx
wpa_sm::own_addr
wpa_sm::bssid
All items filtered out
wpa_set_pmk()
wpa_sm::pmk_len
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