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 - 11
of
11
) sorted by null
/external/wpa_supplicant_8/hostapd/
hostapd.conf
123
max_num_sta
=255
[
all
...]
config_file.c
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
config.h
416
*
max_num_sta
- Maximum number of STAs in an AP/P2P GO
418
unsigned int
max_num_sta
;
member in struct:wpa_config
ap.c
221
wpa_s->max_stations < wpa_s->conf->
max_num_sta
)
222
bss->
max_num_sta
= wpa_s->max_stations;
224
bss->
max_num_sta
= wpa_s->conf->
max_num_sta
;
config_file.c
702
if (config->
max_num_sta
!= DEFAULT_MAX_NUM_STA)
703
fprintf(f, "
max_num_sta
=%u\n", config->
max_num_sta
);
config_winreg.c
275
wpa_config_read_reg_dword(hk, TEXT("
max_num_sta
"),
276
(int *) &config->
max_num_sta
);
622
wpa_config_write_reg_dword(hk, TEXT("
max_num_sta
"),
623
config->
max_num_sta
, DEFAULT_MAX_NUM_STA);
config.c
[
all
...]
p2p_supplicant.c
[
all
...]
/external/wpa_supplicant_8/src/ap/
ap_config.h
160
int
max_num_sta
; /* maximum number of STAs in station table */
member in struct:hostapd_bss_config
sta_info.c
458
if (hapd->num_sta >= hapd->conf->
max_num_sta
) {
461
hapd->num_sta, hapd->conf->
max_num_sta
);
ap_config.c
67
bss->
max_num_sta
= MAX_STA_COUNT;
Completed in 69 milliseconds