ESP-IDF
wpa2_funcs
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa2_funcs
wpa2_funcs struct
Syntax
Show:
Summary
Declaration
from
esp_wifi_driver.h:150
struct
wpa2_funcs
{
int
(
*
wpa2_sm_rx_eapol
)
(
u8
*
src_addr
,
u8
*
buf
,
u32
len
,
u8
*
bssid
)
;
int
(
*
wpa2_start
)
(
void
)
;
u8
(
*
wpa2_get_state
)
(
void
)
;
int
(
*
wpa2_init
)
(
void
)
;
void
(
*
wpa2_deinit
)
(
void
)
;
}
;
Fields
Field
Declared as
wpa2_funcs::wpa2_sm_rx_eapol
int
(
*
)
(
u8
*
src_addr
,
u8
*
buf
,
u32
len
,
u8
*
bssid
)
wpa2_funcs::wpa2_start
int
(
*
)
(
void
)
wpa2_funcs::wpa2_get_state
u8
(
*
)
(
void
)
wpa2_funcs::wpa2_init
int
(
*
)
(
void
)
wpa2_funcs::wpa2_deinit
void
(
*
)
(
void
)
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
wpa2_funcs
{
esp_wifi_driver.h:150
struct
wpa2_funcs
*
wpa2_cb
;
esp_eap_client.c:791
esp_client_enable_fn()
wpa2_cb
=
(
struct
wpa2_funcs
*
)
os_zalloc
(
sizeof
(
struct
wpa2_funcs
)
)
;
esp_eap_client.c:795
esp_client_enable_fn()
int
esp_wifi_register_wpa2_cb_internal
(
struct
wpa2_funcs
*
cb
)
;
esp_wifi_driver.h:255
esp_wifi_register_wpa2_cb_internal()
esp_wifi_register_wpa2_cb_internal()::cb
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
esp_wifi_register_wpa2_cb_internal()::cb
esp_wifi_register_wpa2_cb_internal()
esp_wifi_driver.h:255
Lifecycle
from
examples
wpa2_funcs
is allocated by 1 symbol:
esp_client_enable_fn()
All items filtered out
wpa2_funcs
All items filtered out