ESP-IDF
sta_info::next
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::next
sta_info::next field
Syntax
Show:
Summary
Declaration
from
sta_info.h:42
struct
sta_info
*
next
;
Examples
References
from
examples
Code
Location
Referrer
struct
sta_info
*
next
;
/* next entry in sta list */
sta_info.h:42
for
(
sta
=
hapd
->
sta_list
;
sta
;
sta
=
sta
->
next
)
{
ieee802_11.c:207
use_sae_anti_clogging()
for
(
sta
=
hapd
->
sta_list
;
sta
;
sta
=
sta
->
next
)
{
sta_info.c:33
ap_for_each_sta()
hapd
->
sta_list
=
sta
->
next
;
sta_info.c:58
ap_sta_list_del()
while
(
tmp
!=
NULL
&&
tmp
->
next
!=
sta
)
sta_info.c:63
ap_sta_list_del()
tmp
=
tmp
->
next
;
sta_info.c:64
ap_sta_list_del()
tmp
->
next
=
sta
->
next
;
sta_info.c:69
ap_sta_list_del()
sta
=
sta
->
next
;
sta_info.c:143
hostapd_free_stas()
sta
->
next
=
hapd
->
sta_list
;
sta_info.c:175
ap_sta_add()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sta_info::next
is written by 2 functions and is read by 4 functions:
ap_sta_list_del()
ap_sta_add()
All items filtered out
sta_info::next
ap_for_each_sta()
ap_sta_list_del()
hostapd_free_stas()
use_sae_anti_clogging()
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