ESP-IDF
wpa3_hostap_handle_auth()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
wpa3_hostap_handle_auth()
wpa3_hostap_handle_auth() function
Syntax
Show:
Summary
Declaration
from
esp_wpa3.c:649
static
int
wpa3_hostap_handle_auth
(
u8
*
buf
,
size_t
len
,
u32
auth_transaction
,
u16
status
,
u8
*
bssid
)
;
Arguments
Argument
Declared as
buf
u8
*
len
size_t
auth_transaction
u32
status
u16
bssid
u8
*
Examples
References
from
examples
Code
Location
Referrer
static
int
wpa3_hostap_handle_auth
(
u8
*
buf
,
size_t
len
,
u32
auth_transaction
,
u16
status
,
u8
*
bssid
)
esp_wpa3.c:649
wpa_cb
->
wpa3_hostap_handle_auth
=
wpa3_hostap_handle_auth
;
esp_wpa3.c:726
esp_wifi_register_wpa3_ap_cb()
Call Tree
from
examples
wpa3_hostap_handle_auth()
calls 6 functions:
All items filtered out
wpa3_hostap_handle_auth()
free()
malloc()
esp_wifi_get_hostap_private_internal()
ap_get_sta()
auth_sae_queue()
wpa3_hostap_post_evt()
All items filtered out
Data Use
from
examples
wpa3_hostap_handle_auth()
reads 6 variables and writes 4 variables:
::SAE_MSG_COMMIT
::SAE_MSG_CONFIRM
sta_info::sae_commit_processing
SIG_WPA3_TASK::SIG_WPA3_RX_CONFIRM
sae_hostap_confirm_data::bssid
sae_hostap_confirm_data::msg
All items filtered out
wpa3_hostap_handle_auth()
esp_wifi_register_wpa3_ap_cb()
sae_hostap_confirm_data::len
sae_hostap_confirm_data::auth_transaction
sae_hostap_confirm_data::status
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_hostap_handle_auth()
is implemented by 1 functions:
All items filtered out
wpa3_hostap_handle_auth()
wpa_funcs::wpa3_hostap_handle_auth
All items filtered out
Instances
from
examples
Lifecycle
from
examples
wpa3_hostap_handle_auth()
allocates 1 types and frees 1 types:
sae_hostap_confirm_data
All items filtered out
wpa3_hostap_handle_auth()
sae_hostap_confirm_data
All items filtered out