ESP-IDF
sta_info::flags
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sta_info::flags
sta_info::flags field
Syntax
Show:
Summary
Declaration
from
sta_info.h:45
u32
flags
;
Examples
References
from
examples
Code
Location
Referrer
u32
flags
;
/* Bitfield of WLAN_STA_* */
sta_info.h:45
sta
->
flags
|=
WLAN_STA_AUTH
;
ieee802_11.c:243
sae_accept_sta()
u32
wflags
=
sta
->
flags
&
(
WLAN_STA_WPS
|
ieee802_1x.c:217
ieee802_1x_receive()
if
(
(
sta
->
flags
&
(
WLAN_STA_WPS
|
WLAN_STA_MAYBE_WPS
)
)
==
ieee802_1x.c:300
ieee802_1x_eapol_send()
sta
->
flags
|=
WLAN_STA_WPS
;
ieee802_1x.c:316
ieee802_1x_eapol_send()
return
sta
->
flags
&
WLAN_STA_AUTHORIZED
;
sta_info.h:128
ap_sta_is_authorized()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sta_info::flags
is written by 2 functions and is read by 4 functions:
ieee802_1x_eapol_send()
sae_accept_sta()
All items filtered out
sta_info::flags
ap_sta_is_authorized()
ieee802_1x_receive()
ieee802_1x_eapol_send()
sae_accept_sta()
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