Searched refs:max_num_sta (Results 1 – 14 of 14) sorted by relevance
244 max_num_sta=255
2872 bss->max_num_sta = atoi(pos); in hostapd_config_fill()2873 if (bss->max_num_sta < 0 || in hostapd_config_fill()2874 bss->max_num_sta > MAX_STA_COUNT) { in hostapd_config_fill()2876 line, bss->max_num_sta, MAX_STA_COUNT); in hostapd_config_fill()
191 frame sending for not-associated STAs if max_num_sta limit has been
922 unsigned int max_num_sta; member
761 wpa_s->max_stations < wpa_s->conf->max_num_sta) in wpa_supplicant_conf_ap()762 bss->max_num_sta = wpa_s->max_stations; in wpa_supplicant_conf_ap()764 bss->max_num_sta = wpa_s->conf->max_num_sta; in wpa_supplicant_conf_ap()
273 (int *) &config->max_num_sta); in wpa_config_read_global()634 config->max_num_sta, DEFAULT_MAX_NUM_STA); in wpa_config_write_global()
1292 if (config->max_num_sta != DEFAULT_MAX_NUM_STA) in wpa_config_write_global()1293 fprintf(f, "max_num_sta=%u\n", config->max_num_sta); in wpa_config_write_global()
2165 d->max_num_sta = s->max_num_sta; in wpas_p2p_clone_config()7100 wpa_s->max_stations < wpa_s->conf->max_num_sta) in wpas_p2p_group_init()7103 cfg->max_clients = wpa_s->conf->max_num_sta; in wpas_p2p_group_init()
4401 config->max_num_sta = DEFAULT_MAX_NUM_STA; in wpa_config_alloc_empty()5180 { INT(max_num_sta), 0 },
1110 * AP mode: Add max_num_sta config option, which can be used to limit
719 if (hapd->num_sta >= hapd->conf->max_num_sta) { in ap_sta_add()722 hapd->num_sta, hapd->conf->max_num_sta); in ap_sta_add()
287 int max_num_sta; /* maximum number of STAs in station table */ member
86 bss->max_num_sta = MAX_STA_COUNT; in hostapd_config_defaults_bss()
1059 hapd->num_sta >= hapd->conf->max_num_sta && in handle_probe_req()