Searched refs:bss_max_count (Results 1 – 6 of 6) sorted by relevance
932 unsigned int bss_max_count; member
269 (int *) &config->bss_max_count); in wpa_config_read_global()630 config->bss_max_count, in wpa_config_write_global()
505 if (wpa_s->num_bss + 1 > wpa_s->conf->bss_max_count && in wpa_bss_add()510 wpa_s->conf->bss_max_count = wpa_s->num_bss + 1; in wpa_bss_add()
1319 if (config->bss_max_count != DEFAULT_BSS_MAX_COUNT) in wpa_config_write_global()1320 fprintf(f, "bss_max_count=%u\n", config->bss_max_count); in wpa_config_write_global()
4665 config->bss_max_count = DEFAULT_BSS_MAX_COUNT; in wpa_config_alloc_empty()5491 { INT(bss_max_count), 0 },
1276 * maximum BSS table size can now be configured (bss_max_count)