Searched refs:bss_max_count (Results 1 – 6 of 6) sorted by relevance
747 unsigned int bss_max_count; member
267 (int *) &config->bss_max_count); in wpa_config_read_global()614 config->bss_max_count, in wpa_config_write_global()
381 if (wpa_s->num_bss + 1 > wpa_s->conf->bss_max_count && in wpa_bss_add()386 wpa_s->conf->bss_max_count = wpa_s->num_bss + 1; in wpa_bss_add()
1141 if (config->bss_max_count != DEFAULT_BSS_MAX_COUNT) in wpa_config_write_global()1142 fprintf(f, "bss_max_count=%u\n", config->bss_max_count); in wpa_config_write_global()
3524 config->bss_max_count = DEFAULT_BSS_MAX_COUNT; in wpa_config_alloc_empty()4193 { INT(bss_max_count), 0 },
798 * maximum BSS table size can now be configured (bss_max_count)