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 603 * bss_max_count - Maximum number of BSS entries to keep in memory
605 unsigned int bss_max_count; member in struct:wpa_config
bss.c 353 if (wpa_s->num_bss > wpa_s->conf->bss_max_count &&
358 wpa_s->conf->bss_max_count = wpa_s->num_bss;
config_file.c 935 if (config->bss_max_count != DEFAULT_BSS_MAX_COUNT)
936 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);
612 wpa_config_write_reg_dword(hk, TEXT("bss_max_count"),
613 config->bss_max_count,
config.c     [all...]

Completed in 426 milliseconds