ESP-IDF
wpa_group_sm_step()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_group_sm_step()
wpa_group_sm_step() function
Syntax
Show:
Summary
Declaration
Definition
from
wpa_auth.c:48
static
void
wpa_group_sm_step
(
struct
wpa_authenticator
*
wpa_auth
,
struct
wpa_group
*
group
)
;
Implemented in
wpa_auth.c:2490
Arguments
Argument
wpa_auth
group
Related Functions
Found 40 other functions taking a
wpa_authenticator
argument:
Function
wpa_auth_set_eapol()
wpa_sta_disconnect()
wpa_auth_set_key()
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
void
wpa_group_sm_step
(
struct
wpa_authenticator
*
wpa_auth
,
wpa_auth.c:2490
static
void
wpa_group_sm_step
(
struct
wpa_authenticator
*
wpa_auth
,
wpa_auth.c:48
wpa_group_sm_step
(
wpa_auth
,
group
)
;
wpa_auth.c:248
wpa_rekey_gtk()
wpa_group_sm_step
(
wpa_auth
,
group
)
;
wpa_auth.c:349
wpa_group_init()
wpa_group_sm_step
(
wpa_auth
,
group
)
;
wpa_auth.c:351
wpa_group_init()
wpa_group_sm_step
(
sm
->
wpa_auth
,
sm
->
group
)
;
wpa_auth.c:2537
wpa_sm_step()
Call Tree
from
examples
wpa_group_sm_step()
is called by 3 functions and calls 3 functions:
wpa_rekey_gtk()
wpa_group_init()
wpa_sm_step()
All items filtered out
wpa_group_sm_step()
wpa_group_gtk_init()
wpa_group_setkeys()
wpa_group_setkeysdone()
All items filtered out
Data Use
from
examples
wpa_group_sm_step()
reads 8 variables:
wpa_group::GInit
wpa_group::GKeyDoneStations
wpa_group::GTKReKey
wpa_group::GTKAuthenticator
wpa_group::
::WPA_GROUP_GTK_INIT
wpa_group::
::WPA_GROUP_SETKEYS
wpa_group::
::WPA_GROUP_SETKEYSDONE
wpa_group::wpa_group_state
All items filtered out
wpa_group_sm_step()
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