Home
last modified time | relevance | path

Searched refs:max_num_sta (Results 1 – 14 of 14) sorted by relevance

/external/wpa_supplicant_8/hostapd/
Dhostapd.conf219 max_num_sta=255
Dconfig_file.c2843 bss->max_num_sta = atoi(pos); in hostapd_config_fill()
2844 if (bss->max_num_sta < 0 || in hostapd_config_fill()
2845 bss->max_num_sta > MAX_STA_COUNT) { in hostapd_config_fill()
2847 line, bss->max_num_sta, MAX_STA_COUNT); in hostapd_config_fill()
DChangeLog69 frame sending for not-associated STAs if max_num_sta limit has been
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h890 unsigned int max_num_sta; member
Dap.c557 wpa_s->max_stations < wpa_s->conf->max_num_sta) in wpa_supplicant_conf_ap()
558 bss->max_num_sta = wpa_s->max_stations; in wpa_supplicant_conf_ap()
560 bss->max_num_sta = wpa_s->conf->max_num_sta; in wpa_supplicant_conf_ap()
Dconfig_winreg.c273 (int *) &config->max_num_sta); in wpa_config_read_global()
625 config->max_num_sta, DEFAULT_MAX_NUM_STA); in wpa_config_write_global()
Dconfig_file.c1321 if (config->max_num_sta != DEFAULT_MAX_NUM_STA) in wpa_config_write_global()
1322 fprintf(f, "max_num_sta=%u\n", config->max_num_sta); in wpa_config_write_global()
Dconfig.c4103 config->max_num_sta = DEFAULT_MAX_NUM_STA; in wpa_config_alloc_empty()
4802 { INT(max_num_sta), 0 },
Dp2p_supplicant.c2006 d->max_num_sta = s->max_num_sta; in wpas_p2p_clone_config()
6610 wpa_s->max_stations < wpa_s->conf->max_num_sta) in wpas_p2p_group_init()
6613 cfg->max_clients = wpa_s->conf->max_num_sta; in wpas_p2p_group_init()
DChangeLog959 * AP mode: Add max_num_sta config option, which can be used to limit
/external/wpa_supplicant_8/src/ap/
Dap_config.h269 int max_num_sta; /* maximum number of STAs in station table */ member
Dsta_info.c679 if (hapd->num_sta >= hapd->conf->max_num_sta) { in ap_sta_add()
682 hapd->num_sta, hapd->conf->max_num_sta); in ap_sta_add()
Dap_config.c73 bss->max_num_sta = MAX_STA_COUNT; in hostapd_config_defaults_bss()
Dbeacon.c942 hapd->num_sta >= hapd->conf->max_num_sta && in handle_probe_req()