OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_num_sta
(Results
1 - 12
of
12
) sorted by null
/external/wpa_supplicant_8/hostapd/
hostapd.conf
195
max_num_sta
=255
273
# is no room for additional stations (
max_num_sta
). This can be used to
[
all
...]
config_file.c
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
config.h
831
*
max_num_sta
- Maximum number of STAs in an AP/P2P GO
833
unsigned int
max_num_sta
;
member in struct:wpa_config
[
all
...]
ap.c
444
wpa_s->max_stations < wpa_s->conf->
max_num_sta
)
445
bss->
max_num_sta
= wpa_s->max_stations;
447
bss->
max_num_sta
= wpa_s->conf->
max_num_sta
;
[
all
...]
config_winreg.c
270
wpa_config_read_reg_dword(hk, TEXT("
max_num_sta
"),
271
(int *) &config->
max_num_sta
);
618
wpa_config_write_reg_dword(hk, TEXT("
max_num_sta
"),
619
config->
max_num_sta
, DEFAULT_MAX_NUM_STA);
config_file.c
1176
if (config->
max_num_sta
!= DEFAULT_MAX_NUM_STA)
1177
fprintf(f, "
max_num_sta
=%u\n", config->
max_num_sta
);
[
all
...]
config.c
[
all
...]
p2p_supplicant.c
[
all
...]
/external/wpa_supplicant_8/src/ap/
ap_config.h
238
int
max_num_sta
; /* maximum number of STAs in station table */
member in struct:hostapd_bss_config
sta_info.c
626
if (hapd->num_sta >= hapd->conf->
max_num_sta
) {
629
hapd->num_sta, hapd->conf->
max_num_sta
);
[
all
...]
ap_config.c
63
bss->
max_num_sta
= MAX_STA_COUNT;
beacon.c
856
hapd->num_sta >= hapd->conf->
max_num_sta
&&
[
all
...]
Completed in 168 milliseconds