ESP-IDF
wpa_sm::txcb_flags
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_sm::txcb_flags
wpa_sm::txcb_flags field
Syntax
Show:
Summary
Declaration
from
wpa_i.h:88
u16
txcb_flags
;
Examples
References
from
examples
Code
Location
Referrer
u16
txcb_flags
;
wpa_i.h:88
sm
->
txcb_flags
|=
WPA_4_4_HANDSHAKE_BIT
;
wpa.c:1206
wpa_supplicant_send_4_of_4()
sm
->
txcb_flags
|=
WPA_GROUP_HANDSHAKE_BIT
;
wpa.c:1574
wpa_supplicant_send_2_of_2()
if
(
sm
->
txcb_flags
&
WPA_4_4_HANDSHAKE_BIT
)
{
wpa.c:2653
eapol_txcb()
sm
->
txcb_flags
&=
~
WPA_4_4_HANDSHAKE_BIT
;
wpa.c:2654
eapol_txcb()
if
(
sm
->
txcb_flags
&
WPA_GROUP_HANDSHAKE_BIT
)
{
wpa.c:2665
eapol_txcb()
sm
->
txcb_flags
&=
~
WPA_GROUP_HANDSHAKE_BIT
;
wpa.c:2666
eapol_txcb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_sm::txcb_flags
is written by 3 functions and is read by 3 functions:
wpa_supplicant_send_4_of_4()
wpa_supplicant_send_2_of_2()
eapol_txcb()
All items filtered out
wpa_sm::txcb_flags
wpa_supplicant_send_4_of_4()
wpa_supplicant_send_2_of_2()
eapol_txcb()
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