Searched refs:bss_max_count (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h595 * bss_max_count - Maximum number of BSS entries to keep in memory
597 unsigned int bss_max_count; member in struct:wpa_config
H A Dbss.c255 if (wpa_s->num_bss > wpa_s->conf->bss_max_count &&
260 wpa_s->conf->bss_max_count = wpa_s->num_bss;
H A Dconfig_file.c876 if (config->bss_max_count != DEFAULT_BSS_MAX_COUNT)
877 fprintf(f, "bss_max_count=%u\n", config->bss_max_count);
H A Dconfig_winreg.c265 wpa_config_read_reg_dword(hk, TEXT("bss_max_count"),
266 (int *) &config->bss_max_count);
602 wpa_config_write_reg_dword(hk, TEXT("bss_max_count"),
603 config->bss_max_count,
H A Dconfig.c2593 config->bss_max_count = DEFAULT_BSS_MAX_COUNT;
3005 { INT(bss_max_count), 0 },

Completed in 296 milliseconds