ESP-IDF
hostapd_bss_config::max_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_bss_config::max_num_sta
hostapd_bss_config::max_num_sta field
Syntax
Show:
Summary
Declaration
from
ap_config.h:180
int
max_num_sta
;
Examples
References
from
examples
Code
Location
Referrer
int
max_num_sta
;
/* maximum number of STAs in station table */
ap_config.h:180
bss
->
max_num_sta
=
MAX_STA_COUNT
;
ap_config.c:40
hostapd_config_defaults_bss()
hapd
->
conf
->
max_num_sta
=
esp_wifi_ap_get_max_sta_conn
(
)
;
esp_hostap.c:163
hostap_init()
if
(
queue_len
>=
hapd
->
conf
->
max_num_sta
)
{
ieee802_11.c:683
auth_sae_queue()
if
(
hapd
->
num_sta
>=
hapd
->
conf
->
max_num_sta
)
{
sta_info.c:160
ap_sta_add()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hostapd_bss_config::max_num_sta
is written by 2 functions and is read by 2 functions:
hostapd_config_defaults_bss()
hostap_init()
All items filtered out
hostapd_bss_config::max_num_sta
ap_sta_add()
auth_sae_queue()
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