Searched refs:bss_max_count (Results 1 – 6 of 6) sorted by relevance
597 unsigned int bss_max_count; member
255 if (wpa_s->num_bss > wpa_s->conf->bss_max_count && in wpa_bss_add()260 wpa_s->conf->bss_max_count = wpa_s->num_bss; in wpa_bss_add()
266 (int *) &config->bss_max_count); in wpa_config_read_global()603 config->bss_max_count, in wpa_config_write_global()
876 if (config->bss_max_count != DEFAULT_BSS_MAX_COUNT) in wpa_config_write_global()877 fprintf(f, "bss_max_count=%u\n", config->bss_max_count); in wpa_config_write_global()
2593 config->bss_max_count = DEFAULT_BSS_MAX_COUNT; in wpa_config_alloc_empty()3005 { INT(bss_max_count), 0 },
196 * maximum BSS table size can now be configured (bss_max_count)