ESP-IDF
wpa3_hostap_auth_init()
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_hostap_auth_init()
wpa3_hostap_auth_init() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_wpa3_i.h:58
int
wpa3_hostap_auth_init
(
void
*
data
)
;
Implemented in
esp_wpa3.c:603
Arguments
Argument
data
Examples
References
from
examples
Code
Location
Referrer
int
wpa3_hostap_auth_init
(
void
*
data
)
esp_wpa3.c:603
int
wpa3_hostap_auth_init
(
void
*
data
)
;
esp_wpa3_i.h:58
if
(
wpa3_hostap_auth_init
(
hapd
)
!=
0
)
{
esp_hostap.c:155
hostap_init()
Call Tree
from
examples
wpa3_hostap_auth_init()
is called by 1 function and calls 5 functions:
hostap_init()
All items filtered out
wpa3_hostap_auth_init()
wifi_osi_funcs_t::_semphr_create
wifi_osi_funcs_t::_queue_create
wifi_osi_funcs_t::_queue_delete
wifi_osi_funcs_t::_task_create
dl_list_init()
All items filtered out
Data Use
from
examples
wpa3_hostap_auth_init()
reads 4 variables and writes 2 variables:
wifi_funcs
g_wpa3_hostap_evt_queue
g_wpa3_hostap_auth_api_lock
esp_wpa3_hostap_task()
All items filtered out
wpa3_hostap_auth_init()
g_wpa3_hostap_evt_queue
g_wpa3_hostap_auth_api_lock
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