Searched refs:bss_max_count (Results 1 – 6 of 6) sorted by relevance
858 unsigned int bss_max_count; member
269 (int *) &config->bss_max_count); in wpa_config_read_global()629 config->bss_max_count, in wpa_config_write_global()
458 if (wpa_s->num_bss + 1 > wpa_s->conf->bss_max_count && in wpa_bss_add()463 wpa_s->conf->bss_max_count = wpa_s->num_bss + 1; in wpa_bss_add()
1265 if (config->bss_max_count != DEFAULT_BSS_MAX_COUNT) in wpa_config_write_global()1266 fprintf(f, "bss_max_count=%u\n", config->bss_max_count); in wpa_config_write_global()
4359 config->bss_max_count = DEFAULT_BSS_MAX_COUNT; in wpa_config_alloc_empty()5122 { INT(bss_max_count), 0 },
1173 * maximum BSS table size can now be configured (bss_max_count)