Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/hostapd/
H A Dhostapd.conf254 max_num_sta=255
H A Dconfig_file.c2987 bss->max_num_sta = atoi(pos); in hostapd_config_fill()
2988 if (bss->max_num_sta < 0 || in hostapd_config_fill()
2989 bss->max_num_sta > MAX_STA_COUNT) { in hostapd_config_fill()
2991 line, bss->max_num_sta, MAX_STA_COUNT); in hostapd_config_fill()
H A DChangeLog258 frame sending for not-associated STAs if max_num_sta limit has been
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h1034 unsigned int max_num_sta; member
H A Dconfig_winreg.c273 (int *) &config->max_num_sta); in wpa_config_read_global()
635 config->max_num_sta, DEFAULT_MAX_NUM_STA); in wpa_config_write_global()
H A Dap.c809 wpa_s->max_stations < wpa_s->conf->max_num_sta) in wpa_supplicant_conf_ap()
810 bss->max_num_sta = wpa_s->max_stations; in wpa_supplicant_conf_ap()
812 bss->max_num_sta = wpa_s->conf->max_num_sta; in wpa_supplicant_conf_ap()
H A Dconfig_file.c1499 if (config->max_num_sta != DEFAULT_MAX_NUM_STA) in wpa_config_write_global()
1500 fprintf(f, "max_num_sta=%u\n", config->max_num_sta); in wpa_config_write_global()
H A Dp2p_supplicant.c2626 d->max_num_sta = s->max_num_sta; in wpas_p2p_clone_config()
8578 wpa_s->max_stations < wpa_s->conf->max_num_sta) in wpas_p2p_group_init()
8581 cfg->max_clients = wpa_s->conf->max_num_sta; in wpas_p2p_group_init()
H A Dconfig.c4929 config->max_num_sta = DEFAULT_MAX_NUM_STA; in wpa_config_alloc_empty()
5917 { INT(max_num_sta), 0 },
H A DChangeLog1192 * AP mode: Add max_num_sta config option, which can be used to limit
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h296 int max_num_sta; /* maximum number of STAs in station table */ member
H A Dsta_info.c914 if (hapd->num_sta >= hapd->conf->max_num_sta) { in ap_sta_add()
917 hapd->num_sta, hapd->conf->max_num_sta); in ap_sta_add()
H A Dap_config.c86 bss->max_num_sta = MAX_STA_COUNT; in hostapd_config_defaults_bss()
H A Dbeacon.c1707 hapd->num_sta >= hapd->conf->max_num_sta && in handle_probe_req()