ESP-IDF
wpa_auth_set_key()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_auth_set_key()
wpa_auth_set_key() function
Syntax
Show:
Summary
Declaration
from
wpa_auth.c:157
static
inline
int
wpa_auth_set_key
(
struct
wpa_authenticator
*
wpa_auth
,
int
vlan_id
,
enum
wpa_alg
alg
,
const
u8
*
addr
,
int
idx
,
u8
*
key
,
size_t
key_len
)
;
Arguments
Argument
wpa_auth
vlan_id
alg
addr
idx
key
key_len
Related Functions
Found 40 other functions taking a
wpa_authenticator
argument:
Function
wpa_auth_set_eapol()
wpa_sta_disconnect()
wpa_group_sm_step()
wpa_gtk_update()
wpa_receive()
wpa_auth_for_each_sta()
wpa_auth_get_psk()
wpa_auth_get_seqnum()
wpa_send_eapol()
wpa_group_config_group_keys()
wpa_auth_pmksa_add_sae()
wpa_deinit()
wpa_validate_wpa_ie()
wpa_auth_sta_init()
wpa_auth_sta_associated()
__wpa_send_eapol()
wpa_auth_get_eapol()
wpa_group_init_gmk_and_counter()
wpa_group_setkeys()
wpa_group_setkeysdone()
wpa_auth_gen_wpa_ie()
wpa_auth_pmksa_remove()
wpa_auth_mic_failure_report()
wpa_auth_get_msk()
wpa_auth_send_eapol()
wpa_group_init()
wpa_receive_error_report()
wpa_group_ensure_init()
wpa_group_gtk_init()
wpa_auth_countermeasures_start()
wpa_auth_get_wpa_ie()
wpa_auth_pmksa_add_preauth()
wpa_auth_eapol_key_tx_status()
wpa_init_keys()
wpa_reconfig()
wpa_gtk_rekey()
wpa_get_mib()
wpa_auth_for_each_auth()
wpa_ft_rrb_rx()
wpa_ft_push_pmk_r1()
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
wpa_auth_set_key
(
struct
wpa_authenticator
*
wpa_auth
,
wpa_auth.c:157
wpa_auth_set_key
(
sm
->
wpa_auth
,
0
,
WIFI_WPA_ALG_NONE
,
sm
->
addr
,
0
,
NULL
,
0
)
;
wpa_auth.c:1248
wpa_remove_ptk()
if
(
wpa_auth_set_key
(
sm
->
wpa_auth
,
0
,
alg
,
sm
->
addr
,
0
,
wpa_auth.c:1971
if
(
wpa_auth_set_key
(
wpa_auth
,
group
->
vlan_id
,
wpa_auth.c:2456
wpa_group_config_group_keys()
wpa_auth_set_key
(
wpa_auth
,
group
->
vlan_id
,
WIFI_WPA_ALG_IGTK
,
wpa_auth.c:2464
wpa_group_config_group_keys()
Call Tree
from
examples
wpa_auth_set_key()
is called by 2 functions and calls 4 functions:
wpa_remove_ptk()
wpa_group_config_group_keys()
All items filtered out
wpa_auth_set_key()
free()
malloc()
esp_wifi_set_ap_key_internal()
esp_wifi_set_igtk_internal()
All items filtered out
Data Use
from
examples
wpa_auth_set_key()
reads 5 variables:
esp_interface_t::ESP_IF_WIFI_AP
wpa_alg::WIFI_WPA_ALG_IGTK
wifi_wpa_igtk_t::keyid
wifi_wpa_igtk_t::pn
wifi_wpa_igtk_t::igtk
All items filtered out
wpa_auth_set_key()
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
wpa_auth_set_key()
allocates 1 types and frees 1 types:
wifi_wpa_igtk_t
All items filtered out
wpa_auth_set_key()
wifi_wpa_igtk_t
All items filtered out