ESP-IDF
wpa_state_machine::group
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
wpa_state_machine::group
wpa_state_machine::group field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:26
struct
wpa_group
*
group
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpa_group
*
group
;
wpa_auth_i.h:26
sm
->
group
=
wpa_auth
->
group
;
wpa_auth.c:425
wpa_auth_sta_init()
sm
->
group
->
GKeyDoneStations
--
;
wpa_auth.c:479
wpa_free_sta_sm()
if
(
sm
->
group
->
reject_4way_hs_for_entropy
)
{
wpa_auth.c:784
wpa_receive()
sm
->
group
->
Counter
+
WPA_NONCE_LEN
-
16
,
16
)
;
wpa_auth.c:1132
__wpa_send_eapol()
inc_byte_array
(
sm
->
group
->
Counter
,
WPA_NONCE_LEN
)
;
wpa_auth.c:1133
__wpa_send_eapol()
sm
->
group
->
GKeyDoneStations
--
;
wpa_auth.c:1294
wpa_auth_sm_event()
sm
->
group
->
GKeyDoneStations
--
;
wpa_auth.c:1346
wpa_group_ensure_init
(
sm
->
wpa_auth
,
sm
->
group
)
;
wpa_auth.c:1430
struct
wpa_group
*
gsm
=
sm
->
group
;
wpa_auth.c:1764
ieee80211w_kde_add()
struct
wpa_group
*
gsm
=
sm
->
group
;
wpa_auth.c:1809
struct
wpa_group
*
gsm
=
sm
->
group
;
wpa_auth.c:2139
sm
->
group
->
GKeyDoneStations
--
;
wpa_auth.c:2204
sm
->
group
->
GKeyDoneStations
--
;
wpa_auth.c:2216
if
(
ctx
!=
NULL
&&
ctx
!=
sm
->
group
)
wpa_auth.c:2310
wpa_group_update_sta()
sm
->
group
->
GKeyDoneStations
++
;
wpa_auth.c:2329
wpa_group_update_sta()
wpa_group_sm_step
(
sm
->
wpa_auth
,
sm
->
group
)
;
wpa_auth.c:2537
wpa_sm_step()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_state_machine::group
is written by 1 function and is read by 7 functions:
wpa_auth_sta_init()
All items filtered out
wpa_state_machine::group
wpa_free_sta_sm()
wpa_receive()
__wpa_send_eapol()
wpa_auth_sm_event()
ieee80211w_kde_add()
wpa_group_update_sta()
wpa_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