ESP-IDF
wpa3_build_sae_msg()
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
wpa3_build_sae_msg()
wpa3_build_sae_msg() function
Syntax
Show:
Summary
Declaration
from
esp_wpa3.c:216
static
u8
*
wpa3_build_sae_msg
(
u8
*
bssid
,
u32
sae_msg_type
,
size_t
*
sae_msg_len
)
;
Arguments
Argument
bssid
sae_msg_type
sae_msg_len
Examples
References
from
examples
Code
Location
Referrer
static
u8
*
wpa3_build_sae_msg
(
u8
*
bssid
,
u32
sae_msg_type
,
size_t
*
sae_msg_len
)
esp_wpa3.c:216
wpa_cb
->
wpa3_build_sae_msg
=
wpa3_build_sae_msg
;
esp_wpa3.c:393
esp_wifi_register_wpa3_cb()
Call Tree
from
examples
wpa3_build_sae_msg()
calls 5 functions:
All items filtered out
wpa3_build_sae_msg()
wpabuf_len()
wpabuf_mhead_u8()
esp_wifi_get_wps_status_internal()
wpa3_build_sae_confirm()
wpa3_build_sae_commit()
All items filtered out
Data Use
from
examples
wpa3_build_sae_msg()
reads 5 variables and writes 1 variable:
wps_status::WPS_STATUS_DISABLE
::SAE_MSG_COMMIT
::SAE_MSG_CONFIRM
g_sae_commit
g_sae_confirm
All items filtered out
wpa3_build_sae_msg()
esp_wifi_register_wpa3_cb()
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
wpa3_build_sae_msg()
is implemented by 1 functions:
All items filtered out
wpa3_build_sae_msg()
wpa_funcs::wpa3_build_sae_msg
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out