ESP-IDF
wpa3_hostap_post_evt()
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
wpa3_hostap_post_evt()
wpa3_hostap_post_evt() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_wpa3_i.h:56
int
wpa3_hostap_post_evt
(
uint32_t
evt_id
,
uint32_t
data
)
;
Implemented in
esp_wpa3.c:413
Arguments
Argument
evt_id
data
Examples
References
from
examples
Code
Location
Referrer
int
wpa3_hostap_post_evt
(
uint32_t
evt_id
,
uint32_t
data
)
esp_wpa3.c:413
int
wpa3_hostap_post_evt
(
uint32_t
evt_id
,
uint32_t
data
)
;
esp_wpa3_i.h:56
if
(
wpa3_hostap_post_evt
(
SIG_TASK_DEL
,
0
)
!=
0
)
{
esp_wpa3.c:641
wpa3_hostap_auth_deinit()
if
(
wpa3_hostap_post_evt
(
SIG_WPA3_RX_CONFIRM
,
(
u32
)
frm
)
!=
0
)
{
esp_wpa3.c:675
wpa3_hostap_handle_auth()
if
(
wpa3_hostap_post_evt
(
SIG_WPA3_RX_COMMIT
,
0
)
!=
0
)
{
ieee802_11.c:729
auth_sae_queue()
Call Tree
from
examples
wpa3_hostap_post_evt()
is called by 3 functions and calls 4 functions:
wpa3_hostap_auth_deinit()
wpa3_hostap_handle_auth()
auth_sae_queue()
All items filtered out
wpa3_hostap_post_evt()
wifi_osi_funcs_t::_semphr_take
wifi_osi_funcs_t::_semphr_give
wifi_osi_funcs_t::_queue_send
wifi_osi_funcs_t::_queue_send_to_front
All items filtered out
Data Use
from
examples
wpa3_hostap_post_evt()
reads 6 variables and writes 2 variables:
wifi_funcs
SIG_WPA3_TASK::SIG_WPA3_RX_CONFIRM
SIG_WPA3_TASK::SIG_TASK_DEL
wpa3_hostap_auth_event_t::id
g_wpa3_hostap_evt_queue
g_wpa3_hostap_auth_api_lock
All items filtered out
wpa3_hostap_post_evt()
wpa3_hostap_auth_event_t::id
wpa3_hostap_auth_event_t::data
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