ESP-IDF
hostapd_data::sta_list
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
hostapd_data::sta_list
hostapd_data::sta_list field
Syntax
Show:
Summary
Declaration
from
hostapd.h:104
struct
sta_info
*
sta_list
;
Examples
References
from
examples
Code
Location
Referrer
struct
sta_info
*
sta_list
;
/* STA info list head */
hostapd.h:104
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()
if
(
hapd
->
sta_list
==
sta
)
{
sta_info.c:57
ap_sta_list_del()
hapd
->
sta_list
=
sta
->
next
;
sta_info.c:58
ap_sta_list_del()
tmp
=
hapd
->
sta_list
;
sta_info.c:62
ap_sta_list_del()
sta
=
hapd
->
sta_list
;
sta_info.c:139
hostapd_free_stas()
sta
->
next
=
hapd
->
sta_list
;
sta_info.c:175
ap_sta_add()
hapd
->
sta_list
=
sta
;
sta_info.c:176
ap_sta_add()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hostapd_data::sta_list
is written by 2 functions and is read by 5 functions:
ap_sta_list_del()
ap_sta_add()
All items filtered out
hostapd_data::sta_list
ap_for_each_sta()
ap_sta_list_del()
hostapd_free_stas()
ap_sta_add()
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