HomeSort by relevance Sort by last modified time
    Searched refs:bss_max_count (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
config.h 604 * bss_max_count - Maximum number of BSS entries to keep in memory
606 unsigned int bss_max_count; member in struct:wpa_config
bss.c 346 if (wpa_s->num_bss + 1 > wpa_s->conf->bss_max_count &&
351 wpa_s->conf->bss_max_count = wpa_s->num_bss + 1;
config_file.c 952 if (config->bss_max_count != DEFAULT_BSS_MAX_COUNT)
953 fprintf(f, "bss_max_count=%u\n", config->bss_max_count);
config_winreg.c 266 wpa_config_read_reg_dword(hk, TEXT("bss_max_count"),
267 (int *) &config->bss_max_count);
613 wpa_config_write_reg_dword(hk, TEXT("bss_max_count"),
614 config->bss_max_count,
config.c     [all...]

Completed in 219 milliseconds