ESP-IDF
hostapd_data::num_sta
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::num_sta
hostapd_data::num_sta field
Syntax
Show:
Summary
Declaration
from
hostapd.h:108
int
num_sta
;
Examples
References
from
examples
Code
Location
Referrer
int
num_sta
;
/* number of entries in sta_list */
hostapd.h:108
hapd
->
num_sta
--
;
sta_info.c:106
ap_free_sta()
if
(
hapd
->
num_sta
>=
hapd
->
conf
->
max_num_sta
)
{
sta_info.c:160
ap_sta_add()
hapd
->
num_sta
++
;
sta_info.c:177
ap_sta_add()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hostapd_data::num_sta
is written by 2 functions and is read by 2 functions:
ap_free_sta()
ap_sta_add()
All items filtered out
hostapd_data::num_sta
ap_free_sta()
ap_sta_add()
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