ESP-IDF
wpa_funcs
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_funcs
wpa_funcs struct
Syntax
Show:
Summary
Declaration
Definition
from
esp_common_i.h:12
struct
wpa_funcs
;
Implemented in
esp_wifi_driver.h:121
Fields
Field
Declared as
wpa_funcs::wpa_ap_join
bool
(
*
)
(
void
*
*
sm
,
u8
*
bssid
,
u8
*
wpa_ie
,
u8
wpa_ie_len
,
u8
*
rsnxe
,
u16
rsnxe_len
,
bool
*
pmf_enable
,
int
subtype
,
uint8_t
*
pairwise_cipher
)
wpa_funcs::wpa_ap_remove
bool
(
*
)
(
u8
*
bssid
)
wpa_funcs::wpa_ap_get_wpa_ie
uint8_t
*
(
*
)
(
uint8_t
*
len
)
wpa_funcs::wpa_ap_rx_eapol
bool
(
*
)
(
void
*
hapd_data
,
void
*
sm
,
u8
*
data
,
size_t
data_len
)
wpa_funcs::wpa_ap_get_peer_spp_msg
void
(
*
)
(
void
*
sm
,
bool
*
spp_cap
,
bool
*
spp_req
)
wpa_funcs::wpa_config_parse_string
char
*
(
*
)
(
const
char
*
value
,
size_t
*
len
)
wpa_funcs::wpa_parse_wpa_ie
int
(
*
)
(
const
u8
*
wpa_ie
,
size_t
wpa_ie_len
,
wifi_wpa_ie_t
*
data
)
wpa_funcs::wpa_config_bss
int
(
*
)
(
u8
*
bssid
)
wpa_funcs::wpa_michael_mic_failure
int
(
*
)
(
u16
is_unicast
)
wpa_funcs::wpa3_build_sae_msg
uint8_t
*
(
*
)
(
uint8_t
*
bssid
,
uint32_t
type
,
size_t
*
len
)
wpa_funcs::wpa3_parse_sae_msg
int
(
*
)
(
uint8_t
*
buf
,
size_t
len
,
uint32_t
type
,
uint16_t
status
)
wpa_funcs::wpa_sta_init
bool
(
*
)
(
void
)
wpa_funcs::wpa_sta_deinit
bool
(
*
)
(
void
)
wpa_funcs::wpa_sta_connect
int
(
*
)
(
uint8_t
*
bssid
)
wpa_funcs::wpa_sta_connected_cb
void
(
*
)
(
uint8_t
*
bssid
)
wpa_funcs::wpa_sta_disconnected_cb
void
(
*
)
(
uint8_t
reason_code
)
wpa_funcs::wpa_sta_rx_eapol
int
(
*
)
(
u8
*
src_addr
,
u8
*
buf
,
u32
len
)
wpa_funcs::wpa_sta_in_4way_handshake
bool
(
*
)
(
void
)
wpa_funcs::wpa_ap_init
void
*
(
*
)
(
void
)
wpa_funcs::wpa_ap_deinit
bool
(
*
)
(
void
*
data
)
wpa_funcs::wpa3_hostap_handle_auth
int
(
*
)
(
uint8_t
*
buf
,
size_t
len
,
uint32_t
type
,
uint16_t
status
,
uint8_t
*
bssid
)
wpa_funcs::wpa_sta_rx_mgmt
int
(
*
)
(
u8
type
,
u8
*
frame
,
size_t
len
,
u8
*
sender
,
int8_t
rssi
,
u8
channel
,
u64
current_tsf
)
wpa_funcs::wpa_config_done
void
(
*
)
(
void
)
wpa_funcs::owe_build_dhie
uint8_t
*
(
*
)
(
uint16_t
group
)
wpa_funcs::owe_process_assoc_resp
int
(
*
)
(
const
u8
*
rsn_ie
,
size_t
rsn_len
,
const
uint8_t
*
dh_ie
,
size_t
dh_len
)
wpa_funcs::wpa_sta_clear_curr_pmksa
void
(
*
)
(
void
)
Related Functions
Found 6 other functions taking a
wpa_funcs
argument:
Function
esp_wifi_register_wpa3_cb()
esp_wifi_register_wpa3_ap_cb()
esp_supplicant_common_init()
esp_wifi_register_owe_cb()
esp_wifi_register_wpa_cb_internal()
esp_wifi_register_wpa3_ap_cb()
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out