ESP-IDF
owe_process_assoc_resp()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
owe_process_assoc_resp()
owe_process_assoc_resp() function
Syntax
Show:
Summary
Declaration
Definition
from
wpa.h:132
int
owe_process_assoc_resp
(
const
u8
*
rsn_ie
,
size_t
rsn_len
,
const
uint8_t
*
dh_ie
,
size_t
dh_len
)
;
Implemented in
wpa.c:2843
Arguments
Argument
Declared as
rsn_ie
const
u8
*
rsn_len
size_t
dh_ie
const
uint8_t
*
dh_len
size_t
Examples
References
from
examples
Code
Location
Referrer
int
owe_process_assoc_resp
(
const
u8
*
rsn_ie
,
size_t
rsn_len
,
const
uint8_t
*
dh_ie
,
size_t
dh_len
)
wpa.c:2843
int
owe_process_assoc_resp
(
const
u8
*
rsn_ie
,
size_t
rsn_len
,
const
uint8_t
*
dh_ie
,
size_t
dh_len
)
;
wpa.h:132
wpa_cb
->
owe_process_assoc_resp
=
owe_process_assoc_resp
;
esp_owe.c:36
esp_wifi_register_owe_cb()
Call Tree
from
examples
owe_process_assoc_resp()
calls 22 functions:
All items filtered out
owe_process_assoc_resp()
free()
calloc()
WPA_GET_LE16()
forced_memzero()
wpabuf_len()
wpabuf_head()
wpabuf_put_le16()
wpabuf_put_data()
wpabuf_put_buf()
wpabuf_alloc()
wpabuf_free()
wpabuf_clear_free()
wpabuf_zeropad()
wpa_parse_wpa_ie_rsn()
sha256_vector()
crypto_ecdh_get_pubkey()
crypto_ecdh_set_peerkey()
get_wpa_sm()
wpa_sm_set_pmk_from_pmksa()
hmac_sha256()
hmac_sha256_kdf()
pmksa_cache_add()
All items filtered out
Data Use
from
examples
owe_process_assoc_resp()
reads 14 variables and writes 3 variables:
wpa_ie_data::num_pmkid
wpa_ie_data::pmkid
wpa_sm::pmk
wpa_sm::pmk_len
wpa_sm::pmksa
wpa_sm::cur_pmksa
wpa_sm::key_mgmt
wpa_sm::network_ctx
wpa_sm::own_addr
wpa_sm::bssid
wpa_sm::owe_ecdh
wpa_sm::owe_group
wpa_sm::owe_ie
rsn_pmksa_cache_entry::pmkid
All items filtered out
owe_process_assoc_resp()
esp_wifi_register_owe_cb()
wpa_sm::pmk_len
wpa_sm::owe_ie
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
owe_process_assoc_resp()
is implemented by 1 functions:
All items filtered out
owe_process_assoc_resp()
wpa_funcs::owe_process_assoc_resp
All items filtered out
Instances
from
examples
Lifecycle
from
examples
owe_process_assoc_resp()
allocates 1 types and frees 1 types:
wpa_ie_data
All items filtered out
owe_process_assoc_resp()
wpa_ie_data
All items filtered out