ESP-IDF
sta_info::remove_pending
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
sta_info::remove_pending
sta_info::remove_pending field
Syntax
Show:
Summary
Declaration
from
sta_info.h:67
bool
remove_pending
;
Examples
References
from
examples
Code
Location
Referrer
bool
remove_pending
;
/* Flag to indicate to free station when
sta_info.h:67
sta
->
remove_pending
=
true
;
esp_hostap.c:456
wpa_ap_remove()
if
(
sta
->
remove_pending
)
{
esp_wpa3.c:486
wpa3_process_rx_commit()
if
(
sta
->
remove_pending
)
{
esp_wpa3.c:524
wpa3_process_rx_confirm()
if
(
sta
->
remove_pending
)
{
ieee802_11.c:154
auth_sae_send_commit()
if
(
sta
->
remove_pending
)
{
ieee802_11.c:180
auth_sae_send_confirm()
if
(
!
sta
->
remove_pending
)
{
ieee802_11.c:661
handle_auth_sae()
sta
->
remove_pending
=
false
;
sta_info.c:181
ap_sta_add()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sta_info::remove_pending
is written by 2 functions and is read by 5 functions:
ap_sta_add()
wpa_ap_remove()
All items filtered out
sta_info::remove_pending
auth_sae_send_commit()
auth_sae_send_confirm()
handle_auth_sae()
wpa3_process_rx_commit()
wpa3_process_rx_confirm()
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